blob: c5cbbd3a150b4e2d9a7d6a13b56d18e88427fb79 [file] [log] [blame]
dacarvereb106902008-11-03 22:27:34 +00001<!-- ============================================================= -->
2<!-- HEADER -->
3<!-- ============================================================= -->
4<!-- MODULE: DITA Bookmap DTD -->
5<!-- VERSION: 1.1 -->
6<!-- DATE: November 2006 -->
7<!-- -->
8<!-- ============================================================= -->
9
10<!-- ============================================================= -->
11<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
12<!-- TYPICAL INVOCATION -->
13<!-- -->
14<!-- Refer to this file by the following public identifier or an
15 appropriate system identifier
16PUBLIC "-//OASIS//DTD DITA BookMap//EN"
17 Delivered as file "bookmap.dtd" -->
18
19<!-- The public ID above refers to the latest version of this DTD.
20 To refer to this specific version, you may use this value:
21PUBLIC "-//OASIS//DTD DITA 1.1 BookMap//EN" -->
22
23<!-- ============================================================= -->
24<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
25<!-- -->
26<!-- PURPOSE: DTD to describe DITA Book Maps -->
27<!-- -->
28<!-- ORIGINAL CREATION DATE: -->
29<!-- March 2004 -->
30<!-- -->
31<!-- (C) Copyright OASIS Open 2006. -->
32<!-- (C) Copyright IBM Corporation 2004, 2005. -->
33<!-- All Rights Reserved. -->
34<!-- -->
35<!-- UPDATES: -->
36<!-- ============================================================= -->
37
38<!-- ============================================================= -->
39<!-- DOMAIN ENTITY DECLARATIONS -->
40<!-- ============================================================= -->
41
42<!ENTITY % mapgroup-d-dec
43 PUBLIC
44"-//OASIS//ENTITIES DITA Map Group Domain//EN"
45"mapGroup.ent" >
46%mapgroup-d-dec;
47
48<!ENTITY % indexing-d-dec PUBLIC
49"-//OASIS//ENTITIES DITA Indexing Domain//EN"
50"indexingDomain.ent" >
51%indexing-d-dec;
52
53<!ENTITY % xnaldomain-d-dec
54 PUBLIC
55"-//OASIS//ENTITIES DITA XNAL Domain//EN"
56"xnalDomain.ent" >
57%xnaldomain-d-dec;
58
59<!-- ============================================================= -->
60<!-- DOMAIN ATTRIBUTE DECLARATIONS -->
61<!-- ============================================================= -->
62
63
64<!-- ============================================================= -->
65<!-- DOMAIN EXTENSIONS -->
66<!-- ============================================================= -->
67<!-- One for each extended base element, with
68 the name of the domain(s) in which the
69 extension was declared -->
70<!ENTITY % author "author | %xnal-d-author;" >
71<!ENTITY % topicref "topicref | %mapgroup-d-topicref;" >
72<!ENTITY % index-base "index-base | %indexing-d-index-base;" >
73
74<!-- ============================================================= -->
75<!-- DOMAIN ATTRIBUTE EXTENSIONS -->
76<!-- ============================================================= -->
77<!ENTITY % props-attribute-extensions "" >
78<!ENTITY % base-attribute-extensions "" >
79
80<!-- ============================================================= -->
81<!-- DOMAINS ATTRIBUTE OVERRIDE -->
82<!-- ============================================================= -->
83<!-- Must be declared ahead of the DTDs, which
84 puts @domains first in order -->
85<!ENTITY included-domains "&mapgroup-d-att; &indexing-d-att;
86 &xnal-d-att;" >
87
88<!-- ============================================================= -->
89<!-- MAP ELEMENT INTEGRATION -->
90<!-- ============================================================= -->
91
92<!ENTITY % map-type PUBLIC
93"-//OASIS//ELEMENTS DITA Map//EN"
94"map.mod" >
95%map-type;
96
97<!ENTITY % bookmap-type PUBLIC
98"-//OASIS//ELEMENTS DITA BookMap//EN"
99"bookmap.mod" >
100%bookmap-type;
101
102<!-- ============================================================= -->
103<!-- DOMAIN ELEMENT INTEGRATION -->
104<!-- ============================================================= -->
105
106<!ENTITY % mapgroup-d-def
107 PUBLIC
108"-//OASIS//ELEMENTS DITA Map Group Domain//EN"
109"mapGroup.mod" >
110%mapgroup-d-def;
111
112<!ENTITY % indexing-d-def
113 PUBLIC
114"-//OASIS//ELEMENTS DITA Indexing Domain//EN"
115"indexingDomain.mod" >
116%indexing-d-def;
117
118<!ENTITY % xnaldomain-d-def
119 PUBLIC
120"-//OASIS//ELEMENTS DITA XNAL Domain//EN"
121"xnalDomain.mod" >
122%xnaldomain-d-def;
123
124<!-- ================== End DITA Bookmap DTD ==================== -->