VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/dtd/subjectScheme/dtd/classifyMap.dtd@ 99371

Last change on this file since 99371 was 98584, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============================================================= -->
3<!-- HEADER -->
4<!-- ============================================================= -->
5<!-- MODULE: DITA Classification Map DTD -->
6<!-- VERSION: 1.2 -->
7<!-- DATE: November 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:
17PUBLIC "-//OASIS//DTD DITA Classification Map//EN"
18 Delivered as file "classifyMap.dtd" -->
19
20<!-- ============================================================= -->
21<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
22<!-- -->
23<!-- PURPOSE: DTD to describe DITA Classification maps -->
24<!-- -->
25<!-- ORIGINAL CREATION DATE: -->
26<!-- March 2001 -->
27<!-- -->
28<!-- (C) Copyright OASIS Open 2005, 2009. -->
29<!-- (C) Copyright IBM Corporation 2001, 2004. -->
30<!-- All Rights Reserved. -->
31<!-- -->
32<!-- UPDATES: -->
33<!-- 2010.09.21 RDA: Added base topic domains -->
34<!-- ============================================================= -->
35
36
37<!-- ============================================================= -->
38<!-- MAP ENTITY DECLARATIONS -->
39<!-- ============================================================= -->
40
41<!-- ============================================================= -->
42<!-- DOMAIN ENTITY DECLARATIONS -->
43<!-- ============================================================= -->
44
45
46<!ENTITY % mapgroup-d-dec
47 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Map Group Domain//EN"
48 "../../base/dtd/mapGroup.ent"
49>%mapgroup-d-dec;
50
51<!ENTITY % indexing-d-dec
52 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Indexing Domain//EN"
53 "../../base/dtd/indexingDomain.ent"
54>%indexing-d-dec;
55
56<!ENTITY % delay-d-dec
57 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Delayed Resolution Domain//EN"
58 "../../base/dtd/delayResolutionDomain.ent"
59>%delay-d-dec;
60
61<!ENTITY % classify-d-dec
62 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Map Subject Classification Domain//EN"
63 "classifyDomain.ent"
64>%classify-d-dec;
65
66<!ENTITY % hi-d-dec
67 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Highlight Domain//EN"
68 "../../base/dtd/highlightDomain.ent"
69>%hi-d-dec;
70
71<!ENTITY % ut-d-dec
72 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Utilities Domain//EN"
73 "../../base/dtd/utilitiesDomain.ent"
74>%ut-d-dec;
75
76<!ENTITY % hazard-d-dec
77 PUBLIC "-//OASIS//ENTITIES DITA 1.2 Hazard Statement Domain//EN"
78 "../../base/dtd/hazardstatementDomain.ent"
79>%hazard-d-dec;
80
81<!-- ============================================================= -->
82<!-- DOMAIN ATTRIBUTE DECLARATIONS -->
83<!-- ============================================================= -->
84
85
86<!-- ============================================================= -->
87<!-- DOMAIN EXTENSIONS -->
88<!-- ============================================================= -->
89<!-- One for each extended base element, with
90 the name of the domain(s) in which the
91 extension was declared -->
92<!ENTITY % keywords "keywords |
93 %delay-d-keywords;
94 ">
95<!ENTITY % topicref "topicref |
96 (%classify-d-topicref;) |
97 (%mapgroup-d-topicref;)
98 ">
99<!ENTITY % reltable "reltable |
100 (%classify-d-reltable;)
101 ">
102<!ENTITY % index-base "index-base |
103 %indexing-d-index-base;
104 ">
105<!ENTITY % ph "ph |
106 %hi-d-ph;
107 ">
108<!ENTITY % fig "fig |
109 %ut-d-fig;
110 ">
111<!ENTITY % note "note |
112 %hazard-d-note;
113 ">
114
115<!-- ============================================================= -->
116<!-- DOMAIN ATTRIBUTE EXTENSIONS -->
117<!-- ============================================================= -->
118<!ENTITY % props-attribute-extensions
119 ""
120>
121<!ENTITY % base-attribute-extensions
122 ""
123>
124
125<!-- ============================================================= -->
126<!-- DOMAINS ATTRIBUTE OVERRIDE -->
127<!-- ============================================================= -->
128<!-- Must be declared ahead of the DTDs, which
129 puts @domains first in order -->
130
131<!ENTITY included-domains
132 "&delay-d-att;
133 &mapgroup-d-att;
134 &indexing-d-att;
135 &classify-d-att;
136 &hi-d-att;
137 &ut-d-att;
138 &hazard-d-att;
139 ">
140
141<!-- ============================================================= -->
142<!-- MAP ELEMENT INTEGRATION -->
143<!-- ============================================================= -->
144
145
146<!-- Embed map to get generic elements -->
147<!ENTITY % map-type
148 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Map//EN"
149 "../../base/dtd/map.mod"
150>%map-type;
151
152
153<!-- ============================================================= -->
154<!-- DOMAIN ELEMENT INTEGRATION -->
155<!-- ============================================================= -->
156
157
158<!ENTITY % mapgroup-d-def
159 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Map Group Domain//EN"
160 "../../base/dtd/mapGroup.mod"
161>%mapgroup-d-def;
162
163<!ENTITY % indexing-d-def
164 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Indexing Domain//EN"
165 "../../base/dtd/indexingDomain.mod"
166>%indexing-d-def;
167
168<!ENTITY % delay-d-def
169 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Delayed Resolution Domain//EN"
170 "../../base/dtd/delayResolutionDomain.mod"
171>%delay-d-def;
172
173<!ENTITY % classify-d-def
174 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Map Subject Classification Domain//EN"
175 "classifyDomain.mod"
176>%classify-d-def;
177
178<!ENTITY % hi-d-def
179 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Highlight Domain//EN"
180 "../../base/dtd/highlightDomain.mod"
181>%hi-d-def;
182
183<!ENTITY % ut-d-def
184 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Utilities Domain//EN"
185 "../../base/dtd/utilitiesDomain.mod"
186>%ut-d-def;
187
188<!ENTITY % hazard-d-def
189 PUBLIC "-//OASIS//ELEMENTS DITA 1.2 Hazard Statement Domain//EN"
190 "../../base/dtd/hazardstatementDomain.mod"
191>%hazard-d-def;
192
193<!-- ================== End DITA Classification Map DTD ========= -->
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette