Orb/Doxygen/DITA/plugins/apiref/dtd/apiPackage.mod
changeset 3 d8fccb2cd802
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orb/Doxygen/DITA/plugins/apiref/dtd/apiPackage.mod	Fri Apr 23 20:47:58 2010 +0100
@@ -0,0 +1,32 @@
+<!--
+ | (C) Copyright IBM Corporation 2005, 2009. All Rights Reserved.
+ *-->
+
+<!-- ============ Hooks for domain extension ============ -->
+<!ENTITY % apiPackage "apiPackage">
+
+
+<!-- ============ Hooks for shell DTD ============ -->
+<!ENTITY % apiPackage-types-default
+    "apiPackage | apiClassifier | apiOperation | apiValue">
+<!ENTITY % apiPackage-info-types  "%apiPackage-types-default;">
+
+<!ENTITY included-domains "">
+
+
+<!-- ============ Element definitions ============ -->
+
+<!ELEMENT apiPackage       ( (%apiName;), (%shortdesc; | %abstract;), (%prolog;)?, (%apiDetail;), (%related-links;)?, (%apiPackage-info-types;)* )>
+<!ATTLIST apiPackage      id ID #REQUIRED
+                          conref CDATA #IMPLIED
+                          outputclass CDATA #IMPLIED
+                          %localization-atts;
+                          %select-atts;
+                          %arch-atts;
+                          domains CDATA "&included-domains;"
+>
+
+
+<!-- ============ Class ancestry ============ -->
+<!ATTLIST apiPackage   %global-atts;
+    class  CDATA "- topic/topic reference/reference apiRef/apiRef apiPackage/apiPackage ">