-
Notifications
You must be signed in to change notification settings - Fork 3
/
zef2014.xsd
341 lines (334 loc) · 15.9 KB
/
zef2014.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation xml:lang="de">
Copyright (C) 2013-2014 Wolfgang Schultz
This file is part of Zefania XML 2014.
Zefania XML 2014 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 or any later version,
as published by the Free Software Foundation.
Zefania XML 2014 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License 3 for more details.
You should have received a copy of the GNU General Public License
along with Zefania XML 2014. If not, see http://www.gnu.org/licenses/.
This file is based on the Zefania XML Schema published by Wolfgang Schultz
under GNU General Public License version 3. The complete source code
is available at http://www.zefania.de.
</xsd:documentation>
</xsd:annotation>
<xsd:element name="xmlbible">
<xsd:annotation>
<xsd:documentation xml:lang="de">Das Wurzelelement einer Zefania XML Bibel</xsd:documentation>
<xsd:documentation xml:lang="en">The root of a Zefania XML bible</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" ref="prolog"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref ="biblebook"></xsd:element>
</xsd:sequence>
<xsd:attribute name="language" type="xsd:language">
<xsd:annotation>
<xsd:documentation xml:lang="de">Sprache des Bibelmodules</xsd:documentation>
<xsd:documentation xml:lang="en"> Language of bible</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="biblebook">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" ref="prolog"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="chapter"></xsd:element>
</xsd:sequence>
<xsd:attribute name ="book" type="TBooks" use="required"></xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="chapter">
<xsd:annotation>
<xsd:documentation xml:lang="de">Markiert ein Kapitel in eimem Bibelbuch</xsd:documentation>
<xsd:documentation xml:lang="en">Indicates a chapter within a bible book</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element minOccurs="0" ref="prolog"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="3" ref="headline"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="verse"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="paragraph"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref ="remark"></xsd:element>
</xsd:choice>
<xsd:attribute name="book" type="TBooks" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="de">Das Bibelbuchkuerzel</xsd:documentation>
<xsd:documentation xml:lang="en">bible book short form</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cn" type="TNumbers" use="required">
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name ="paragraph">
<xsd:complexType>
<xsd:choice>
<xsd:element minOccurs="0" maxOccurs="3" ref="headline">
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="verse"></xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref ="remark"></xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="verse">
<xsd:annotation>
<xsd:documentation xml:lang="de">Markiert einen einzelenen Bibelvers</xsd:documentation>
<xsd:documentation xml:lang="en">Indicates a single verse</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="emphasis"></xsd:element>
</xsd:choice>
<xsd:attribute name="book" type="TBooks" use="required">
<xsd:annotation >
<xsd:documentation xml:lang="de">Das Bibelbuch z.B. "LUK"</xsd:documentation>
<xsd:documentation xml:lang="en">The bible book e.x. "LUK"</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cn" type="TNumbers" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="de">Die Kapitelnummer</xsd:documentation>
<xsd:documentation xml:lang ="en">The chapter number </xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vn" type="TNumbers" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="de">Die Versnummer</xsd:documentation>
<xsd:documentation xml:lang="en">The verse number</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ix" type="TNumbers" use="optional">
<xsd:annotation >
<xsd:documentation xml:lang ="de">Konnektor zur Verbindung inhaltsgleicher Verse in unterschiedlichen Bibelausgaben</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="prolog">
<xsd:annotation>
<xsd:documentation xml:lang="de">Ein Vorwort zu einem Textabschnitt</xsd:documentation>
<xsd:documentation xml:lang="en">Todo:engl</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="headline">
<xsd:annotation>
<xsd:documentation xml:lang="de">Eine Abschnittsüberschrift</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="remark">
<xsd:annotation>
<xsd:documentation xml:lang="de">Eine Anmerkung oder Fussnote</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="emphasis">
<xsd:annotation>
<xsd:documentation xml:lang="de">Markiert eine Hervorhebung vom Typ TEmphasis</xsd:documentation>
<xsd:documentation xml:lang="en">Indicate an emphasis of type TEmphasis</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="emphasis"></xsd:element>
</xsd:choice>
<xsd:attribute name="id" type="TEmphasis" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="de">Gibt die Art der Hervorhebung an.</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xd" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="de">Verweis zu einer externen Resource falls die Möglichkeiten von TEmphasis nicht ausreichen die Hervorhebung zu beschreiben</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name ="TBooks">
<xsd:annotation>
<xsd:documentation xml:lang="en">see http://www.crosswire.org/wiki/OSIS_Book_Abbreviations </xsd:documentation>
<xsd:documentation xml:lang="en">see http://paratext.org/system/files/usfmReference2_4.pdf </xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<!--Old Testament-->
<xsd:enumeration value="GEN"></xsd:enumeration>
<xsd:enumeration value="EXO"></xsd:enumeration>
<xsd:enumeration value="LEV"></xsd:enumeration>
<xsd:enumeration value="NUM"></xsd:enumeration>
<xsd:enumeration value="DEU"></xsd:enumeration>
<xsd:enumeration value="JOS"></xsd:enumeration>
<xsd:enumeration value="JDG"></xsd:enumeration>
<xsd:enumeration value="RUT"></xsd:enumeration>
<xsd:enumeration value="1SA"></xsd:enumeration>
<xsd:enumeration value="2SA"></xsd:enumeration>
<xsd:enumeration value="1KI"></xsd:enumeration>
<xsd:enumeration value="2KI"></xsd:enumeration>
<xsd:enumeration value="1CH"></xsd:enumeration>
<xsd:enumeration value="2CH"></xsd:enumeration>
<xsd:enumeration value="EZR"></xsd:enumeration>
<xsd:enumeration value="NEH"></xsd:enumeration>
<xsd:enumeration value="EST"></xsd:enumeration>
<xsd:enumeration value="JOB"></xsd:enumeration>
<xsd:enumeration value="PSA"></xsd:enumeration>
<xsd:enumeration value="PRO"></xsd:enumeration>
<xsd:enumeration value="ECC"></xsd:enumeration>
<xsd:enumeration value="SNG"></xsd:enumeration>
<xsd:enumeration value="ISA"></xsd:enumeration>
<xsd:enumeration value="JER"></xsd:enumeration>
<xsd:enumeration value="LAM"></xsd:enumeration>
<xsd:enumeration value="EZK"></xsd:enumeration>
<xsd:enumeration value="DAN"></xsd:enumeration>
<xsd:enumeration value="HOS"></xsd:enumeration>
<xsd:enumeration value="JOL"></xsd:enumeration>
<xsd:enumeration value="AMO"></xsd:enumeration>
<xsd:enumeration value="OBA"></xsd:enumeration>
<xsd:enumeration value="JON"></xsd:enumeration>
<xsd:enumeration value="MIC"></xsd:enumeration>
<xsd:enumeration value="NAM"></xsd:enumeration>
<xsd:enumeration value="HAB"></xsd:enumeration>
<xsd:enumeration value="ZEP"></xsd:enumeration>
<xsd:enumeration value="HAG"></xsd:enumeration>
<xsd:enumeration value="ZEC"></xsd:enumeration>
<xsd:enumeration value="MAL"></xsd:enumeration>
<!--New Testament-->
<xsd:enumeration value="MAT"></xsd:enumeration>
<xsd:enumeration value="MRK"></xsd:enumeration>
<xsd:enumeration value="LUK"></xsd:enumeration>
<xsd:enumeration value="JHN"></xsd:enumeration>
<xsd:enumeration value="ACT"></xsd:enumeration>
<xsd:enumeration value="ROM"></xsd:enumeration>
<xsd:enumeration value="1CO"></xsd:enumeration>
<xsd:enumeration value="2CO"></xsd:enumeration>
<xsd:enumeration value="GAL"></xsd:enumeration>
<xsd:enumeration value="EPH"></xsd:enumeration>
<xsd:enumeration value="PHP"></xsd:enumeration>
<xsd:enumeration value="COL"></xsd:enumeration>
<xsd:enumeration value="1TH"></xsd:enumeration>
<xsd:enumeration value="2TH"></xsd:enumeration>
<xsd:enumeration value="1TI"></xsd:enumeration>
<xsd:enumeration value="2TI"></xsd:enumeration>
<xsd:enumeration value="TIT"></xsd:enumeration>
<xsd:enumeration value="PHM"></xsd:enumeration>
<xsd:enumeration value="HEB"></xsd:enumeration>
<xsd:enumeration value="JAS"></xsd:enumeration>
<xsd:enumeration value="1PE"></xsd:enumeration>
<xsd:enumeration value="2PE"></xsd:enumeration>
<xsd:enumeration value="1JN"></xsd:enumeration>
<xsd:enumeration value="2JN"></xsd:enumeration>
<xsd:enumeration value="3JN"></xsd:enumeration>
<xsd:enumeration value="JUD"></xsd:enumeration>
<xsd:enumeration value="REV"></xsd:enumeration>
<!--Apocrypha/Deuterocanon-->
<xsd:enumeration value="TOB"></xsd:enumeration>
<xsd:enumeration value="JDT"></xsd:enumeration>
<xsd:enumeration value="ESG"></xsd:enumeration>
<xsd:enumeration value="ADE"></xsd:enumeration>
<xsd:enumeration value="WIS"></xsd:enumeration>
<xsd:enumeration value="SIR"></xsd:enumeration>
<xsd:enumeration value="BAR"></xsd:enumeration>
<xsd:enumeration value="LJE"></xsd:enumeration>
<xsd:enumeration value="DAG"></xsd:enumeration>
<xsd:enumeration value="S3Y"></xsd:enumeration>
<xsd:enumeration value="SUS"></xsd:enumeration>
<xsd:enumeration value="BEL"></xsd:enumeration>
<xsd:enumeration value="1MA"></xsd:enumeration>
<xsd:enumeration value="2MA"></xsd:enumeration>
<xsd:enumeration value="3MA"></xsd:enumeration>
<xsd:enumeration value="4MA"></xsd:enumeration>
<xsd:enumeration value="MAN"></xsd:enumeration>
<xsd:enumeration value="1ES"></xsd:enumeration>
<xsd:enumeration value="2ES"></xsd:enumeration>
<xsd:enumeration value="PS2"></xsd:enumeration>
<!--Rahlfs' LXX-->
<xsd:enumeration value="ODA"></xsd:enumeration>
<xsd:enumeration value="PSS"></xsd:enumeration>
<!--Rahlfs' variant books-->
<xsd:enumeration value="JSA"></xsd:enumeration>
<xsd:enumeration value="JDB"></xsd:enumeration>
<xsd:enumeration value="TBS"></xsd:enumeration>
<xsd:enumeration value="SST"></xsd:enumeration>
<xsd:enumeration value="DNT"></xsd:enumeration>
<xsd:enumeration value="BLT"></xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TNumbers">
<xsd:restriction base ="xsd:integer">
<xsd:maxInclusive value="200"></xsd:maxInclusive>
<xsd:minInclusive value="1"></xsd:minInclusive>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TEmphasis">
<xsd:annotation>
<xsd:documentation xml:lang="de">Aufzaehlung fuer Hervorhebungen</xsd:documentation>
<xsd:documentation xml:lang="en">Enumeration of emphasis values</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="acrostic"/>
<xsd:enumeration value="bold"/>
<xsd:enumeration value="lookup">
<xsd:annotation>
<xsd:documentation xml:lang="de">Das markierte Element soll als Eingabe für eine andere externe Resource verwendet werden.</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="crossreference">
<xsd:annotation>
<xsd:documentation xml:lang="de">Markiert einen Bibelstellenverweis</xsd:documentation>
<xsd:documentation xml:lang="en">ToDo:engl</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="illuminated"/>
<xsd:enumeration value="italic"/>
<xsd:enumeration value="line-through"/>
<xsd:enumeration value="normal"/>
<xsd:enumeration value="small-caps"/>
<xsd:enumeration value="sub"/>
<xsd:enumeration value="super"/>
<xsd:enumeration value="underline"/>
<xsd:enumeration value="overline"/>
<xsd:enumeration value="capitalize"/>
<xsd:enumeration value="uppercase"/>
<xsd:enumeration value="lowercase"/>
<xsd:enumeration value="divineName"/>
<xsd:enumeration value="small"/>
<xsd:enumeration value="added"/>
<xsd:enumeration value="allusion"/>
<xsd:enumeration value="alternative"/>
<xsd:enumeration value="background"/>
<xsd:enumeration value="citation"/>
<xsd:enumeration value="devotional"/>
<xsd:enumeration value="encoder"/>
<xsd:enumeration value="exegesis"/>
<xsd:enumeration value="explanation"/>
<xsd:enumeration value="liturgical"/>
<xsd:enumeration value="speaker"/>
<xsd:enumeration value="study"/>
<xsd:enumeration value="translation"/>
<xsd:enumeration value="variant"/>
<xsd:enumeration value="amplified"/>
<xsd:enumeration value="changed"/>
<xsd:enumeration value="deleted"/>
<xsd:enumeration value="implied"/>
<xsd:enumeration value="moved"/>
<xsd:enumeration value="tenseChange"/>
<xsd:enumeration value="commentary"/>
<xsd:enumeration value="exposition"/>
<xsd:enumeration value="meditation"/>
<xsd:enumeration value="outline"/>
<xsd:enumeration value="rebuttal"/>
<xsd:enumeration value="sermon"/>
<xsd:enumeration value="studyGuide"/>
<xsd:enumeration value="transChange"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>