DITA-OT_CXX_Plugin/cxxapiref/dtd/cxxAPIMap.dtd
changeset 1 82f11024044a
child 4 468f4c8d3d5b
equal deleted inserted replaced
0:42188c7ea2d9 1:82f11024044a
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- ================================================================= -->
       
     3 <!--                    HEADER                                         -->
       
     4 <!-- ================================================================= -->
       
     5 <!--  MODULE:    C++ Map DTD                                           -->
       
     6 <!--  VERSION:   0.5.0                                                 -->
       
     7 <!--  DATE:      February 2009                                          -->
       
     8 <!--                                                                   -->
       
     9 <!-- ================================================================= -->
       
    10 
       
    11 <!-- ================================================================= -->
       
    12 <!--                    PUBLIC DOCUMENT TYPE DEFINITION                -->
       
    13 <!--                    TYPICAL INVOCATION                             -->
       
    14 <!--                                                                   -->
       
    15 <!--  Refer to this file by the following public identifier or an 
       
    16       appropriate system identifier 
       
    17 PUBLIC "-//NOKIA//DTD DITA C++ API XXX Reference Type v0.5.0//EN"
       
    18       Delivered as file "cxxXXX.dtd"                                   -->
       
    19  
       
    20 <!-- ================================================================= -->
       
    21 <!-- SYSTEM:     Darwin Information Typing Architecture (DITA)         -->
       
    22 <!--                                                                   -->
       
    23 <!-- PURPOSE:    C++ API Reference for Map                             -->
       
    24 <!--                                                                   -->
       
    25 <!-- ORIGINAL CREATION DATE:                                           -->
       
    26 <!--             November 2009                                         -->
       
    27 <!--                                                                   -->
       
    28 <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
       
    29 <!-- All rights reserved.                                              -->
       
    30 <!--                                                                   -->
       
    31 <!--  Change History (latest at top):                                  -->
       
    32 <!--  +++++++++++++++++++++++++++++++                                  -->
       
    33 <!--  2010-02-10 PaulRoss: Updated.                                    -->
       
    34 <!--  2009-11-16 PaulRo Initial design.                                -->
       
    35 <!--                                                                   -->
       
    36 <!-- ================================================================= -->
       
    37 
       
    38 <!--
       
    39 <!DOCTYPE cxxAPIMap PUBLIC "-//NOKIA//DTD DITA C++ API Map Reference Type v0.5.0//EN" "dtd/cxxAPIMap.dtd" >
       
    40 -->
       
    41 
       
    42 <!--vocabulary declarations-->
       
    43 <!ENTITY % mapgroup-d-dec PUBLIC "-//OASIS//ENTITIES DITA Map Group Domain//EN" 
       
    44   "../../../dtd/base/dtd/mapgroup.ent">
       
    45   %mapgroup-d-dec;
       
    46 
       
    47 <!--vocabulary substitution (one for each extended base element,
       
    48     with the name of the domain(s) in which the extension was declared)-->
       
    49 <!ENTITY % topicref     "topicref | (%mapgroup-d-topicref;)"         >
       
    50 
       
    51 <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
       
    52 <!ENTITY included-domains "&mapgroup-d-att;"                         >
       
    53 
       
    54 <!--Embed map to get generic elements -->
       
    55 <!ENTITY % map-type PUBLIC "-//OASIS//ELEMENTS DITA Map//EN" "../../../dtd/base/dtd/map.mod">
       
    56   %map-type;
       
    57 <!ENTITY % apimap-type PUBLIC "-//IBM//ELEMENTS DITA API Reference Map//EN" "../../apiref/dtd/apiMap.mod">
       
    58   %apimap-type;
       
    59 <!ENTITY % cxxapimap-type PUBLIC "-//NOKIA//ELEMENTS DITA C++ API Reference Map v0.5.0//EN" "cxxAPIMap.mod">
       
    60   %cxxapimap-type;
       
    61 
       
    62 
       
    63 <!--vocabulary definitions-->
       
    64 <!ENTITY % mapgroup-d-def PUBLIC "-//OASIS//ELEMENTS DITA Map Group Domain//EN" 
       
    65   "../../../dtd/base/dtd/mapgroup.mod">
       
    66   %mapgroup-d-def;