Orb/Doxygen/DITA/plugins/apiref/xsd/apiMapGrp.xsd
author Michel Szarindar <Michel.Szarindar@Nokia.com>
Fri, 23 Apr 2010 20:47:58 +0100
changeset 3 d8fccb2cd802
parent 0 42188c7ea2d9
permissions -rw-r--r--
Orb version 0.1.9. Fixes Bug 1965, Bug 2401

<?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>