Orb/Doxygen/DITA/plugins/apiref/dtd/apiMap.dtd
changeset 3 d8fccb2cd802
equal deleted inserted replaced
2:932c358ece3e 3:d8fccb2cd802
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!--
       
     3 <!DOCTYPE apiMap PUBLIC "-//IBM//DTD DITA API Reference Map//EN" "dtd/apiMap.dtd"   >
       
     4 -->
       
     5 <!--
       
     6  | (C) Copyright IBM Corporation 2005 - 2006. All Rights Reserved.
       
     7  *-->
       
     8 <!--vocabulary declarations-->
       
     9 <!ENTITY % mapgroup-d-dec PUBLIC "-//OASIS//ENTITIES DITA Map Group Domain//EN" 
       
    10   "../../../dtd/base/dtd/mapGroup.ent">
       
    11   %mapgroup-d-dec;
       
    12 
       
    13 <!--vocabulary substitution (one for each extended base element,
       
    14     with the name of the domain(s) in which the extension was declared)-->
       
    15 <!ENTITY % topicref     "topicref | (%mapgroup-d-topicref;)"         >
       
    16 
       
    17 <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
       
    18 <!ENTITY included-domains "&mapgroup-d-att;"                         >
       
    19 
       
    20 <!--Embed map to get generic elements -->
       
    21 <!ENTITY % map-type PUBLIC "-//OASIS//Elements DITA Map//EN" "../../../dtd/base/dtd/map.mod">
       
    22   %map-type;
       
    23 
       
    24 <!ENTITY % apimap-type PUBLIC "-//IBM//ELEMENTS DITA API Reference Map//EN" "apiMap.mod">
       
    25   %apimap-type;
       
    26 
       
    27 
       
    28 <!--vocabulary definitions-->
       
    29 <!ENTITY % mapgroup-d-def PUBLIC "-//OASIS//ELEMENTS DITA Map Group Domain//EN" 
       
    30   "../../../dtd/base/dtd/mapGroup.mod">
       
    31   %mapgroup-d-def;
       
    32