xref: /aosp_15_r20/external/cldr/common/dtd/ldmlOpenOffice.dtd (revision 912701f9769bb47905792267661f0baf2b85bed5)
1*912701f9SAndroid Build Coastguard Worker<!--
2*912701f9SAndroid Build Coastguard WorkerCopyright © 2003-2010 Unicode, Inc. and others. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
3*912701f9SAndroid Build Coastguard Worker
4*912701f9SAndroid Build Coastguard WorkerPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified.
5*912701f9SAndroid Build Coastguard Worker
6*912701f9SAndroid Build Coastguard WorkerTHE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
7*912701f9SAndroid Build Coastguard Worker
8*912701f9SAndroid Build Coastguard WorkerExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
9*912701f9SAndroid Build Coastguard Worker-->
10*912701f9SAndroid Build Coastguard Worker
11*912701f9SAndroid Build Coastguard Worker<!--  OpenOffice.org Specific elements                         -->
12*912701f9SAndroid Build Coastguard Worker<!-- ######################################################### -->
13*912701f9SAndroid Build Coastguard Worker
14*912701f9SAndroid Build Coastguard Worker<!-- Begin OpenOffice specific elements -->
15*912701f9SAndroid Build Coastguard Worker
16*912701f9SAndroid Build Coastguard Worker<!ENTITY % UNOModule 'openOffice:unoid CDATA #IMPLIED'>
17*912701f9SAndroid Build Coastguard Worker<!ENTITY % RefLocale 'openOffice:ref CDATA #IMPLIED'>
18*912701f9SAndroid Build Coastguard Worker
19*912701f9SAndroid Build Coastguard Worker<!ATTLIST special xmlns:openOffice CDATA #IMPLIED>
20*912701f9SAndroid Build Coastguard Worker<!ATTLIST special openOffice:formatindex NMTOKEN #IMPLIED >
21*912701f9SAndroid Build Coastguard Worker<!ATTLIST special openOffice:msgtype NMTOKEN #IMPLIED >
22*912701f9SAndroid Build Coastguard Worker<!ATTLIST special openOffice:usage  (FIXED_NUMBER|FRACTION_NUMBER|PERCENT_NUMBER|SCIENTIFIC_NUMBER|CURRENCY|DATE|TIME|DATE_TIME) #IMPLIED >
23*912701f9SAndroid Build Coastguard Worker<!ATTLIST special openOffice:default (true|false) #IMPLIED>
24*912701f9SAndroid Build Coastguard Worker<!ATTLIST special openOffice:type  (short|medium|long) #IMPLIED>
25*912701f9SAndroid Build Coastguard Worker<!ATTLIST special openOffice:unoid NMTOKEN #IMPLIED>
26*912701f9SAndroid Build Coastguard Worker<!ATTLIST special %RefLocale; >
27*912701f9SAndroid Build Coastguard Worker
28*912701f9SAndroid Build Coastguard Worker
29*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:forbiddenCharacters
30*912701f9SAndroid Build Coastguard Worker(openOffice:forbiddenLineBeginCharacters?,
31*912701f9SAndroid Build Coastguard WorkeropenOffice:forbiddenLineEndCharacters?) >
32*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:forbiddenCharacters %RefLocale; >
33*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:forbiddenLineBeginCharacters (#PCDATA) >
34*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:forbiddenLineEndCharacters (#PCDATA) >
35*912701f9SAndroid Build Coastguard Worker
36*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:transliterations (openOffice:transliteration*) >
37*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:transliterations %RefLocale; >
38*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:transliteration EMPTY >
39*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:transliteration %UNOModule; >
40*912701f9SAndroid Build Coastguard Worker
41*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:reservedWords  (openOffice:trueWord?,
42*912701f9SAndroid Build Coastguard WorkeropenOffice:falseWord?, openOffice:quarter1Word?, openOffice:quarter2Word?,
43*912701f9SAndroid Build Coastguard WorkeropenOffice:quarter3Word?, openOffice:quarter4Word?, openOffice:aboveWord?,
44*912701f9SAndroid Build Coastguard WorkeropenOffice:belowWord?, openOffice:quarter1Abbreviation?,
45*912701f9SAndroid Build Coastguard WorkeropenOffice:quarter2Abbreviation?, openOffice:quarter3Abbreviation?,
46*912701f9SAndroid Build Coastguard WorkeropenOffice:quarter4Abbreviation?)>
47*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:reservedWords %RefLocale; >
48*912701f9SAndroid Build Coastguard Worker<!-- order is significant! -->
49*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:trueWord (#PCDATA)>
50*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:falseWord (#PCDATA)>
51*912701f9SAndroid Build Coastguard Worker
52*912701f9SAndroid Build Coastguard Worker<!-- START_DEPRECATED -->
53*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter1Word (#PCDATA)>
54*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter2Word (#PCDATA)>
55*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter3Word (#PCDATA)>
56*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter4Word (#PCDATA)>
57*912701f9SAndroid Build Coastguard Worker<!-- END_DEPRECATED -->
58*912701f9SAndroid Build Coastguard Worker
59*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:aboveWord (#PCDATA)>
60*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:belowWord (#PCDATA)>
61*912701f9SAndroid Build Coastguard Worker
62*912701f9SAndroid Build Coastguard Worker<!-- START_DEPRECATED -->
63*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter1Abbreviation (#PCDATA)>
64*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter2Abbreviation (#PCDATA)>
65*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter3Abbreviation (#PCDATA)>
66*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:quarter4Abbreviation (#PCDATA)>
67*912701f9SAndroid Build Coastguard Worker<!-- END_DEPRECATED -->
68*912701f9SAndroid Build Coastguard Worker
69*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:collations (openOffice:collator*,
70*912701f9SAndroid Build Coastguard WorkeropenOffice:collationOptions?) >
71*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:collations %RefLocale; >
72*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:collator EMPTY >
73*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:collator %UNOModule; >
74*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:collator openOffice:default (true|false) #REQUIRED >
75*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:collationOptions (openOffice:transliterationModules+)
76*912701f9SAndroid Build Coastguard Worker>
77*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:transliterationModules (#PCDATA) >
78*912701f9SAndroid Build Coastguard Worker
79*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:search (openOffice:searchOptions?) >
80*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:search %RefLocale; >
81*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:searchOptions (openOffice:transliterationModules+) >
82*912701f9SAndroid Build Coastguard Worker
83*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:currency (openOffice:currencyId)>
84*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:currency openOffice:default (true|false) #REQUIRED>
85*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:currency openOffice:usedInCompatibleFormatCodes (true|false) #REQUIRED>
86*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:currency openOffice:legacyOnly (true|false) #IMPLIED >
87*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:currencyId  (#PCDATA)>
88*912701f9SAndroid Build Coastguard Worker
89*912701f9SAndroid Build Coastguard Worker<!-- separators are not always defined in OO.org data so make optional -->
90*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:separators ( openOffice:dateSeparator?,
91*912701f9SAndroid Build Coastguard WorkeropenOffice:timeSeparator?, openOffice:longDateDayOfWeekSeparator?,
92*912701f9SAndroid Build Coastguard WorkeropenOffice:longDateDaySeparator?, openOffice:longDateMonthSeparator?,
93*912701f9SAndroid Build Coastguard WorkeropenOffice:longDateYearSeparator?, openOffice:time100SecSeparator?) >
94*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:dateSeparator (#PCDATA)>
95*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:timeSeparator (#PCDATA)>
96*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:longDateDayOfWeekSeparator (#PCDATA)>
97*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:longDateDaySeparator (#PCDATA)>
98*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:longDateMonthSeparator (#PCDATA)>
99*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:longDateYearSeparator (#PCDATA)>
100*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:time100SecSeparator (#PCDATA)>
101*912701f9SAndroid Build Coastguard Worker
102*912701f9SAndroid Build Coastguard Worker<!--
103*912701f9SAndroid Build Coastguard Workerthe parameter numType can have one of the following values:
104*912701f9SAndroid Build Coastguard Worker0 = CHARS_UPPER_LETTER   EX: A, B, C, ....
105*912701f9SAndroid Build Coastguard Worker1 = CHARS_LOWER_LETTER   EX: a, b, c, ....
106*912701f9SAndroid Build Coastguard Worker2 = ROMAN_UPPER          EX: I, II, III, ....
107*912701f9SAndroid Build Coastguard Worker3 = ROMAN_LOWER          EX: i, ii, iii, ....
108*912701f9SAndroid Build Coastguard Worker4 = ARABIC               EX: 1, 2, 3, 4, .....
109*912701f9SAndroid Build Coastguard Worker5 = NUMBER_ONE     numbering is invisible
110*912701f9SAndroid Build Coastguard Worker6 = CHAR_SPECIAL   use a character from specified font
111*912701f9SAndroid Build Coastguard Worker7 = PAGE_DESCRIPTOR  numbering is specified in page style
112*912701f9SAndroid Build Coastguard Worker8 = BITMAP                numbering is displayed in bitmap graphic
113*912701f9SAndroid Build Coastguard Worker9 = CHARS_UPPER_LETTER_N  EX: A, B, ...., AA, BB
114*912701f9SAndroid Build Coastguard Worker10 = CHARS_LOWER_LETTER_N EX: a, b, ..., aa, bb, cc
115*912701f9SAndroid Build Coastguard Worker11 = Transliteration, numbering is generated by transliteration service
116*912701f9SAndroid Build Coastguard Worker12 = NatNum, numbering is generated by nativenumbersupplier service
117*912701f9SAndroid Build Coastguard Worker13 = Numbering for fullwidth Arabic number
118*912701f9SAndroid Build Coastguard Worker14 = Bullet for Circle Number
119*912701f9SAndroid Build Coastguard Worker15 = Numbering for Chinese lower case number
120*912701f9SAndroid Build Coastguard Worker16 = Numbering for Chinese upper case number
121*912701f9SAndroid Build Coastguard Worker17 = Numbering for Traditional Chinese upper case number
122*912701f9SAndroid Build Coastguard Worker18 = Bullet for Chinese Tian Gan
123*912701f9SAndroid Build Coastguard Worker19 = Bullet for Chinese Di Zi
124*912701f9SAndroid Build Coastguard Worker20 = Numbering for Japanese traditional number
125*912701f9SAndroid Build Coastguard Worker21 = Bullet for Japanese AIU fullwidth
126*912701f9SAndroid Build Coastguard Worker22 = Bullet for Japanese AIU halfwidth
127*912701f9SAndroid Build Coastguard Worker23 = Bullet for Japanese IROHA fullwidth
128*912701f9SAndroid Build Coastguard Worker24 = Bullet for Japanese IROHA halfwidth
129*912701f9SAndroid Build Coastguard Worker25 = Numbering for Korean upper case number
130*912701f9SAndroid Build Coastguard Worker26 = Numbering for Korean hangul number
131*912701f9SAndroid Build Coastguard Worker27 = Bullet for Korean Hangul Jamo
132*912701f9SAndroid Build Coastguard Worker28 = Bullet for Korean Hangul Syllable
133*912701f9SAndroid Build Coastguard Worker29 = Bullet for Korean Hangul Circled Jamo
134*912701f9SAndroid Build Coastguard Worker30 = Bullet for Korean Hangul Circled Syllable
135*912701f9SAndroid Build Coastguard Worker-->
136*912701f9SAndroid Build Coastguard Worker
137*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:numberingLevels (openOffice:numberingLevel*) >
138*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:numberingLevels %RefLocale; >
139*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:numberingLevel ( #PCDATA) >
140*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:numberingLevel openOffice:prefix CDATA #REQUIRED>
141*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:numberingLevel openOffice:numType NMTOKEN #REQUIRED>
142*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:numberingLevel openOffice:suffix CDATA #REQUIRED>
143*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:numberingLevel openOffice:transliteration CDATA #IMPLIED>
144*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:numberingLevel openOffice:natNum CDATA #IMPLIED >
145*912701f9SAndroid Build Coastguard Worker
146*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:outLineNumberingLevels (openOffice:outlineStyle* ) >
147*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevels %RefLocale; >
148*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:outlineStyle (openOffice:outLineNumberingLevel+) >
149*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:outLineNumberingLevel ( #PCDATA) >
150*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:prefix CDATA #REQUIRED>
151*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:numType CDATA #REQUIRED>
152*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:suffix CDATA #REQUIRED>
153*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:bulletChar CDATA #REQUIRED>
154*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:bulletFontName CDATA #REQUIRED >
155*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:parentNumbering CDATA #REQUIRED >
156*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:leftMargin CDATA #REQUIRED>
157*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:symbolTextDistance CDATA #REQUIRED >
158*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:firstLineOffset CDATA #REQUIRED >
159*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:transliteration CDATA #IMPLIED >
160*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:outLineNumberingLevel openOffice:natNum CDATA #IMPLIED>
161*912701f9SAndroid Build Coastguard Worker
162*912701f9SAndroid Build Coastguard Worker<!-- new fields -->
163*912701f9SAndroid Build Coastguard Worker
164*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:platformId ( #PCDATA)>
165*912701f9SAndroid Build Coastguard Worker
166*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:index    (openOffice:indexKey*,
167*912701f9SAndroid Build Coastguard WorkeropenOffice:unicodeScript*,
168*912701f9SAndroid Build Coastguard WorkeropenOffice:followPageWord*) >
169*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:index %RefLocale; >
170*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:indexKey (#PCDATA)>
171*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:indexKey  %UNOModule;>
172*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:indexKey  openOffice:default (true|false) #REQUIRED>
173*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:indexKey  openOffice:phonetic (true|false) #REQUIRED>
174*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:indexKey  openOffice:module CDATA #IMPLIED>
175*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:unicodeScript (#PCDATA)>
176*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:followPageWord (#PCDATA)>
177*912701f9SAndroid Build Coastguard Worker
178*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:format (#PCDATA)>
179*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:format %RefLocale; >
180*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:format openOffice:replaceFrom CDATA #IMPLIED>
181*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:format openOffice:replaceTo CDATA #IMPLIED>
182*912701f9SAndroid Build Coastguard Worker
183*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:defaultName (#PCDATA)>
184*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:defaultName openOffice:type CDATA #IMPLIED>
185*912701f9SAndroid Build Coastguard Worker
186*912701f9SAndroid Build Coastguard Worker<!-- locale element holds attributes of the Locale element in locale.dtd  -->
187*912701f9SAndroid Build Coastguard Worker<!ELEMENT openOffice:locale (#PCDATA)>
188*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:locale openOffice:versionDTD CDATA #REQUIRED>
189*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:locale openOffice:allowUpdateFromCLDR (yes|no) #REQUIRED>
190*912701f9SAndroid Build Coastguard Worker<!ATTLIST openOffice:locale openOffice:version CDATA #REQUIRED>
191*912701f9SAndroid Build Coastguard Worker
192*912701f9SAndroid Build Coastguard Worker<!-- ######################################################### -->
193