Orb/Doxygen/DITA/plugins/apiref/xsd/apiMapGrp.xsd
author szarinda <>
Thu, 21 Jan 2010 17:29:01 +0000
changeset 0 42188c7ea2d9
permissions -rw-r--r--
Initial contribution of ORB delivering Feature bug 1460

<?xml version="1.0"?>
<!--
 | (C) Copyright IBM Corporation 2005 - 2006. All Rights Reserved.
 *-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:group name="apiMap">
    <xs:sequence>
      <xs:element ref="apiMap"/>
    </xs:sequence>
  </xs:group>

  <xs:group name="apiItemRef">
    <xs:sequence>
      <xs:element ref="apiItemRef"/>
    </xs:sequence>
  </xs:group>
</xs:schema>