Orb/Doxygen/DITA/plugins/apiref/xsd/apiMapGrp.xsd
changeset 0 42188c7ea2d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orb/Doxygen/DITA/plugins/apiref/xsd/apiMapGrp.xsd	Thu Jan 21 17:29:01 2010 +0000
@@ -0,0 +1,17 @@
+<?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>