Orb/Doxygen/DITA/plugins/apiref/dtd/apiMap.dtd
changeset 3 d8fccb2cd802
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orb/Doxygen/DITA/plugins/apiref/dtd/apiMap.dtd	Fri Apr 23 20:47:58 2010 +0100
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+<!DOCTYPE apiMap PUBLIC "-//IBM//DTD DITA API Reference Map//EN" "dtd/apiMap.dtd"   >
+-->
+<!--
+ | (C) Copyright IBM Corporation 2005 - 2006. All Rights Reserved.
+ *-->
+<!--vocabulary declarations-->
+<!ENTITY % mapgroup-d-dec PUBLIC "-//OASIS//ENTITIES DITA Map Group Domain//EN" 
+  "../../../dtd/base/dtd/mapGroup.ent">
+  %mapgroup-d-dec;
+
+<!--vocabulary substitution (one for each extended base element,
+    with the name of the domain(s) in which the extension was declared)-->
+<!ENTITY % topicref     "topicref | (%mapgroup-d-topicref;)"         >
+
+<!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
+<!ENTITY included-domains "&mapgroup-d-att;"                         >
+
+<!--Embed map to get generic elements -->
+<!ENTITY % map-type PUBLIC "-//OASIS//Elements DITA Map//EN" "../../../dtd/base/dtd/map.mod">
+  %map-type;
+
+<!ENTITY % apimap-type PUBLIC "-//IBM//ELEMENTS DITA API Reference Map//EN" "apiMap.mod">
+  %apimap-type;
+
+
+<!--vocabulary definitions-->
+<!ENTITY % mapgroup-d-def PUBLIC "-//OASIS//ELEMENTS DITA Map Group Domain//EN" 
+  "../../../dtd/base/dtd/mapGroup.mod">
+  %mapgroup-d-def;
+