stead 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +21 -0
- data/README.rdoc +75 -0
- data/Rakefile +72 -0
- data/VERSION +1 -0
- data/bin/csv2ead +70 -0
- data/examples/ncsu.rb +74 -0
- data/lib/stead/ead.rb +270 -0
- data/lib/stead/error.rb +6 -0
- data/lib/stead/stead.rb +80 -0
- data/lib/stead/templates/ead.xml +44 -0
- data/lib/stead/templates/ead.xsd +2728 -0
- data/lib/stead/templates/ncsu_ead.xml +69 -0
- data/lib/stead.rb +56 -0
- data/test/helper.rb +25 -0
- data/test/test_ead_bad_container_type.rb +42 -0
- data/test/test_ead_no_series.rb +89 -0
- data/test/test_ead_series.rb +42 -0
- data/test/test_stead.rb +43 -0
- metadata +167 -0
@@ -0,0 +1,2728 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!--
|
3
|
+
EAD 2002 W3C Schema
|
4
|
+
Version: 200804 Release
|
5
|
+
Date: 20080421
|
6
|
+
|
7
|
+
Previous Version: 200612 Release
|
8
|
+
|
9
|
+
Publisher: Society of American Archivists and the Library of Congress
|
10
|
+
|
11
|
+
Funding: National Historical Publications and Records Commission
|
12
|
+
|
13
|
+
*** Comments, questions, and error reports should be sent to the EAD listserv
|
14
|
+
with subject line: Schema Comment ***
|
15
|
+
|
16
|
+
Listserv address: EAD@LOC.GOV
|
17
|
+
|
18
|
+
Editors (SAA/EADWG/EAD Schema Working Group):
|
19
|
+
|
20
|
+
Francoise Bourdon (Bibliothèque nationale de France)
|
21
|
+
Terry Catapano (Columbia University)
|
22
|
+
Jerry McDonough (University of Illinois)
|
23
|
+
Lee Mandell (New York University)
|
24
|
+
Chris Prom (University of Illinois)
|
25
|
+
Stephen Yearl (Yale University)
|
26
|
+
Daniel Pitti (University of Virginia), Chair
|
27
|
+
|
28
|
+
EAD DTD / Schema Relationship
|
29
|
+
|
30
|
+
With one exception (XLink elements and attributes), the EAD Schema is a subset of the
|
31
|
+
EAD 2002 DTD.
|
32
|
+
|
33
|
+
The Xlink compatible elements and attributes in the DTD have been made compliant
|
34
|
+
by implementing XML Namespace. As a result, DTD compliant instances containing
|
35
|
+
ANY of the XLink tags and attributes will not validate against the Schema. These instances
|
36
|
+
must be converted into XLink compliant tags and attributes. The EAD Schema WG will
|
37
|
+
provide XSLT for this conversion with the release of the official version of the Schema.
|
38
|
+
|
39
|
+
The following elements and their XLink-specific attributes are impacted by this change:
|
40
|
+
|
41
|
+
arc archref
|
42
|
+
bibref
|
43
|
+
dao daogrp daoloc
|
44
|
+
extptr extptrloc extref extrefloc
|
45
|
+
linkgrp
|
46
|
+
ptr ptrloc
|
47
|
+
ref refloc resource
|
48
|
+
title
|
49
|
+
|
50
|
+
With the exception of the XLink tags and attributes, a Schema valid instance will be a DTD
|
51
|
+
valid instance. However, because of the imposition of datatype contrainst on specific
|
52
|
+
attribute values, a DTD valid instance may not be Schema valid.
|
53
|
+
|
54
|
+
The following attributes are impacted by the imposition of datatype constraints:
|
55
|
+
|
56
|
+
@normal on <unitdate> and <date>: constrained to date and date range subset of ISO 8601
|
57
|
+
@repositorycode: constrained to ISO 15511 (ISIL)
|
58
|
+
@mainagencycode: constrained to ISO 15511 (ISIL)
|
59
|
+
@langcode: constrained to ISO 639-2 alpha-3 code list
|
60
|
+
@scriptcode: constrained to ISO 15924 code list
|
61
|
+
@countrycode: constrained to ISO 3166-1 alpha-2 code list
|
62
|
+
|
63
|
+
Revision history:
|
64
|
+
1. Revised definitions of XLink elements and attributes in order to make the XSD schema
|
65
|
+
conform to xlink.xsd instance used by MODS and METS (20080421)
|
66
|
+
|
67
|
+
-->
|
68
|
+
<xs:schema elementFormDefault="qualified" targetNamespace="urn:isbn:1-931666-22-9"
|
69
|
+
xmlns="urn:isbn:1-931666-22-9" xmlns:xlink="http://www.w3.org/1999/xlink"
|
70
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
71
|
+
<xs:import namespace="http://www.w3.org/1999/xlink"
|
72
|
+
schemaLocation="http://www.loc.gov/standards/xlink/xlink.xsd"/>
|
73
|
+
<xs:attributeGroup name="am.date.normal">
|
74
|
+
<xs:attribute name="normal">
|
75
|
+
<xs:simpleType>
|
76
|
+
<xs:restriction base="xs:token">
|
77
|
+
<xs:pattern
|
78
|
+
value="(\-?(0|1|2)([0-9]{3})(((01|02|03|04|05|06|07|08|09|10|11|12)((0[1-9])|((1|2)[0-9])|(3[0-1])))|\-((01|02|03|04|05|06|07|08|09|10|11|12)(\-((0[1-9])|((1|2)[0-9])|(3[0-1])))?))?)(/\-?(0|1|2)([0-9]{3})(((01|02|03|04|05|06|07|08|09|10|11|12)((0[1-9])|((1|2)[0-9])|(3[0-1])))|\-((01|02|03|04|05|06|07|08|09|10|11|12)(\-((0[1-9])|((1|2)[0-9])|(3[0-1])))?))?)?"
|
79
|
+
/>
|
80
|
+
</xs:restriction>
|
81
|
+
</xs:simpleType>
|
82
|
+
</xs:attribute>
|
83
|
+
</xs:attributeGroup>
|
84
|
+
<xs:simpleType name="data.repositorycode">
|
85
|
+
<xs:restriction base="xs:token">
|
86
|
+
<xs:pattern
|
87
|
+
value="((AF|AX|AL|DZ|AS|AD|AO|AI|AQ|AG|AR|AM|AW|AU|AT|AZ|BS|BH|BD|BB|BY|BE|BZ|BJ|BM|BT|BO|BA|BW|BV|BR|IO|BN|BG|BF|BI|KH|CM|CA|CV|KY|CF|TD|CL|CN|CX|CC|CO|KM|CG|CD|CK|CR|CI|HR|CU|CY|CZ|DK|DJ|DM|DO|EC|EG|SV|GQ|ER|EE|ET|FK|FO|FJ|FI|FR|GF|PF|TF|GA|GM|GE|DE|GH|GI|GR|GL|GD|GP|GU|GT|GN|GW|GY|HT|HM|VA|HN|HK|HU|IS|IN|ID|IR|IQ|IE|IL|IT|JM|JP|JO|KZ|KE|KI|KP|KR|KW|KG|LA|LV|LB|LS|LR|LY|LI|LT|LU|MO|MK|MG|MW|MY|MV|ML|MT|MH|MQ|MR|MU|YT|MX|FM|MD|MC|MN|MS|MA|MZ|MM|NA|NR|NP|NL|AN|NC|NZ|NI|NE|NG|NU|NF|MP|NO|OM|PK|PW|PS|PA|PG|PY|PE|PH|PN|PL|PT|PR|QA|RE|RO|RU|RW|SH|KN|LC|PM|VC|WS|SM|ST|SA|SN|CS|SC|SL|SG|SK|SI|SB|SO|ZA|GS|ES|LK|SD|SR|SJ|SZ|SE|CH|SY|TW|TJ|TZ|TH|TL|TG|TK|TO|TT|TN|TR|TM|TC|TV|UG|UA|AE|GB|US|UM|UY|UZ|VU|VE|VN|VG|VI|WF|EH|YE|ZM|ZW)|([a-zA-Z]{1})|([a-zA-Z]{3,4}))(-[a-zA-Z0-9:/\-]{1,11})"
|
88
|
+
/>
|
89
|
+
</xs:restriction>
|
90
|
+
</xs:simpleType>
|
91
|
+
<xs:attributeGroup name="am.mainagencycode">
|
92
|
+
<xs:attribute name="mainagencycode" type="data.repositorycode"/>
|
93
|
+
</xs:attributeGroup>
|
94
|
+
<xs:attributeGroup name="am.repositorycode">
|
95
|
+
<xs:attribute name="repositorycode" type="data.repositorycode"/>
|
96
|
+
</xs:attributeGroup>
|
97
|
+
<xs:attributeGroup name="am.langcode">
|
98
|
+
<xs:attribute name="langcode">
|
99
|
+
<xs:simpleType>
|
100
|
+
<xs:restriction base="xs:token">
|
101
|
+
<xs:enumeration value="aar"/>
|
102
|
+
<xs:enumeration value="abk"/>
|
103
|
+
<xs:enumeration value="ace"/>
|
104
|
+
<xs:enumeration value="ach"/>
|
105
|
+
<xs:enumeration value="ada"/>
|
106
|
+
<xs:enumeration value="ady"/>
|
107
|
+
<xs:enumeration value="afa"/>
|
108
|
+
<xs:enumeration value="afh"/>
|
109
|
+
<xs:enumeration value="afr"/>
|
110
|
+
<xs:enumeration value="aka"/>
|
111
|
+
<xs:enumeration value="akk"/>
|
112
|
+
<xs:enumeration value="alb"/>
|
113
|
+
<xs:enumeration value="ale"/>
|
114
|
+
<xs:enumeration value="alg"/>
|
115
|
+
<xs:enumeration value="amh"/>
|
116
|
+
<xs:enumeration value="ang"/>
|
117
|
+
<xs:enumeration value="apa"/>
|
118
|
+
<xs:enumeration value="ara"/>
|
119
|
+
<xs:enumeration value="arc"/>
|
120
|
+
<xs:enumeration value="arg"/>
|
121
|
+
<xs:enumeration value="arm"/>
|
122
|
+
<xs:enumeration value="arn"/>
|
123
|
+
<xs:enumeration value="arp"/>
|
124
|
+
<xs:enumeration value="art"/>
|
125
|
+
<xs:enumeration value="arw"/>
|
126
|
+
<xs:enumeration value="asm"/>
|
127
|
+
<xs:enumeration value="ast"/>
|
128
|
+
<xs:enumeration value="ath"/>
|
129
|
+
<xs:enumeration value="aus"/>
|
130
|
+
<xs:enumeration value="ava"/>
|
131
|
+
<xs:enumeration value="ave"/>
|
132
|
+
<xs:enumeration value="awa"/>
|
133
|
+
<xs:enumeration value="aym"/>
|
134
|
+
<xs:enumeration value="aze"/>
|
135
|
+
<xs:enumeration value="bad"/>
|
136
|
+
<xs:enumeration value="bai"/>
|
137
|
+
<xs:enumeration value="bak"/>
|
138
|
+
<xs:enumeration value="bal"/>
|
139
|
+
<xs:enumeration value="bam"/>
|
140
|
+
<xs:enumeration value="ban"/>
|
141
|
+
<xs:enumeration value="baq"/>
|
142
|
+
<xs:enumeration value="bas"/>
|
143
|
+
<xs:enumeration value="bat"/>
|
144
|
+
<xs:enumeration value="bej"/>
|
145
|
+
<xs:enumeration value="bel"/>
|
146
|
+
<xs:enumeration value="bem"/>
|
147
|
+
<xs:enumeration value="ben"/>
|
148
|
+
<xs:enumeration value="ber"/>
|
149
|
+
<xs:enumeration value="bho"/>
|
150
|
+
<xs:enumeration value="bih"/>
|
151
|
+
<xs:enumeration value="bik"/>
|
152
|
+
<xs:enumeration value="bin"/>
|
153
|
+
<xs:enumeration value="bis"/>
|
154
|
+
<xs:enumeration value="bla"/>
|
155
|
+
<xs:enumeration value="bnt"/>
|
156
|
+
<xs:enumeration value="bod"/>
|
157
|
+
<xs:enumeration value="bos"/>
|
158
|
+
<xs:enumeration value="bra"/>
|
159
|
+
<xs:enumeration value="bre"/>
|
160
|
+
<xs:enumeration value="btk"/>
|
161
|
+
<xs:enumeration value="bua"/>
|
162
|
+
<xs:enumeration value="bug"/>
|
163
|
+
<xs:enumeration value="bul"/>
|
164
|
+
<xs:enumeration value="bur"/>
|
165
|
+
<xs:enumeration value="bur"/>
|
166
|
+
<xs:enumeration value="byn"/>
|
167
|
+
<xs:enumeration value="cad"/>
|
168
|
+
<xs:enumeration value="cai"/>
|
169
|
+
<xs:enumeration value="car"/>
|
170
|
+
<xs:enumeration value="cat"/>
|
171
|
+
<xs:enumeration value="cau"/>
|
172
|
+
<xs:enumeration value="ceb"/>
|
173
|
+
<xs:enumeration value="cel"/>
|
174
|
+
<xs:enumeration value="ces"/>
|
175
|
+
<xs:enumeration value="cha"/>
|
176
|
+
<xs:enumeration value="chb"/>
|
177
|
+
<xs:enumeration value="che"/>
|
178
|
+
<xs:enumeration value="chg"/>
|
179
|
+
<xs:enumeration value="chi"/>
|
180
|
+
<xs:enumeration value="chk"/>
|
181
|
+
<xs:enumeration value="chm"/>
|
182
|
+
<xs:enumeration value="chn"/>
|
183
|
+
<xs:enumeration value="cho"/>
|
184
|
+
<xs:enumeration value="chp"/>
|
185
|
+
<xs:enumeration value="chr"/>
|
186
|
+
<xs:enumeration value="chu"/>
|
187
|
+
<xs:enumeration value="chv"/>
|
188
|
+
<xs:enumeration value="chy"/>
|
189
|
+
<xs:enumeration value="cmc"/>
|
190
|
+
<xs:enumeration value="cop"/>
|
191
|
+
<xs:enumeration value="cor"/>
|
192
|
+
<xs:enumeration value="cos"/>
|
193
|
+
<xs:enumeration value="cpe"/>
|
194
|
+
<xs:enumeration value="cpf"/>
|
195
|
+
<xs:enumeration value="cpp"/>
|
196
|
+
<xs:enumeration value="cre"/>
|
197
|
+
<xs:enumeration value="crh"/>
|
198
|
+
<xs:enumeration value="crp"/>
|
199
|
+
<xs:enumeration value="csb"/>
|
200
|
+
<xs:enumeration value="cus"/>
|
201
|
+
<xs:enumeration value="cym"/>
|
202
|
+
<xs:enumeration value="cze"/>
|
203
|
+
<xs:enumeration value="cze"/>
|
204
|
+
<xs:enumeration value="dak"/>
|
205
|
+
<xs:enumeration value="dan"/>
|
206
|
+
<xs:enumeration value="dar"/>
|
207
|
+
<xs:enumeration value="day"/>
|
208
|
+
<xs:enumeration value="del"/>
|
209
|
+
<xs:enumeration value="den"/>
|
210
|
+
<xs:enumeration value="deu"/>
|
211
|
+
<xs:enumeration value="dgr"/>
|
212
|
+
<xs:enumeration value="din"/>
|
213
|
+
<xs:enumeration value="div"/>
|
214
|
+
<xs:enumeration value="doi"/>
|
215
|
+
<xs:enumeration value="dra"/>
|
216
|
+
<xs:enumeration value="dsb"/>
|
217
|
+
<xs:enumeration value="dua"/>
|
218
|
+
<xs:enumeration value="dum"/>
|
219
|
+
<xs:enumeration value="dut"/>
|
220
|
+
<xs:enumeration value="dut"/>
|
221
|
+
<xs:enumeration value="dyu"/>
|
222
|
+
<xs:enumeration value="dzo"/>
|
223
|
+
<xs:enumeration value="efi"/>
|
224
|
+
<xs:enumeration value="egy"/>
|
225
|
+
<xs:enumeration value="eka"/>
|
226
|
+
<xs:enumeration value="ell"/>
|
227
|
+
<xs:enumeration value="elx"/>
|
228
|
+
<xs:enumeration value="eng"/>
|
229
|
+
<xs:enumeration value="enm"/>
|
230
|
+
<xs:enumeration value="epo"/>
|
231
|
+
<xs:enumeration value="est"/>
|
232
|
+
<xs:enumeration value="eus"/>
|
233
|
+
<xs:enumeration value="eus"/>
|
234
|
+
<xs:enumeration value="ewe"/>
|
235
|
+
<xs:enumeration value="ewo"/>
|
236
|
+
<xs:enumeration value="fan"/>
|
237
|
+
<xs:enumeration value="fao"/>
|
238
|
+
<xs:enumeration value="fas"/>
|
239
|
+
<xs:enumeration value="fat"/>
|
240
|
+
<xs:enumeration value="fij"/>
|
241
|
+
<xs:enumeration value="fil"/>
|
242
|
+
<xs:enumeration value="fin"/>
|
243
|
+
<xs:enumeration value="fiu"/>
|
244
|
+
<xs:enumeration value="fon"/>
|
245
|
+
<xs:enumeration value="fra"/>
|
246
|
+
<xs:enumeration value="fre"/>
|
247
|
+
<xs:enumeration value="frm"/>
|
248
|
+
<xs:enumeration value="fro"/>
|
249
|
+
<xs:enumeration value="fry"/>
|
250
|
+
<xs:enumeration value="ful"/>
|
251
|
+
<xs:enumeration value="fur"/>
|
252
|
+
<xs:enumeration value="gaa"/>
|
253
|
+
<xs:enumeration value="gay"/>
|
254
|
+
<xs:enumeration value="gba"/>
|
255
|
+
<xs:enumeration value="gem"/>
|
256
|
+
<xs:enumeration value="geo"/>
|
257
|
+
<xs:enumeration value="ger"/>
|
258
|
+
<xs:enumeration value="gez"/>
|
259
|
+
<xs:enumeration value="gil"/>
|
260
|
+
<xs:enumeration value="gla"/>
|
261
|
+
<xs:enumeration value="gle"/>
|
262
|
+
<xs:enumeration value="glg"/>
|
263
|
+
<xs:enumeration value="glv"/>
|
264
|
+
<xs:enumeration value="gmh"/>
|
265
|
+
<xs:enumeration value="goh"/>
|
266
|
+
<xs:enumeration value="gon"/>
|
267
|
+
<xs:enumeration value="gor"/>
|
268
|
+
<xs:enumeration value="got"/>
|
269
|
+
<xs:enumeration value="grb"/>
|
270
|
+
<xs:enumeration value="grc"/>
|
271
|
+
<xs:enumeration value="gre"/>
|
272
|
+
<xs:enumeration value="gre"/>
|
273
|
+
<xs:enumeration value="grn"/>
|
274
|
+
<xs:enumeration value="guj"/>
|
275
|
+
<xs:enumeration value="gwi"/>
|
276
|
+
<xs:enumeration value="hai"/>
|
277
|
+
<xs:enumeration value="hat"/>
|
278
|
+
<xs:enumeration value="hau"/>
|
279
|
+
<xs:enumeration value="haw"/>
|
280
|
+
<xs:enumeration value="heb"/>
|
281
|
+
<xs:enumeration value="her"/>
|
282
|
+
<xs:enumeration value="hil"/>
|
283
|
+
<xs:enumeration value="him"/>
|
284
|
+
<xs:enumeration value="hin"/>
|
285
|
+
<xs:enumeration value="hit"/>
|
286
|
+
<xs:enumeration value="hmn"/>
|
287
|
+
<xs:enumeration value="hmo"/>
|
288
|
+
<xs:enumeration value="hrv"/>
|
289
|
+
<xs:enumeration value="hsb"/>
|
290
|
+
<xs:enumeration value="hun"/>
|
291
|
+
<xs:enumeration value="hup"/>
|
292
|
+
<xs:enumeration value="hye"/>
|
293
|
+
<xs:enumeration value="iba"/>
|
294
|
+
<xs:enumeration value="ibo"/>
|
295
|
+
<xs:enumeration value="ice"/>
|
296
|
+
<xs:enumeration value="ice"/>
|
297
|
+
<xs:enumeration value="ido"/>
|
298
|
+
<xs:enumeration value="iii"/>
|
299
|
+
<xs:enumeration value="ijo"/>
|
300
|
+
<xs:enumeration value="iku"/>
|
301
|
+
<xs:enumeration value="ile"/>
|
302
|
+
<xs:enumeration value="ilo"/>
|
303
|
+
<xs:enumeration value="ina"/>
|
304
|
+
<xs:enumeration value="inc"/>
|
305
|
+
<xs:enumeration value="ind"/>
|
306
|
+
<xs:enumeration value="ine"/>
|
307
|
+
<xs:enumeration value="inh"/>
|
308
|
+
<xs:enumeration value="ipk"/>
|
309
|
+
<xs:enumeration value="ira"/>
|
310
|
+
<xs:enumeration value="iro"/>
|
311
|
+
<xs:enumeration value="isl"/>
|
312
|
+
<xs:enumeration value="ita"/>
|
313
|
+
<xs:enumeration value="jav"/>
|
314
|
+
<xs:enumeration value="jbo"/>
|
315
|
+
<xs:enumeration value="jpn"/>
|
316
|
+
<xs:enumeration value="jpr"/>
|
317
|
+
<xs:enumeration value="jrb"/>
|
318
|
+
<xs:enumeration value="kaa"/>
|
319
|
+
<xs:enumeration value="kab"/>
|
320
|
+
<xs:enumeration value="kac"/>
|
321
|
+
<xs:enumeration value="kal"/>
|
322
|
+
<xs:enumeration value="kam"/>
|
323
|
+
<xs:enumeration value="kan"/>
|
324
|
+
<xs:enumeration value="kar"/>
|
325
|
+
<xs:enumeration value="kas"/>
|
326
|
+
<xs:enumeration value="kat"/>
|
327
|
+
<xs:enumeration value="kau"/>
|
328
|
+
<xs:enumeration value="kaw"/>
|
329
|
+
<xs:enumeration value="kaz"/>
|
330
|
+
<xs:enumeration value="kbd"/>
|
331
|
+
<xs:enumeration value="kha"/>
|
332
|
+
<xs:enumeration value="khi"/>
|
333
|
+
<xs:enumeration value="khm"/>
|
334
|
+
<xs:enumeration value="kho"/>
|
335
|
+
<xs:enumeration value="kik"/>
|
336
|
+
<xs:enumeration value="kin"/>
|
337
|
+
<xs:enumeration value="kir"/>
|
338
|
+
<xs:enumeration value="kmb"/>
|
339
|
+
<xs:enumeration value="kok"/>
|
340
|
+
<xs:enumeration value="kom"/>
|
341
|
+
<xs:enumeration value="kon"/>
|
342
|
+
<xs:enumeration value="kor"/>
|
343
|
+
<xs:enumeration value="kos"/>
|
344
|
+
<xs:enumeration value="kpe"/>
|
345
|
+
<xs:enumeration value="krc"/>
|
346
|
+
<xs:enumeration value="kro"/>
|
347
|
+
<xs:enumeration value="kru"/>
|
348
|
+
<xs:enumeration value="kua"/>
|
349
|
+
<xs:enumeration value="kum"/>
|
350
|
+
<xs:enumeration value="kur"/>
|
351
|
+
<xs:enumeration value="kut"/>
|
352
|
+
<xs:enumeration value="lad"/>
|
353
|
+
<xs:enumeration value="lah"/>
|
354
|
+
<xs:enumeration value="lam"/>
|
355
|
+
<xs:enumeration value="lao"/>
|
356
|
+
<xs:enumeration value="lat"/>
|
357
|
+
<xs:enumeration value="lav"/>
|
358
|
+
<xs:enumeration value="lez"/>
|
359
|
+
<xs:enumeration value="lim"/>
|
360
|
+
<xs:enumeration value="lin"/>
|
361
|
+
<xs:enumeration value="lit"/>
|
362
|
+
<xs:enumeration value="lol"/>
|
363
|
+
<xs:enumeration value="loz"/>
|
364
|
+
<xs:enumeration value="ltz"/>
|
365
|
+
<xs:enumeration value="lua"/>
|
366
|
+
<xs:enumeration value="lub"/>
|
367
|
+
<xs:enumeration value="lug"/>
|
368
|
+
<xs:enumeration value="lui"/>
|
369
|
+
<xs:enumeration value="lun"/>
|
370
|
+
<xs:enumeration value="luo"/>
|
371
|
+
<xs:enumeration value="lus"/>
|
372
|
+
<xs:enumeration value="mac"/>
|
373
|
+
<xs:enumeration value="mad"/>
|
374
|
+
<xs:enumeration value="mag"/>
|
375
|
+
<xs:enumeration value="mah"/>
|
376
|
+
<xs:enumeration value="mai"/>
|
377
|
+
<xs:enumeration value="mak"/>
|
378
|
+
<xs:enumeration value="mal"/>
|
379
|
+
<xs:enumeration value="man"/>
|
380
|
+
<xs:enumeration value="mao"/>
|
381
|
+
<xs:enumeration value="mao"/>
|
382
|
+
<xs:enumeration value="map"/>
|
383
|
+
<xs:enumeration value="mar"/>
|
384
|
+
<xs:enumeration value="mas"/>
|
385
|
+
<xs:enumeration value="may"/>
|
386
|
+
<xs:enumeration value="mdf"/>
|
387
|
+
<xs:enumeration value="mdr"/>
|
388
|
+
<xs:enumeration value="men"/>
|
389
|
+
<xs:enumeration value="mga"/>
|
390
|
+
<xs:enumeration value="mic"/>
|
391
|
+
<xs:enumeration value="min"/>
|
392
|
+
<xs:enumeration value="mis"/>
|
393
|
+
<xs:enumeration value="mkd"/>
|
394
|
+
<xs:enumeration value="mkh"/>
|
395
|
+
<xs:enumeration value="mlg"/>
|
396
|
+
<xs:enumeration value="mlt"/>
|
397
|
+
<xs:enumeration value="mnc"/>
|
398
|
+
<xs:enumeration value="mni"/>
|
399
|
+
<xs:enumeration value="mno"/>
|
400
|
+
<xs:enumeration value="moh"/>
|
401
|
+
<xs:enumeration value="mol"/>
|
402
|
+
<xs:enumeration value="mon"/>
|
403
|
+
<xs:enumeration value="mos"/>
|
404
|
+
<xs:enumeration value="mri"/>
|
405
|
+
<xs:enumeration value="msa"/>
|
406
|
+
<xs:enumeration value="mul"/>
|
407
|
+
<xs:enumeration value="mun"/>
|
408
|
+
<xs:enumeration value="mus"/>
|
409
|
+
<xs:enumeration value="mwl"/>
|
410
|
+
<xs:enumeration value="mwr"/>
|
411
|
+
<xs:enumeration value="mya"/>
|
412
|
+
<xs:enumeration value="myn"/>
|
413
|
+
<xs:enumeration value="myv"/>
|
414
|
+
<xs:enumeration value="nah"/>
|
415
|
+
<xs:enumeration value="nai"/>
|
416
|
+
<xs:enumeration value="nap"/>
|
417
|
+
<xs:enumeration value="nau"/>
|
418
|
+
<xs:enumeration value="nav"/>
|
419
|
+
<xs:enumeration value="nbl"/>
|
420
|
+
<xs:enumeration value="nde"/>
|
421
|
+
<xs:enumeration value="ndo"/>
|
422
|
+
<xs:enumeration value="nds"/>
|
423
|
+
<xs:enumeration value="nep"/>
|
424
|
+
<xs:enumeration value="new"/>
|
425
|
+
<xs:enumeration value="nia"/>
|
426
|
+
<xs:enumeration value="nic"/>
|
427
|
+
<xs:enumeration value="niu"/>
|
428
|
+
<xs:enumeration value="nld"/>
|
429
|
+
<xs:enumeration value="nno"/>
|
430
|
+
<xs:enumeration value="nob"/>
|
431
|
+
<xs:enumeration value="nog"/>
|
432
|
+
<xs:enumeration value="non"/>
|
433
|
+
<xs:enumeration value="nor"/>
|
434
|
+
<xs:enumeration value="nso"/>
|
435
|
+
<xs:enumeration value="nub"/>
|
436
|
+
<xs:enumeration value="nwc"/>
|
437
|
+
<xs:enumeration value="nya"/>
|
438
|
+
<xs:enumeration value="nym"/>
|
439
|
+
<xs:enumeration value="nyn"/>
|
440
|
+
<xs:enumeration value="nyo"/>
|
441
|
+
<xs:enumeration value="nzi"/>
|
442
|
+
<xs:enumeration value="oci"/>
|
443
|
+
<xs:enumeration value="oji"/>
|
444
|
+
<xs:enumeration value="ori"/>
|
445
|
+
<xs:enumeration value="orm"/>
|
446
|
+
<xs:enumeration value="osa"/>
|
447
|
+
<xs:enumeration value="oss"/>
|
448
|
+
<xs:enumeration value="ota"/>
|
449
|
+
<xs:enumeration value="oto"/>
|
450
|
+
<xs:enumeration value="paa"/>
|
451
|
+
<xs:enumeration value="pag"/>
|
452
|
+
<xs:enumeration value="pal"/>
|
453
|
+
<xs:enumeration value="pam"/>
|
454
|
+
<xs:enumeration value="pan"/>
|
455
|
+
<xs:enumeration value="pap"/>
|
456
|
+
<xs:enumeration value="pau"/>
|
457
|
+
<xs:enumeration value="peo"/>
|
458
|
+
<xs:enumeration value="per"/>
|
459
|
+
<xs:enumeration value="phi"/>
|
460
|
+
<xs:enumeration value="phn"/>
|
461
|
+
<xs:enumeration value="pli"/>
|
462
|
+
<xs:enumeration value="pol"/>
|
463
|
+
<xs:enumeration value="pon"/>
|
464
|
+
<xs:enumeration value="por"/>
|
465
|
+
<xs:enumeration value="pra"/>
|
466
|
+
<xs:enumeration value="pro"/>
|
467
|
+
<xs:enumeration value="pus"/>
|
468
|
+
<xs:enumeration value="que"/>
|
469
|
+
<xs:enumeration value="raj"/>
|
470
|
+
<xs:enumeration value="rap"/>
|
471
|
+
<xs:enumeration value="rar"/>
|
472
|
+
<xs:enumeration value="roa"/>
|
473
|
+
<xs:enumeration value="roh"/>
|
474
|
+
<xs:enumeration value="rom"/>
|
475
|
+
<xs:enumeration value="ron"/>
|
476
|
+
<xs:enumeration value="rum"/>
|
477
|
+
<xs:enumeration value="run"/>
|
478
|
+
<xs:enumeration value="rus"/>
|
479
|
+
<xs:enumeration value="sad"/>
|
480
|
+
<xs:enumeration value="sag"/>
|
481
|
+
<xs:enumeration value="sah"/>
|
482
|
+
<xs:enumeration value="sai"/>
|
483
|
+
<xs:enumeration value="sal"/>
|
484
|
+
<xs:enumeration value="sam"/>
|
485
|
+
<xs:enumeration value="san"/>
|
486
|
+
<xs:enumeration value="sas"/>
|
487
|
+
<xs:enumeration value="sat"/>
|
488
|
+
<xs:enumeration value="scc"/>
|
489
|
+
<xs:enumeration value="scn"/>
|
490
|
+
<xs:enumeration value="sco"/>
|
491
|
+
<xs:enumeration value="scr"/>
|
492
|
+
<xs:enumeration value="sel"/>
|
493
|
+
<xs:enumeration value="sem"/>
|
494
|
+
<xs:enumeration value="sga"/>
|
495
|
+
<xs:enumeration value="sgn"/>
|
496
|
+
<xs:enumeration value="shn"/>
|
497
|
+
<xs:enumeration value="sid"/>
|
498
|
+
<xs:enumeration value="sin"/>
|
499
|
+
<xs:enumeration value="sio"/>
|
500
|
+
<xs:enumeration value="sit"/>
|
501
|
+
<xs:enumeration value="sla"/>
|
502
|
+
<xs:enumeration value="slk"/>
|
503
|
+
<xs:enumeration value="slo"/>
|
504
|
+
<xs:enumeration value="slv"/>
|
505
|
+
<xs:enumeration value="sma"/>
|
506
|
+
<xs:enumeration value="sme"/>
|
507
|
+
<xs:enumeration value="smi"/>
|
508
|
+
<xs:enumeration value="smj"/>
|
509
|
+
<xs:enumeration value="smn"/>
|
510
|
+
<xs:enumeration value="smo"/>
|
511
|
+
<xs:enumeration value="sms"/>
|
512
|
+
<xs:enumeration value="sna"/>
|
513
|
+
<xs:enumeration value="snd"/>
|
514
|
+
<xs:enumeration value="snk"/>
|
515
|
+
<xs:enumeration value="sog"/>
|
516
|
+
<xs:enumeration value="som"/>
|
517
|
+
<xs:enumeration value="son"/>
|
518
|
+
<xs:enumeration value="sot"/>
|
519
|
+
<xs:enumeration value="spa"/>
|
520
|
+
<xs:enumeration value="sqi"/>
|
521
|
+
<xs:enumeration value="srd"/>
|
522
|
+
<xs:enumeration value="srp"/>
|
523
|
+
<xs:enumeration value="srr"/>
|
524
|
+
<xs:enumeration value="ssa"/>
|
525
|
+
<xs:enumeration value="ssw"/>
|
526
|
+
<xs:enumeration value="suk"/>
|
527
|
+
<xs:enumeration value="sun"/>
|
528
|
+
<xs:enumeration value="sus"/>
|
529
|
+
<xs:enumeration value="sux"/>
|
530
|
+
<xs:enumeration value="swa"/>
|
531
|
+
<xs:enumeration value="swe"/>
|
532
|
+
<xs:enumeration value="syr"/>
|
533
|
+
<xs:enumeration value="tah"/>
|
534
|
+
<xs:enumeration value="tai"/>
|
535
|
+
<xs:enumeration value="tam"/>
|
536
|
+
<xs:enumeration value="tat"/>
|
537
|
+
<xs:enumeration value="tel"/>
|
538
|
+
<xs:enumeration value="tem"/>
|
539
|
+
<xs:enumeration value="ter"/>
|
540
|
+
<xs:enumeration value="tet"/>
|
541
|
+
<xs:enumeration value="tgk"/>
|
542
|
+
<xs:enumeration value="tgl"/>
|
543
|
+
<xs:enumeration value="tha"/>
|
544
|
+
<xs:enumeration value="tib"/>
|
545
|
+
<xs:enumeration value="tib"/>
|
546
|
+
<xs:enumeration value="tig"/>
|
547
|
+
<xs:enumeration value="tir"/>
|
548
|
+
<xs:enumeration value="tiv"/>
|
549
|
+
<xs:enumeration value="tkl"/>
|
550
|
+
<xs:enumeration value="tlh"/>
|
551
|
+
<xs:enumeration value="tli"/>
|
552
|
+
<xs:enumeration value="tmh"/>
|
553
|
+
<xs:enumeration value="tog"/>
|
554
|
+
<xs:enumeration value="ton"/>
|
555
|
+
<xs:enumeration value="tpi"/>
|
556
|
+
<xs:enumeration value="tsi"/>
|
557
|
+
<xs:enumeration value="tsn"/>
|
558
|
+
<xs:enumeration value="tso"/>
|
559
|
+
<xs:enumeration value="tuk"/>
|
560
|
+
<xs:enumeration value="tum"/>
|
561
|
+
<xs:enumeration value="tup"/>
|
562
|
+
<xs:enumeration value="tur"/>
|
563
|
+
<xs:enumeration value="tut"/>
|
564
|
+
<xs:enumeration value="tvl"/>
|
565
|
+
<xs:enumeration value="twi"/>
|
566
|
+
<xs:enumeration value="tyv"/>
|
567
|
+
<xs:enumeration value="udm"/>
|
568
|
+
<xs:enumeration value="uga"/>
|
569
|
+
<xs:enumeration value="uig"/>
|
570
|
+
<xs:enumeration value="ukr"/>
|
571
|
+
<xs:enumeration value="umb"/>
|
572
|
+
<xs:enumeration value="und"/>
|
573
|
+
<xs:enumeration value="urd"/>
|
574
|
+
<xs:enumeration value="uzb"/>
|
575
|
+
<xs:enumeration value="vai"/>
|
576
|
+
<xs:enumeration value="ven"/>
|
577
|
+
<xs:enumeration value="vie"/>
|
578
|
+
<xs:enumeration value="vol"/>
|
579
|
+
<xs:enumeration value="vot"/>
|
580
|
+
<xs:enumeration value="wak"/>
|
581
|
+
<xs:enumeration value="wal"/>
|
582
|
+
<xs:enumeration value="war"/>
|
583
|
+
<xs:enumeration value="was"/>
|
584
|
+
<xs:enumeration value="wel"/>
|
585
|
+
<xs:enumeration value="wen"/>
|
586
|
+
<xs:enumeration value="wln"/>
|
587
|
+
<xs:enumeration value="wol"/>
|
588
|
+
<xs:enumeration value="xal"/>
|
589
|
+
<xs:enumeration value="xho"/>
|
590
|
+
<xs:enumeration value="yao"/>
|
591
|
+
<xs:enumeration value="yap"/>
|
592
|
+
<xs:enumeration value="yid"/>
|
593
|
+
<xs:enumeration value="yor"/>
|
594
|
+
<xs:enumeration value="ypk"/>
|
595
|
+
<xs:enumeration value="zap"/>
|
596
|
+
<xs:enumeration value="zen"/>
|
597
|
+
<xs:enumeration value="zha"/>
|
598
|
+
<xs:enumeration value="zho"/>
|
599
|
+
<xs:enumeration value="znd"/>
|
600
|
+
<xs:enumeration value="zul"/>
|
601
|
+
<xs:enumeration value="zun"/>
|
602
|
+
</xs:restriction>
|
603
|
+
</xs:simpleType>
|
604
|
+
</xs:attribute>
|
605
|
+
</xs:attributeGroup>
|
606
|
+
<xs:attributeGroup name="am.countrycode">
|
607
|
+
<xs:attribute name="countrycode">
|
608
|
+
<xs:simpleType>
|
609
|
+
<xs:restriction base="xs:token">
|
610
|
+
<xs:enumeration value="AF"/>
|
611
|
+
<xs:enumeration value="AX"/>
|
612
|
+
<xs:enumeration value="AL"/>
|
613
|
+
<xs:enumeration value="DZ"/>
|
614
|
+
<xs:enumeration value="AS"/>
|
615
|
+
<xs:enumeration value="AD"/>
|
616
|
+
<xs:enumeration value="AO"/>
|
617
|
+
<xs:enumeration value="AI"/>
|
618
|
+
<xs:enumeration value="AQ"/>
|
619
|
+
<xs:enumeration value="AG"/>
|
620
|
+
<xs:enumeration value="AR"/>
|
621
|
+
<xs:enumeration value="AM"/>
|
622
|
+
<xs:enumeration value="AW"/>
|
623
|
+
<xs:enumeration value="AU"/>
|
624
|
+
<xs:enumeration value="AT"/>
|
625
|
+
<xs:enumeration value="AZ"/>
|
626
|
+
<xs:enumeration value="BS"/>
|
627
|
+
<xs:enumeration value="BH"/>
|
628
|
+
<xs:enumeration value="BD"/>
|
629
|
+
<xs:enumeration value="BB"/>
|
630
|
+
<xs:enumeration value="BY"/>
|
631
|
+
<xs:enumeration value="BE"/>
|
632
|
+
<xs:enumeration value="BZ"/>
|
633
|
+
<xs:enumeration value="BJ"/>
|
634
|
+
<xs:enumeration value="BM"/>
|
635
|
+
<xs:enumeration value="BT"/>
|
636
|
+
<xs:enumeration value="BO"/>
|
637
|
+
<xs:enumeration value="BA"/>
|
638
|
+
<xs:enumeration value="BW"/>
|
639
|
+
<xs:enumeration value="BV"/>
|
640
|
+
<xs:enumeration value="BR"/>
|
641
|
+
<xs:enumeration value="IO"/>
|
642
|
+
<xs:enumeration value="BN"/>
|
643
|
+
<xs:enumeration value="BG"/>
|
644
|
+
<xs:enumeration value="BF"/>
|
645
|
+
<xs:enumeration value="BI"/>
|
646
|
+
<xs:enumeration value="KH"/>
|
647
|
+
<xs:enumeration value="CM"/>
|
648
|
+
<xs:enumeration value="CA"/>
|
649
|
+
<xs:enumeration value="CV"/>
|
650
|
+
<xs:enumeration value="KY"/>
|
651
|
+
<xs:enumeration value="CF"/>
|
652
|
+
<xs:enumeration value="TD"/>
|
653
|
+
<xs:enumeration value="CL"/>
|
654
|
+
<xs:enumeration value="CN"/>
|
655
|
+
<xs:enumeration value="CX"/>
|
656
|
+
<xs:enumeration value="CC"/>
|
657
|
+
<xs:enumeration value="CO"/>
|
658
|
+
<xs:enumeration value="KM"/>
|
659
|
+
<xs:enumeration value="CG"/>
|
660
|
+
<xs:enumeration value="CD"/>
|
661
|
+
<xs:enumeration value="CK"/>
|
662
|
+
<xs:enumeration value="CR"/>
|
663
|
+
<xs:enumeration value="CI"/>
|
664
|
+
<xs:enumeration value="HR"/>
|
665
|
+
<xs:enumeration value="CU"/>
|
666
|
+
<xs:enumeration value="CY"/>
|
667
|
+
<xs:enumeration value="CZ"/>
|
668
|
+
<xs:enumeration value="DK"/>
|
669
|
+
<xs:enumeration value="DJ"/>
|
670
|
+
<xs:enumeration value="DM"/>
|
671
|
+
<xs:enumeration value="DO"/>
|
672
|
+
<xs:enumeration value="EC"/>
|
673
|
+
<xs:enumeration value="EG"/>
|
674
|
+
<xs:enumeration value="SV"/>
|
675
|
+
<xs:enumeration value="GQ"/>
|
676
|
+
<xs:enumeration value="ER"/>
|
677
|
+
<xs:enumeration value="EE"/>
|
678
|
+
<xs:enumeration value="ET"/>
|
679
|
+
<xs:enumeration value="FK"/>
|
680
|
+
<xs:enumeration value="FO"/>
|
681
|
+
<xs:enumeration value="FJ"/>
|
682
|
+
<xs:enumeration value="FI"/>
|
683
|
+
<xs:enumeration value="FR"/>
|
684
|
+
<xs:enumeration value="GF"/>
|
685
|
+
<xs:enumeration value="PF"/>
|
686
|
+
<xs:enumeration value="TF"/>
|
687
|
+
<xs:enumeration value="GA"/>
|
688
|
+
<xs:enumeration value="GM"/>
|
689
|
+
<xs:enumeration value="GE"/>
|
690
|
+
<xs:enumeration value="DE"/>
|
691
|
+
<xs:enumeration value="GH"/>
|
692
|
+
<xs:enumeration value="GI"/>
|
693
|
+
<xs:enumeration value="GR"/>
|
694
|
+
<xs:enumeration value="GL"/>
|
695
|
+
<xs:enumeration value="GD"/>
|
696
|
+
<xs:enumeration value="GP"/>
|
697
|
+
<xs:enumeration value="GU"/>
|
698
|
+
<xs:enumeration value="GT"/>
|
699
|
+
<xs:enumeration value="GN"/>
|
700
|
+
<xs:enumeration value="GW"/>
|
701
|
+
<xs:enumeration value="GY"/>
|
702
|
+
<xs:enumeration value="HT"/>
|
703
|
+
<xs:enumeration value="HM"/>
|
704
|
+
<xs:enumeration value="VA"/>
|
705
|
+
<xs:enumeration value="HN"/>
|
706
|
+
<xs:enumeration value="HK"/>
|
707
|
+
<xs:enumeration value="HU"/>
|
708
|
+
<xs:enumeration value="IS"/>
|
709
|
+
<xs:enumeration value="IN"/>
|
710
|
+
<xs:enumeration value="ID"/>
|
711
|
+
<xs:enumeration value="IR"/>
|
712
|
+
<xs:enumeration value="IQ"/>
|
713
|
+
<xs:enumeration value="IE"/>
|
714
|
+
<xs:enumeration value="IL"/>
|
715
|
+
<xs:enumeration value="IT"/>
|
716
|
+
<xs:enumeration value="JM"/>
|
717
|
+
<xs:enumeration value="JP"/>
|
718
|
+
<xs:enumeration value="JO"/>
|
719
|
+
<xs:enumeration value="KZ"/>
|
720
|
+
<xs:enumeration value="KE"/>
|
721
|
+
<xs:enumeration value="KI"/>
|
722
|
+
<xs:enumeration value="KP"/>
|
723
|
+
<xs:enumeration value="KR"/>
|
724
|
+
<xs:enumeration value="KW"/>
|
725
|
+
<xs:enumeration value="KG"/>
|
726
|
+
<xs:enumeration value="LA"/>
|
727
|
+
<xs:enumeration value="LV"/>
|
728
|
+
<xs:enumeration value="LB"/>
|
729
|
+
<xs:enumeration value="LS"/>
|
730
|
+
<xs:enumeration value="LR"/>
|
731
|
+
<xs:enumeration value="LY"/>
|
732
|
+
<xs:enumeration value="LI"/>
|
733
|
+
<xs:enumeration value="LT"/>
|
734
|
+
<xs:enumeration value="LU"/>
|
735
|
+
<xs:enumeration value="MO"/>
|
736
|
+
<xs:enumeration value="MK"/>
|
737
|
+
<xs:enumeration value="MG"/>
|
738
|
+
<xs:enumeration value="MW"/>
|
739
|
+
<xs:enumeration value="MY"/>
|
740
|
+
<xs:enumeration value="MV"/>
|
741
|
+
<xs:enumeration value="ML"/>
|
742
|
+
<xs:enumeration value="MT"/>
|
743
|
+
<xs:enumeration value="MH"/>
|
744
|
+
<xs:enumeration value="MQ"/>
|
745
|
+
<xs:enumeration value="MR"/>
|
746
|
+
<xs:enumeration value="MU"/>
|
747
|
+
<xs:enumeration value="YT"/>
|
748
|
+
<xs:enumeration value="MX"/>
|
749
|
+
<xs:enumeration value="FM"/>
|
750
|
+
<xs:enumeration value="MD"/>
|
751
|
+
<xs:enumeration value="MC"/>
|
752
|
+
<xs:enumeration value="MN"/>
|
753
|
+
<xs:enumeration value="MS"/>
|
754
|
+
<xs:enumeration value="MA"/>
|
755
|
+
<xs:enumeration value="MZ"/>
|
756
|
+
<xs:enumeration value="MM"/>
|
757
|
+
<xs:enumeration value="NA"/>
|
758
|
+
<xs:enumeration value="NR"/>
|
759
|
+
<xs:enumeration value="NP"/>
|
760
|
+
<xs:enumeration value="NL"/>
|
761
|
+
<xs:enumeration value="AN"/>
|
762
|
+
<xs:enumeration value="NC"/>
|
763
|
+
<xs:enumeration value="NZ"/>
|
764
|
+
<xs:enumeration value="NI"/>
|
765
|
+
<xs:enumeration value="NE"/>
|
766
|
+
<xs:enumeration value="NG"/>
|
767
|
+
<xs:enumeration value="NU"/>
|
768
|
+
<xs:enumeration value="NF"/>
|
769
|
+
<xs:enumeration value="MP"/>
|
770
|
+
<xs:enumeration value="NO"/>
|
771
|
+
<xs:enumeration value="OM"/>
|
772
|
+
<xs:enumeration value="PK"/>
|
773
|
+
<xs:enumeration value="PW"/>
|
774
|
+
<xs:enumeration value="PS"/>
|
775
|
+
<xs:enumeration value="PA"/>
|
776
|
+
<xs:enumeration value="PG"/>
|
777
|
+
<xs:enumeration value="PY"/>
|
778
|
+
<xs:enumeration value="PE"/>
|
779
|
+
<xs:enumeration value="PH"/>
|
780
|
+
<xs:enumeration value="PN"/>
|
781
|
+
<xs:enumeration value="PL"/>
|
782
|
+
<xs:enumeration value="PT"/>
|
783
|
+
<xs:enumeration value="PR"/>
|
784
|
+
<xs:enumeration value="QA"/>
|
785
|
+
<xs:enumeration value="RE"/>
|
786
|
+
<xs:enumeration value="RO"/>
|
787
|
+
<xs:enumeration value="RU"/>
|
788
|
+
<xs:enumeration value="RW"/>
|
789
|
+
<xs:enumeration value="SH"/>
|
790
|
+
<xs:enumeration value="KN"/>
|
791
|
+
<xs:enumeration value="LC"/>
|
792
|
+
<xs:enumeration value="PM"/>
|
793
|
+
<xs:enumeration value="VC"/>
|
794
|
+
<xs:enumeration value="WS"/>
|
795
|
+
<xs:enumeration value="SM"/>
|
796
|
+
<xs:enumeration value="ST"/>
|
797
|
+
<xs:enumeration value="SA"/>
|
798
|
+
<xs:enumeration value="SN"/>
|
799
|
+
<xs:enumeration value="CS"/>
|
800
|
+
<xs:enumeration value="SC"/>
|
801
|
+
<xs:enumeration value="SL"/>
|
802
|
+
<xs:enumeration value="SG"/>
|
803
|
+
<xs:enumeration value="SK"/>
|
804
|
+
<xs:enumeration value="SI"/>
|
805
|
+
<xs:enumeration value="SB"/>
|
806
|
+
<xs:enumeration value="SO"/>
|
807
|
+
<xs:enumeration value="ZA"/>
|
808
|
+
<xs:enumeration value="GS"/>
|
809
|
+
<xs:enumeration value="ES"/>
|
810
|
+
<xs:enumeration value="LK"/>
|
811
|
+
<xs:enumeration value="SD"/>
|
812
|
+
<xs:enumeration value="SR"/>
|
813
|
+
<xs:enumeration value="SJ"/>
|
814
|
+
<xs:enumeration value="SZ"/>
|
815
|
+
<xs:enumeration value="SE"/>
|
816
|
+
<xs:enumeration value="CH"/>
|
817
|
+
<xs:enumeration value="SY"/>
|
818
|
+
<xs:enumeration value="TW"/>
|
819
|
+
<xs:enumeration value="TJ"/>
|
820
|
+
<xs:enumeration value="TZ"/>
|
821
|
+
<xs:enumeration value="TH"/>
|
822
|
+
<xs:enumeration value="TL"/>
|
823
|
+
<xs:enumeration value="TG"/>
|
824
|
+
<xs:enumeration value="TK"/>
|
825
|
+
<xs:enumeration value="TO"/>
|
826
|
+
<xs:enumeration value="TT"/>
|
827
|
+
<xs:enumeration value="TN"/>
|
828
|
+
<xs:enumeration value="TR"/>
|
829
|
+
<xs:enumeration value="TM"/>
|
830
|
+
<xs:enumeration value="TC"/>
|
831
|
+
<xs:enumeration value="TV"/>
|
832
|
+
<xs:enumeration value="UG"/>
|
833
|
+
<xs:enumeration value="UA"/>
|
834
|
+
<xs:enumeration value="AE"/>
|
835
|
+
<xs:enumeration value="GB"/>
|
836
|
+
<xs:enumeration value="US"/>
|
837
|
+
<xs:enumeration value="UM"/>
|
838
|
+
<xs:enumeration value="UY"/>
|
839
|
+
<xs:enumeration value="UZ"/>
|
840
|
+
<xs:enumeration value="VU"/>
|
841
|
+
<xs:enumeration value="VE"/>
|
842
|
+
<xs:enumeration value="VN"/>
|
843
|
+
<xs:enumeration value="VG"/>
|
844
|
+
<xs:enumeration value="VI"/>
|
845
|
+
<xs:enumeration value="WF"/>
|
846
|
+
<xs:enumeration value="EH"/>
|
847
|
+
<xs:enumeration value="YE"/>
|
848
|
+
<xs:enumeration value="ZM"/>
|
849
|
+
<xs:enumeration value="ZW"/>
|
850
|
+
</xs:restriction>
|
851
|
+
</xs:simpleType>
|
852
|
+
</xs:attribute>
|
853
|
+
</xs:attributeGroup>
|
854
|
+
<xs:group name="m.render">
|
855
|
+
<xs:choice>
|
856
|
+
<xs:element name="emph" type="emph"/>
|
857
|
+
<xs:element name="lb" type="lb"/>
|
858
|
+
</xs:choice>
|
859
|
+
</xs:group>
|
860
|
+
<xs:complexType mixed="true" name="emph">
|
861
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
862
|
+
<xs:attribute name="render" type="av.render"/>
|
863
|
+
<xs:attribute name="id" type="xs:ID"/>
|
864
|
+
<xs:attribute name="altrender"/>
|
865
|
+
</xs:complexType>
|
866
|
+
<xs:complexType name="lb"/>
|
867
|
+
<xs:group name="m.refs">
|
868
|
+
<xs:choice>
|
869
|
+
<xs:element name="ref" type="ref"/>
|
870
|
+
<xs:element name="extref" type="extref"/>
|
871
|
+
<xs:element name="linkgrp" type="linkgrp"/>
|
872
|
+
<xs:element name="bibref" type="bibref"/>
|
873
|
+
<xs:element name="title" type="title"/>
|
874
|
+
<xs:element name="archref" type="archref"/>
|
875
|
+
</xs:choice>
|
876
|
+
</xs:group>
|
877
|
+
<xs:complexType name="linkgrp">
|
878
|
+
<xs:group maxOccurs="unbounded" ref="extended.els"/>
|
879
|
+
<xs:attributeGroup ref="a.common"/>
|
880
|
+
<xs:attributeGroup ref="xlink:extendedLink"/>
|
881
|
+
</xs:complexType>
|
882
|
+
<xs:group name="m.access">
|
883
|
+
<xs:choice>
|
884
|
+
<xs:element name="corpname" type="corpname"/>
|
885
|
+
<xs:element name="famname" type="famname"/>
|
886
|
+
<xs:element name="geogname" type="geogname"/>
|
887
|
+
<xs:element name="name" type="name"/>
|
888
|
+
<xs:element name="occupation" type="occupation"/>
|
889
|
+
<xs:element name="persname" type="persname"/>
|
890
|
+
<xs:element name="subject" type="subject"/>
|
891
|
+
<xs:element name="genreform" type="genreform"/>
|
892
|
+
<xs:element name="function" type="function"/>
|
893
|
+
</xs:choice>
|
894
|
+
</xs:group>
|
895
|
+
<xs:complexType mixed="true" name="occupation">
|
896
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
897
|
+
<xs:attributeGroup ref="a.common"/>
|
898
|
+
<xs:attributeGroup ref="a.access"/>
|
899
|
+
<xs:attribute name="encodinganalog"/>
|
900
|
+
</xs:complexType>
|
901
|
+
<xs:complexType mixed="true" name="subject">
|
902
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
903
|
+
<xs:attributeGroup ref="a.common"/>
|
904
|
+
<xs:attributeGroup ref="a.access"/>
|
905
|
+
<xs:attribute name="encodinganalog"/>
|
906
|
+
</xs:complexType>
|
907
|
+
<xs:complexType mixed="true" name="genreform">
|
908
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
909
|
+
<xs:attributeGroup ref="a.common"/>
|
910
|
+
<xs:attribute name="type"/>
|
911
|
+
<xs:attributeGroup ref="a.access"/>
|
912
|
+
<xs:attribute name="encodinganalog"/>
|
913
|
+
</xs:complexType>
|
914
|
+
<xs:complexType mixed="true" name="function">
|
915
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
916
|
+
<xs:attributeGroup ref="a.common"/>
|
917
|
+
<xs:attributeGroup ref="a.access"/>
|
918
|
+
<xs:attribute name="encodinganalog"/>
|
919
|
+
</xs:complexType>
|
920
|
+
<xs:group name="m.access.title">
|
921
|
+
<xs:choice>
|
922
|
+
<xs:group ref="m.access"/>
|
923
|
+
<xs:element name="title" type="title"/>
|
924
|
+
</xs:choice>
|
925
|
+
</xs:group>
|
926
|
+
<xs:group name="m.data">
|
927
|
+
<xs:choice>
|
928
|
+
<xs:group ref="m.access"/>
|
929
|
+
<xs:element name="date" type="date"/>
|
930
|
+
<xs:element name="num" type="num"/>
|
931
|
+
<xs:element name="origination" type="origination"/>
|
932
|
+
<xs:element name="repository" type="repository"/>
|
933
|
+
<xs:element name="unitdate" type="unitdate"/>
|
934
|
+
<xs:element name="unittitle" type="unittitle"/>
|
935
|
+
</xs:choice>
|
936
|
+
</xs:group>
|
937
|
+
<xs:group name="m.phrase.bare">
|
938
|
+
<xs:choice>
|
939
|
+
<xs:choice>
|
940
|
+
<xs:element name="ptr" type="ptr"/>
|
941
|
+
<xs:element name="extptr" type="extptr"/>
|
942
|
+
</xs:choice>
|
943
|
+
<xs:group ref="m.render"/>
|
944
|
+
</xs:choice>
|
945
|
+
</xs:group>
|
946
|
+
<xs:complexType name="extptr">
|
947
|
+
<xs:attributeGroup ref="a.common"/>
|
948
|
+
<xs:attributeGroup ref="a.external.ptr"/>
|
949
|
+
</xs:complexType>
|
950
|
+
<xs:group name="m.phrase.basic.norefs">
|
951
|
+
<xs:choice>
|
952
|
+
<xs:group ref="m.phrase.bare"/>
|
953
|
+
<xs:element name="abbr" type="abbr"/>
|
954
|
+
<xs:element name="expan" type="expan"/>
|
955
|
+
</xs:choice>
|
956
|
+
</xs:group>
|
957
|
+
<xs:group name="m.phrase.basic">
|
958
|
+
<xs:choice>
|
959
|
+
<xs:group ref="m.phrase.basic.norefs"/>
|
960
|
+
<xs:group ref="m.refs"/>
|
961
|
+
</xs:choice>
|
962
|
+
</xs:group>
|
963
|
+
<xs:group name="m.phrase.plus">
|
964
|
+
<xs:choice>
|
965
|
+
<xs:group ref="m.phrase.basic.norefs"/>
|
966
|
+
<xs:group ref="m.data"/>
|
967
|
+
<xs:group ref="m.refs"/>
|
968
|
+
</xs:choice>
|
969
|
+
</xs:group>
|
970
|
+
<xs:group name="m.inter.noquote">
|
971
|
+
<xs:choice>
|
972
|
+
<xs:element name="address" type="address"/>
|
973
|
+
<xs:element name="chronlist" type="chronlist"/>
|
974
|
+
<xs:element name="list" type="list"/>
|
975
|
+
<xs:element name="note" type="note"/>
|
976
|
+
<xs:element name="table" type="table"/>
|
977
|
+
</xs:choice>
|
978
|
+
</xs:group>
|
979
|
+
<xs:complexType name="chronlist">
|
980
|
+
<xs:sequence>
|
981
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
982
|
+
<xs:element minOccurs="0" name="listhead" type="listhead"/>
|
983
|
+
<xs:element maxOccurs="unbounded" name="chronitem" type="chronitem"/>
|
984
|
+
</xs:sequence>
|
985
|
+
<xs:attributeGroup ref="a.common"/>
|
986
|
+
<xs:attribute name="encodinganalog"/>
|
987
|
+
</xs:complexType>
|
988
|
+
<xs:complexType name="chronitem">
|
989
|
+
<xs:sequence>
|
990
|
+
<xs:element name="date" type="date"/>
|
991
|
+
<xs:choice>
|
992
|
+
<xs:element name="event" type="event"/>
|
993
|
+
<xs:element name="eventgrp" type="eventgrp"/>
|
994
|
+
</xs:choice>
|
995
|
+
</xs:sequence>
|
996
|
+
<xs:attributeGroup ref="a.common"/>
|
997
|
+
</xs:complexType>
|
998
|
+
<xs:complexType name="eventgrp">
|
999
|
+
<xs:sequence>
|
1000
|
+
<xs:element maxOccurs="unbounded" name="event" type="event"/>
|
1001
|
+
</xs:sequence>
|
1002
|
+
<xs:attributeGroup ref="a.common"/>
|
1003
|
+
</xs:complexType>
|
1004
|
+
<xs:complexType name="table">
|
1005
|
+
<xs:sequence>
|
1006
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1007
|
+
<xs:element maxOccurs="unbounded" name="tgroup" type="tgroup"/>
|
1008
|
+
</xs:sequence>
|
1009
|
+
<xs:attributeGroup ref="a.common"/>
|
1010
|
+
<xs:attribute name="frame">
|
1011
|
+
<xs:simpleType>
|
1012
|
+
<xs:restriction base="xs:token">
|
1013
|
+
<xs:enumeration value="top"/>
|
1014
|
+
<xs:enumeration value="bottom"/>
|
1015
|
+
<xs:enumeration value="topbot"/>
|
1016
|
+
<xs:enumeration value="all"/>
|
1017
|
+
<xs:enumeration value="sides"/>
|
1018
|
+
<xs:enumeration value="none"/>
|
1019
|
+
</xs:restriction>
|
1020
|
+
</xs:simpleType>
|
1021
|
+
</xs:attribute>
|
1022
|
+
<xs:attribute name="colsep" type="yesorno"/>
|
1023
|
+
<xs:attribute name="rowsep" type="yesorno"/>
|
1024
|
+
<xs:attribute name="pgwide" type="yesorno"/>
|
1025
|
+
</xs:complexType>
|
1026
|
+
<xs:complexType name="tgroup">
|
1027
|
+
<xs:sequence>
|
1028
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="colspec" type="colspec"/>
|
1029
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
1030
|
+
<xs:element name="tbody" type="tbody"/>
|
1031
|
+
</xs:sequence>
|
1032
|
+
<xs:attributeGroup ref="a.common"/>
|
1033
|
+
<xs:attribute name="cols" type="xs:NMTOKEN" use="required"/>
|
1034
|
+
<xs:attribute name="colsep" type="yesorno"/>
|
1035
|
+
<xs:attribute name="rowsep" type="yesorno"/>
|
1036
|
+
<xs:attribute name="align">
|
1037
|
+
<xs:simpleType>
|
1038
|
+
<xs:restriction base="xs:token">
|
1039
|
+
<xs:enumeration value="left"/>
|
1040
|
+
<xs:enumeration value="right"/>
|
1041
|
+
<xs:enumeration value="center"/>
|
1042
|
+
<xs:enumeration value="justify"/>
|
1043
|
+
<xs:enumeration value="char"/>
|
1044
|
+
</xs:restriction>
|
1045
|
+
</xs:simpleType>
|
1046
|
+
</xs:attribute>
|
1047
|
+
</xs:complexType>
|
1048
|
+
<xs:complexType name="colspec">
|
1049
|
+
<xs:attribute name="colnum" type="xs:NMTOKEN"/>
|
1050
|
+
<xs:attribute name="colname" type="xs:NMTOKEN"/>
|
1051
|
+
<xs:attribute name="colwidth"/>
|
1052
|
+
<xs:attribute name="colsep" type="yesorno"/>
|
1053
|
+
<xs:attribute name="rowsep" type="yesorno"/>
|
1054
|
+
<xs:attribute name="align">
|
1055
|
+
<xs:simpleType>
|
1056
|
+
<xs:restriction base="xs:token">
|
1057
|
+
<xs:enumeration value="left"/>
|
1058
|
+
<xs:enumeration value="right"/>
|
1059
|
+
<xs:enumeration value="center"/>
|
1060
|
+
<xs:enumeration value="justify"/>
|
1061
|
+
<xs:enumeration value="char"/>
|
1062
|
+
</xs:restriction>
|
1063
|
+
</xs:simpleType>
|
1064
|
+
</xs:attribute>
|
1065
|
+
<xs:attribute name="char"/>
|
1066
|
+
<xs:attribute name="charoff" type="xs:NMTOKEN"/>
|
1067
|
+
</xs:complexType>
|
1068
|
+
<xs:complexType name="tbody">
|
1069
|
+
<xs:sequence>
|
1070
|
+
<xs:element maxOccurs="unbounded" name="row" type="row"/>
|
1071
|
+
</xs:sequence>
|
1072
|
+
<xs:attributeGroup ref="a.common"/>
|
1073
|
+
<xs:attribute name="valign">
|
1074
|
+
<xs:simpleType>
|
1075
|
+
<xs:restriction base="xs:token">
|
1076
|
+
<xs:enumeration value="top"/>
|
1077
|
+
<xs:enumeration value="middle"/>
|
1078
|
+
<xs:enumeration value="bottom"/>
|
1079
|
+
</xs:restriction>
|
1080
|
+
</xs:simpleType>
|
1081
|
+
</xs:attribute>
|
1082
|
+
</xs:complexType>
|
1083
|
+
<xs:group name="m.inter">
|
1084
|
+
<xs:choice>
|
1085
|
+
<xs:group ref="m.inter.noquote"/>
|
1086
|
+
<xs:element name="blockquote" type="blockquote"/>
|
1087
|
+
</xs:choice>
|
1088
|
+
</xs:group>
|
1089
|
+
<xs:complexType name="blockquote">
|
1090
|
+
<xs:choice maxOccurs="unbounded">
|
1091
|
+
<xs:group ref="m.inter.noquote"/>
|
1092
|
+
<xs:element name="p" type="p"/>
|
1093
|
+
</xs:choice>
|
1094
|
+
<xs:attributeGroup ref="a.common"/>
|
1095
|
+
</xs:complexType>
|
1096
|
+
<xs:group name="m.blocks">
|
1097
|
+
<xs:choice>
|
1098
|
+
<xs:group ref="m.inter"/>
|
1099
|
+
<xs:element name="p" type="p"/>
|
1100
|
+
</xs:choice>
|
1101
|
+
</xs:group>
|
1102
|
+
<xs:group name="m.did">
|
1103
|
+
<xs:choice>
|
1104
|
+
<xs:element name="abstract" type="abstract"/>
|
1105
|
+
<xs:element name="container" type="container"/>
|
1106
|
+
<xs:element name="dao" type="dao"/>
|
1107
|
+
<xs:element name="daogrp" type="daogrp"/>
|
1108
|
+
<xs:element name="langmaterial" type="langmaterial"/>
|
1109
|
+
<xs:element name="materialspec" type="materialspec"/>
|
1110
|
+
<xs:element name="note" type="note"/>
|
1111
|
+
<xs:element name="origination" type="origination"/>
|
1112
|
+
<xs:element name="physdesc" type="physdesc"/>
|
1113
|
+
<xs:element name="physloc" type="physloc"/>
|
1114
|
+
<xs:element name="repository" type="repository"/>
|
1115
|
+
<xs:element name="unitdate" type="unitdate"/>
|
1116
|
+
<xs:element name="unitid" type="unitid"/>
|
1117
|
+
<xs:element name="unittitle" type="unittitle"/>
|
1118
|
+
</xs:choice>
|
1119
|
+
</xs:group>
|
1120
|
+
<xs:complexType mixed="true" name="abstract">
|
1121
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1122
|
+
<xs:attributeGroup ref="a.common"/>
|
1123
|
+
<xs:attribute name="label"/>
|
1124
|
+
<xs:attribute name="encodinganalog"/>
|
1125
|
+
<xs:attribute name="type"/>
|
1126
|
+
<xs:attributeGroup ref="am.langcode"/>
|
1127
|
+
</xs:complexType>
|
1128
|
+
<xs:complexType mixed="true" name="container">
|
1129
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1130
|
+
<xs:attributeGroup ref="a.common"/>
|
1131
|
+
<xs:attribute name="label"/>
|
1132
|
+
<xs:attribute name="type" type="xs:NMTOKEN"/>
|
1133
|
+
<xs:attribute name="encodinganalog"/>
|
1134
|
+
<xs:attribute name="parent" type="xs:IDREFS"/>
|
1135
|
+
</xs:complexType>
|
1136
|
+
<xs:complexType mixed="true" name="langmaterial">
|
1137
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1138
|
+
<xs:group ref="m.phrase.basic"/>
|
1139
|
+
<xs:element name="language" type="language"/>
|
1140
|
+
</xs:choice>
|
1141
|
+
<xs:attributeGroup ref="a.common"/>
|
1142
|
+
<xs:attribute name="label"/>
|
1143
|
+
<xs:attribute name="encodinganalog"/>
|
1144
|
+
</xs:complexType>
|
1145
|
+
<xs:complexType mixed="true" name="physdesc">
|
1146
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1147
|
+
<xs:group ref="m.phrase.basic"/>
|
1148
|
+
<xs:element name="dimensions" type="dimensions"/>
|
1149
|
+
<xs:element name="physfacet" type="physfacet"/>
|
1150
|
+
<xs:element name="extent" type="extent"/>
|
1151
|
+
<xs:element name="date" type="date"/>
|
1152
|
+
<xs:group ref="m.access"/>
|
1153
|
+
</xs:choice>
|
1154
|
+
<xs:attributeGroup ref="a.common"/>
|
1155
|
+
<xs:attribute name="label"/>
|
1156
|
+
<xs:attribute name="encodinganalog"/>
|
1157
|
+
<xs:attribute name="source" type="xs:NMTOKEN"/>
|
1158
|
+
<xs:attribute name="rules" type="xs:NMTOKEN"/>
|
1159
|
+
</xs:complexType>
|
1160
|
+
<xs:complexType mixed="true" name="physfacet">
|
1161
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1162
|
+
<xs:group ref="m.phrase.basic"/>
|
1163
|
+
<xs:group ref="m.access"/>
|
1164
|
+
<xs:element name="date" type="date"/>
|
1165
|
+
</xs:choice>
|
1166
|
+
<xs:attributeGroup ref="a.common"/>
|
1167
|
+
<xs:attribute name="label"/>
|
1168
|
+
<xs:attribute name="type"/>
|
1169
|
+
<xs:attribute name="unit"/>
|
1170
|
+
<xs:attribute name="source" type="xs:NMTOKEN"/>
|
1171
|
+
<xs:attribute name="rules" type="xs:NMTOKEN"/>
|
1172
|
+
<xs:attribute name="encodinganalog"/>
|
1173
|
+
</xs:complexType>
|
1174
|
+
<xs:complexType mixed="true" name="extent">
|
1175
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1176
|
+
<xs:attributeGroup ref="a.common"/>
|
1177
|
+
<xs:attribute name="label"/>
|
1178
|
+
<xs:attribute name="type"/>
|
1179
|
+
<xs:attribute name="unit"/>
|
1180
|
+
<xs:attribute name="encodinganalog"/>
|
1181
|
+
</xs:complexType>
|
1182
|
+
<xs:complexType mixed="true" name="physloc">
|
1183
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1184
|
+
<xs:attributeGroup ref="a.common"/>
|
1185
|
+
<xs:attribute name="label"/>
|
1186
|
+
<xs:attribute name="type"/>
|
1187
|
+
<xs:attribute name="encodinganalog"/>
|
1188
|
+
<xs:attribute name="parent" type="xs:IDREFS"/>
|
1189
|
+
</xs:complexType>
|
1190
|
+
<xs:complexType mixed="true" name="unitid">
|
1191
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1192
|
+
<xs:attributeGroup ref="a.common"/>
|
1193
|
+
<xs:attribute name="label"/>
|
1194
|
+
<xs:attribute name="type"/>
|
1195
|
+
<xs:attributeGroup ref="am.countrycode"/>
|
1196
|
+
<xs:attribute name="repositorycode" type="data.repositorycode"/>
|
1197
|
+
<xs:attribute name="identifier"/>
|
1198
|
+
<xs:attribute name="encodinganalog"/>
|
1199
|
+
</xs:complexType>
|
1200
|
+
<xs:group name="m.desc.base">
|
1201
|
+
<xs:choice>
|
1202
|
+
<xs:element name="accessrestrict" type="accessrestrict"/>
|
1203
|
+
<xs:element name="accruals" type="accruals"/>
|
1204
|
+
<xs:element name="acqinfo" type="acqinfo"/>
|
1205
|
+
<xs:element name="altformavail" type="altformavail"/>
|
1206
|
+
<xs:element name="appraisal" type="appraisal"/>
|
1207
|
+
<xs:element name="arrangement" type="arrangement"/>
|
1208
|
+
<xs:element name="bibliography" type="bibliography"/>
|
1209
|
+
<xs:element name="bioghist" type="bioghist"/>
|
1210
|
+
<xs:element name="controlaccess" type="controlaccess"/>
|
1211
|
+
<xs:element name="custodhist" type="custodhist"/>
|
1212
|
+
<xs:element name="descgrp" type="descgrp"/>
|
1213
|
+
<xs:element name="fileplan" type="fileplan"/>
|
1214
|
+
<xs:element name="index" type="index"/>
|
1215
|
+
<xs:element name="odd" type="odd"/>
|
1216
|
+
<xs:element name="originalsloc" type="originalsloc"/>
|
1217
|
+
<xs:element name="otherfindaid" type="otherfindaid"/>
|
1218
|
+
<xs:element name="phystech" type="phystech"/>
|
1219
|
+
<xs:element name="prefercite" type="prefercite"/>
|
1220
|
+
<xs:element name="processinfo" type="processinfo"/>
|
1221
|
+
<xs:element name="relatedmaterial" type="relatedmaterial"/>
|
1222
|
+
<xs:element name="scopecontent" type="scopecontent"/>
|
1223
|
+
<xs:element name="separatedmaterial" type="separatedmaterial"/>
|
1224
|
+
<xs:element name="userestrict" type="userestrict"/>
|
1225
|
+
</xs:choice>
|
1226
|
+
</xs:group>
|
1227
|
+
<xs:complexType name="descgrp">
|
1228
|
+
<xs:sequence>
|
1229
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1230
|
+
<xs:choice maxOccurs="unbounded">
|
1231
|
+
<xs:group ref="m.blocks"/>
|
1232
|
+
<xs:group ref="m.desc.base"/>
|
1233
|
+
</xs:choice>
|
1234
|
+
</xs:sequence>
|
1235
|
+
<xs:attributeGroup ref="a.common"/>
|
1236
|
+
<xs:attribute name="type"/>
|
1237
|
+
<xs:attribute name="encodinganalog"/>
|
1238
|
+
</xs:complexType>
|
1239
|
+
<xs:group name="m.desc.full">
|
1240
|
+
<xs:choice>
|
1241
|
+
<xs:group ref="m.desc.base"/>
|
1242
|
+
<xs:element name="dsc" type="dsc"/>
|
1243
|
+
<xs:element name="dao" type="dao"/>
|
1244
|
+
<xs:element name="daogrp" type="daogrp"/>
|
1245
|
+
<xs:element name="note" type="note"/>
|
1246
|
+
</xs:choice>
|
1247
|
+
</xs:group>
|
1248
|
+
<xs:group name="m.para.content">
|
1249
|
+
<xs:choice>
|
1250
|
+
<xs:group ref="m.phrase.plus"/>
|
1251
|
+
<xs:group ref="m.inter"/>
|
1252
|
+
</xs:choice>
|
1253
|
+
</xs:group>
|
1254
|
+
<xs:group name="m.para.content.norefs">
|
1255
|
+
<xs:choice>
|
1256
|
+
<xs:choice>
|
1257
|
+
<xs:group ref="m.phrase.basic.norefs"/>
|
1258
|
+
<xs:group ref="m.data"/>
|
1259
|
+
</xs:choice>
|
1260
|
+
<xs:group ref="m.inter"/>
|
1261
|
+
</xs:choice>
|
1262
|
+
</xs:group>
|
1263
|
+
<xs:attributeGroup name="am.dates.calendar">
|
1264
|
+
<xs:attribute default="gregorian" name="calendar" type="xs:NMTOKEN"/>
|
1265
|
+
</xs:attributeGroup>
|
1266
|
+
<xs:attributeGroup name="am.dates.era">
|
1267
|
+
<xs:attribute default="ce" name="era" type="xs:NMTOKEN"/>
|
1268
|
+
</xs:attributeGroup>
|
1269
|
+
<xs:attributeGroup name="am.dsctab.tpattern">
|
1270
|
+
<xs:attribute name="tpattern" type="xs:NMTOKEN"/>
|
1271
|
+
</xs:attributeGroup>
|
1272
|
+
<xs:simpleType name="yesorno">
|
1273
|
+
<xs:restriction base="xs:NMTOKEN"/>
|
1274
|
+
</xs:simpleType>
|
1275
|
+
<xs:simpleType name="av.level">
|
1276
|
+
<xs:restriction base="xs:token">
|
1277
|
+
<xs:enumeration value="class"/>
|
1278
|
+
<xs:enumeration value="collection"/>
|
1279
|
+
<xs:enumeration value="file"/>
|
1280
|
+
<xs:enumeration value="fonds"/>
|
1281
|
+
<xs:enumeration value="item"/>
|
1282
|
+
<xs:enumeration value="otherlevel"/>
|
1283
|
+
<xs:enumeration value="recordgrp"/>
|
1284
|
+
<xs:enumeration value="series"/>
|
1285
|
+
<xs:enumeration value="subfonds"/>
|
1286
|
+
<xs:enumeration value="subgrp"/>
|
1287
|
+
<xs:enumeration value="subseries"/>
|
1288
|
+
</xs:restriction>
|
1289
|
+
</xs:simpleType>
|
1290
|
+
<xs:simpleType name="av.render">
|
1291
|
+
<xs:restriction base="xs:token">
|
1292
|
+
<xs:enumeration value="altrender"/>
|
1293
|
+
<xs:enumeration value="bold"/>
|
1294
|
+
<xs:enumeration value="bolddoublequote"/>
|
1295
|
+
<xs:enumeration value="bolditalic"/>
|
1296
|
+
<xs:enumeration value="boldsinglequote"/>
|
1297
|
+
<xs:enumeration value="boldsmcaps"/>
|
1298
|
+
<xs:enumeration value="boldunderline"/>
|
1299
|
+
<xs:enumeration value="doublequote"/>
|
1300
|
+
<xs:enumeration value="italic"/>
|
1301
|
+
<xs:enumeration value="nonproport"/>
|
1302
|
+
<xs:enumeration value="singlequote"/>
|
1303
|
+
<xs:enumeration value="smcaps"/>
|
1304
|
+
<xs:enumeration value="sub"/>
|
1305
|
+
<xs:enumeration value="super"/>
|
1306
|
+
<xs:enumeration value="underline"/>
|
1307
|
+
</xs:restriction>
|
1308
|
+
</xs:simpleType>
|
1309
|
+
<xs:attributeGroup name="a.common">
|
1310
|
+
<xs:attribute name="id" type="xs:ID"/>
|
1311
|
+
<xs:attribute name="altrender"/>
|
1312
|
+
<xs:attribute name="audience">
|
1313
|
+
<xs:simpleType>
|
1314
|
+
<xs:restriction base="xs:token">
|
1315
|
+
<xs:enumeration value="external"/>
|
1316
|
+
<xs:enumeration value="internal"/>
|
1317
|
+
</xs:restriction>
|
1318
|
+
</xs:simpleType>
|
1319
|
+
</xs:attribute>
|
1320
|
+
</xs:attributeGroup>
|
1321
|
+
<xs:attributeGroup name="a.access">
|
1322
|
+
<xs:attribute name="source" type="xs:NMTOKEN"/>
|
1323
|
+
<xs:attribute name="rules" type="xs:NMTOKEN"/>
|
1324
|
+
<xs:attribute name="authfilenumber"/>
|
1325
|
+
<xs:attribute name="normal"/>
|
1326
|
+
</xs:attributeGroup>
|
1327
|
+
<xs:attributeGroup name="a.desc.base">
|
1328
|
+
<xs:attribute name="otherlevel" type="xs:NMTOKEN"/>
|
1329
|
+
<xs:attribute name="encodinganalog"/>
|
1330
|
+
</xs:attributeGroup>
|
1331
|
+
<xs:attributeGroup name="a.desc.c">
|
1332
|
+
<xs:attributeGroup ref="a.common"/>
|
1333
|
+
<xs:attribute name="level" type="av.level"/>
|
1334
|
+
<xs:attributeGroup ref="a.desc.base"/>
|
1335
|
+
<xs:attributeGroup ref="am.dsctab.tpattern"/>
|
1336
|
+
</xs:attributeGroup>
|
1337
|
+
<xs:attributeGroup name="a.internal.ptr">
|
1338
|
+
<xs:attribute name="target" type="xs:IDREF"/>
|
1339
|
+
<xs:attribute name="xpointer"/>
|
1340
|
+
<xs:attributeGroup ref="xlink:simpleLink"/>
|
1341
|
+
</xs:attributeGroup>
|
1342
|
+
<xs:attributeGroup name="a.external.ptr">
|
1343
|
+
<xs:attribute name="entityref" type="xs:ENTITY"/>
|
1344
|
+
<xs:attribute name="xpointer"/>
|
1345
|
+
<xs:attributeGroup ref="xlink:simpleLink"/>
|
1346
|
+
</xs:attributeGroup>
|
1347
|
+
<xs:attributeGroup name="a.loc.internal.ptr">
|
1348
|
+
<xs:attributeGroup ref="xlink:locatorLink"/>
|
1349
|
+
<xs:attribute name="target" type="xs:IDREF"/>
|
1350
|
+
<xs:attribute name="xpointer"/>
|
1351
|
+
</xs:attributeGroup>
|
1352
|
+
<xs:attributeGroup name="a.loc.external.ptr">
|
1353
|
+
<xs:attributeGroup ref="xlink:locatorLink"/>
|
1354
|
+
<xs:attribute name="entityref" type="xs:ENTITY"/>
|
1355
|
+
<xs:attribute name="xpointer"/>
|
1356
|
+
</xs:attributeGroup>
|
1357
|
+
<xs:element name="ead">
|
1358
|
+
<xs:complexType>
|
1359
|
+
<xs:sequence>
|
1360
|
+
<xs:element name="eadheader" type="eadheader"/>
|
1361
|
+
<xs:element minOccurs="0" name="frontmatter" type="frontmatter"/>
|
1362
|
+
<xs:element name="archdesc" type="archdesc"/>
|
1363
|
+
</xs:sequence>
|
1364
|
+
<xs:attributeGroup ref="a.common"/>
|
1365
|
+
<xs:attribute name="relatedencoding"/>
|
1366
|
+
</xs:complexType>
|
1367
|
+
</xs:element>
|
1368
|
+
<xs:complexType name="eadheader">
|
1369
|
+
<xs:sequence>
|
1370
|
+
<xs:element name="eadid" type="eadid"/>
|
1371
|
+
<xs:element name="filedesc" type="filedesc"/>
|
1372
|
+
<xs:element minOccurs="0" name="profiledesc" type="profiledesc"/>
|
1373
|
+
<xs:element minOccurs="0" name="revisiondesc" type="revisiondesc"/>
|
1374
|
+
</xs:sequence>
|
1375
|
+
<xs:attributeGroup ref="a.common"/>
|
1376
|
+
<xs:attribute default="iso639-2b" name="langencoding" type="xs:NMTOKEN"/>
|
1377
|
+
<xs:attribute default="iso15924" name="scriptencoding" type="xs:NMTOKEN"/>
|
1378
|
+
<xs:attribute default="iso8601" name="dateencoding" type="xs:NMTOKEN"/>
|
1379
|
+
<xs:attribute default="iso3166-1" name="countryencoding" type="xs:NMTOKEN"/>
|
1380
|
+
<xs:attribute default="iso15511" name="repositoryencoding" type="xs:NMTOKEN"/>
|
1381
|
+
<xs:attribute name="relatedencoding"/>
|
1382
|
+
<xs:attribute name="findaidstatus" type="xs:NMTOKEN"/>
|
1383
|
+
<xs:attribute name="encodinganalog"/>
|
1384
|
+
</xs:complexType>
|
1385
|
+
<xs:complexType mixed="true" name="eadid">
|
1386
|
+
<xs:attribute name="publicid"/>
|
1387
|
+
<xs:attribute name="urn"/>
|
1388
|
+
<xs:attribute name="url"/>
|
1389
|
+
<xs:attributeGroup ref="am.countrycode"/>
|
1390
|
+
<xs:attribute name="mainagencycode" type="data.repositorycode"/>
|
1391
|
+
<xs:attribute name="identifier"/>
|
1392
|
+
<xs:attribute name="encodinganalog"/>
|
1393
|
+
</xs:complexType>
|
1394
|
+
<xs:complexType name="filedesc">
|
1395
|
+
<xs:sequence>
|
1396
|
+
<xs:element name="titlestmt" type="titlestmt"/>
|
1397
|
+
<xs:element minOccurs="0" name="editionstmt" type="editionstmt"/>
|
1398
|
+
<xs:element minOccurs="0" name="publicationstmt" type="publicationstmt"/>
|
1399
|
+
<xs:element minOccurs="0" name="seriesstmt" type="seriesstmt"/>
|
1400
|
+
<xs:element minOccurs="0" name="notestmt" type="notestmt"/>
|
1401
|
+
</xs:sequence>
|
1402
|
+
<xs:attributeGroup ref="a.common"/>
|
1403
|
+
<xs:attribute name="encodinganalog"/>
|
1404
|
+
</xs:complexType>
|
1405
|
+
<xs:complexType name="titlestmt">
|
1406
|
+
<xs:sequence>
|
1407
|
+
<xs:element maxOccurs="unbounded" name="titleproper" type="titleproper"/>
|
1408
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="subtitle" type="subtitle"/>
|
1409
|
+
<xs:element minOccurs="0" name="author" type="author"/>
|
1410
|
+
<xs:element minOccurs="0" name="sponsor" type="sponsor"/>
|
1411
|
+
</xs:sequence>
|
1412
|
+
<xs:attributeGroup ref="a.common"/>
|
1413
|
+
<xs:attribute name="encodinganalog"/>
|
1414
|
+
</xs:complexType>
|
1415
|
+
<xs:complexType name="editionstmt">
|
1416
|
+
<xs:choice maxOccurs="unbounded">
|
1417
|
+
<xs:element name="edition" type="edition"/>
|
1418
|
+
<xs:element name="p" type="p"/>
|
1419
|
+
</xs:choice>
|
1420
|
+
<xs:attributeGroup ref="a.common"/>
|
1421
|
+
<xs:attribute name="encodinganalog"/>
|
1422
|
+
</xs:complexType>
|
1423
|
+
<xs:complexType name="publicationstmt">
|
1424
|
+
<xs:choice maxOccurs="unbounded">
|
1425
|
+
<xs:element name="publisher" type="publisher"/>
|
1426
|
+
<xs:element name="date" type="date"/>
|
1427
|
+
<xs:element name="address" type="address"/>
|
1428
|
+
<xs:element name="num" type="num"/>
|
1429
|
+
<xs:element name="p" type="p"/>
|
1430
|
+
</xs:choice>
|
1431
|
+
<xs:attributeGroup ref="a.common"/>
|
1432
|
+
<xs:attribute name="encodinganalog"/>
|
1433
|
+
</xs:complexType>
|
1434
|
+
<xs:complexType name="seriesstmt">
|
1435
|
+
<xs:choice maxOccurs="unbounded">
|
1436
|
+
<xs:element name="titleproper" type="titleproper"/>
|
1437
|
+
<xs:element name="num" type="num"/>
|
1438
|
+
<xs:element name="p" type="p"/>
|
1439
|
+
</xs:choice>
|
1440
|
+
<xs:attributeGroup ref="a.common"/>
|
1441
|
+
<xs:attribute name="encodinganalog"/>
|
1442
|
+
</xs:complexType>
|
1443
|
+
<xs:complexType name="notestmt">
|
1444
|
+
<xs:sequence>
|
1445
|
+
<xs:element maxOccurs="unbounded" name="note" type="note"/>
|
1446
|
+
</xs:sequence>
|
1447
|
+
<xs:attributeGroup ref="a.common"/>
|
1448
|
+
<xs:attribute name="encodinganalog"/>
|
1449
|
+
</xs:complexType>
|
1450
|
+
<xs:complexType name="profiledesc">
|
1451
|
+
<xs:sequence>
|
1452
|
+
<xs:element minOccurs="0" name="creation" type="creation"/>
|
1453
|
+
<xs:element minOccurs="0" name="langusage" type="langusage"/>
|
1454
|
+
<xs:element minOccurs="0" name="descrules" type="descrules"/>
|
1455
|
+
</xs:sequence>
|
1456
|
+
<xs:attributeGroup ref="a.common"/>
|
1457
|
+
<xs:attribute name="encodinganalog"/>
|
1458
|
+
</xs:complexType>
|
1459
|
+
<xs:complexType mixed="true" name="creation">
|
1460
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1461
|
+
<xs:group ref="m.phrase.basic"/>
|
1462
|
+
<xs:element name="date" type="date"/>
|
1463
|
+
</xs:choice>
|
1464
|
+
<xs:attributeGroup ref="a.common"/>
|
1465
|
+
<xs:attribute name="encodinganalog"/>
|
1466
|
+
</xs:complexType>
|
1467
|
+
<xs:complexType mixed="true" name="langusage">
|
1468
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1469
|
+
<xs:group ref="m.phrase.basic"/>
|
1470
|
+
<xs:element name="language" type="language"/>
|
1471
|
+
</xs:choice>
|
1472
|
+
<xs:attributeGroup ref="a.common"/>
|
1473
|
+
<xs:attribute name="encodinganalog"/>
|
1474
|
+
</xs:complexType>
|
1475
|
+
<xs:complexType mixed="true" name="descrules">
|
1476
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1477
|
+
<xs:attributeGroup ref="a.common"/>
|
1478
|
+
<xs:attribute name="encodinganalog"/>
|
1479
|
+
</xs:complexType>
|
1480
|
+
<xs:complexType name="revisiondesc">
|
1481
|
+
<xs:choice>
|
1482
|
+
<xs:element name="list" type="list"/>
|
1483
|
+
<xs:element maxOccurs="unbounded" name="change" type="change"/>
|
1484
|
+
</xs:choice>
|
1485
|
+
<xs:attributeGroup ref="a.common"/>
|
1486
|
+
<xs:attribute name="encodinganalog"/>
|
1487
|
+
</xs:complexType>
|
1488
|
+
<xs:complexType name="change">
|
1489
|
+
<xs:sequence>
|
1490
|
+
<xs:element name="date" type="date"/>
|
1491
|
+
<xs:element maxOccurs="unbounded" name="item" type="item"/>
|
1492
|
+
</xs:sequence>
|
1493
|
+
<xs:attributeGroup ref="a.common"/>
|
1494
|
+
<xs:attribute name="encodinganalog"/>
|
1495
|
+
</xs:complexType>
|
1496
|
+
<xs:complexType name="frontmatter">
|
1497
|
+
<xs:sequence>
|
1498
|
+
<xs:element minOccurs="0" name="titlepage" type="titlepage"/>
|
1499
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="div" type="div"/>
|
1500
|
+
</xs:sequence>
|
1501
|
+
<xs:attributeGroup ref="a.common"/>
|
1502
|
+
</xs:complexType>
|
1503
|
+
<xs:complexType name="titlepage">
|
1504
|
+
<xs:choice maxOccurs="unbounded">
|
1505
|
+
<xs:group ref="m.blocks"/>
|
1506
|
+
<xs:element name="author" type="author"/>
|
1507
|
+
<xs:element name="date" type="date"/>
|
1508
|
+
<xs:element name="edition" type="edition"/>
|
1509
|
+
<xs:element name="num" type="num"/>
|
1510
|
+
<xs:element name="publisher" type="publisher"/>
|
1511
|
+
<xs:element name="bibseries" type="bibseries"/>
|
1512
|
+
<xs:element name="sponsor" type="sponsor"/>
|
1513
|
+
<xs:element name="titleproper" type="titleproper"/>
|
1514
|
+
<xs:element name="subtitle" type="subtitle"/>
|
1515
|
+
</xs:choice>
|
1516
|
+
<xs:attributeGroup ref="a.common"/>
|
1517
|
+
</xs:complexType>
|
1518
|
+
<xs:complexType name="archdesc">
|
1519
|
+
<xs:sequence>
|
1520
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="runner" type="runner"/>
|
1521
|
+
<xs:element name="did" type="did"/>
|
1522
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
1523
|
+
</xs:sequence>
|
1524
|
+
<xs:attributeGroup ref="a.common"/>
|
1525
|
+
<xs:attribute name="level" type="av.level" use="required"/>
|
1526
|
+
<xs:attributeGroup ref="a.desc.base"/>
|
1527
|
+
<xs:attribute name="type" type="xs:NMTOKEN"/>
|
1528
|
+
<xs:attribute name="relatedencoding"/>
|
1529
|
+
</xs:complexType>
|
1530
|
+
<xs:complexType mixed="true" name="runner">
|
1531
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
1532
|
+
<xs:attributeGroup ref="a.common"/>
|
1533
|
+
<xs:attribute name="placement">
|
1534
|
+
<xs:simpleType>
|
1535
|
+
<xs:restriction base="xs:token">
|
1536
|
+
<xs:enumeration value="header"/>
|
1537
|
+
<xs:enumeration value="footer"/>
|
1538
|
+
<xs:enumeration value="watermark"/>
|
1539
|
+
</xs:restriction>
|
1540
|
+
</xs:simpleType>
|
1541
|
+
</xs:attribute>
|
1542
|
+
<xs:attribute name="role"/>
|
1543
|
+
</xs:complexType>
|
1544
|
+
<xs:complexType mixed="true" name="titleproper">
|
1545
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1546
|
+
<xs:group ref="m.phrase.bare"/>
|
1547
|
+
<xs:element name="abbr" type="abbr"/>
|
1548
|
+
<xs:element name="date" type="date"/>
|
1549
|
+
<xs:element name="expan" type="expan"/>
|
1550
|
+
<xs:element name="num" type="num"/>
|
1551
|
+
</xs:choice>
|
1552
|
+
<xs:attributeGroup ref="a.common"/>
|
1553
|
+
<xs:attribute name="render" type="av.render"/>
|
1554
|
+
<xs:attribute name="type"/>
|
1555
|
+
<xs:attribute name="encodinganalog"/>
|
1556
|
+
</xs:complexType>
|
1557
|
+
<xs:complexType mixed="true" name="subtitle">
|
1558
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1559
|
+
<xs:group ref="m.phrase.bare"/>
|
1560
|
+
<xs:element name="abbr" type="abbr"/>
|
1561
|
+
<xs:element name="date" type="date"/>
|
1562
|
+
<xs:element name="expan" type="expan"/>
|
1563
|
+
<xs:element name="num" type="num"/>
|
1564
|
+
</xs:choice>
|
1565
|
+
<xs:attributeGroup ref="a.common"/>
|
1566
|
+
<xs:attribute name="encodinganalog"/>
|
1567
|
+
</xs:complexType>
|
1568
|
+
<xs:complexType mixed="true" name="author">
|
1569
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
1570
|
+
<xs:attributeGroup ref="a.common"/>
|
1571
|
+
<xs:attribute name="encodinganalog"/>
|
1572
|
+
</xs:complexType>
|
1573
|
+
<xs:complexType mixed="true" name="sponsor">
|
1574
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
1575
|
+
<xs:attributeGroup ref="a.common"/>
|
1576
|
+
<xs:attribute name="encodinganalog"/>
|
1577
|
+
</xs:complexType>
|
1578
|
+
<xs:complexType name="div">
|
1579
|
+
<xs:sequence>
|
1580
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1581
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.blocks"/>
|
1582
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="div" type="div"/>
|
1583
|
+
</xs:sequence>
|
1584
|
+
<xs:attributeGroup ref="a.common"/>
|
1585
|
+
</xs:complexType>
|
1586
|
+
<xs:complexType name="did">
|
1587
|
+
<xs:sequence>
|
1588
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1589
|
+
<xs:group maxOccurs="unbounded" ref="m.did"/>
|
1590
|
+
</xs:sequence>
|
1591
|
+
<xs:attributeGroup ref="a.common"/>
|
1592
|
+
<xs:attribute name="encodinganalog"/>
|
1593
|
+
</xs:complexType>
|
1594
|
+
<xs:complexType mixed="true" name="dimensions">
|
1595
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1596
|
+
<xs:group ref="m.phrase.basic"/>
|
1597
|
+
<xs:element name="dimensions" type="dimensions"/>
|
1598
|
+
</xs:choice>
|
1599
|
+
<xs:attributeGroup ref="a.common"/>
|
1600
|
+
<xs:attribute name="label"/>
|
1601
|
+
<xs:attribute name="type"/>
|
1602
|
+
<xs:attribute name="unit"/>
|
1603
|
+
<xs:attribute name="encodinganalog"/>
|
1604
|
+
</xs:complexType>
|
1605
|
+
<xs:complexType mixed="true" name="origination">
|
1606
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1607
|
+
<xs:group ref="m.phrase.basic"/>
|
1608
|
+
<xs:element name="corpname" type="corpname"/>
|
1609
|
+
<xs:element name="famname" type="famname"/>
|
1610
|
+
<xs:element name="name" type="name"/>
|
1611
|
+
<xs:element name="persname" type="persname"/>
|
1612
|
+
</xs:choice>
|
1613
|
+
<xs:attributeGroup ref="a.common"/>
|
1614
|
+
<xs:attribute name="label"/>
|
1615
|
+
<xs:attribute name="encodinganalog"/>
|
1616
|
+
</xs:complexType>
|
1617
|
+
<xs:complexType mixed="true" name="repository">
|
1618
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1619
|
+
<xs:group ref="m.phrase.basic"/>
|
1620
|
+
<xs:element name="address" type="address"/>
|
1621
|
+
<xs:element name="corpname" type="corpname"/>
|
1622
|
+
<xs:element name="name" type="name"/>
|
1623
|
+
<xs:element name="subarea" type="subarea"/>
|
1624
|
+
</xs:choice>
|
1625
|
+
<xs:attributeGroup ref="a.common"/>
|
1626
|
+
<xs:attribute name="label"/>
|
1627
|
+
<xs:attribute name="encodinganalog"/>
|
1628
|
+
</xs:complexType>
|
1629
|
+
<xs:complexType mixed="true" name="subarea">
|
1630
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
1631
|
+
<xs:attributeGroup ref="a.common"/>
|
1632
|
+
<xs:attribute name="encodinganalog"/>
|
1633
|
+
</xs:complexType>
|
1634
|
+
<xs:complexType mixed="true" name="unitdate">
|
1635
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.basic"/>
|
1636
|
+
<xs:attributeGroup ref="a.common"/>
|
1637
|
+
<xs:attribute name="label"/>
|
1638
|
+
<xs:attribute name="type">
|
1639
|
+
<xs:simpleType>
|
1640
|
+
<xs:restriction base="xs:token">
|
1641
|
+
<xs:enumeration value="bulk"/>
|
1642
|
+
<xs:enumeration value="inclusive"/>
|
1643
|
+
</xs:restriction>
|
1644
|
+
</xs:simpleType>
|
1645
|
+
</xs:attribute>
|
1646
|
+
<xs:attribute name="datechar"/>
|
1647
|
+
<xs:attributeGroup ref="am.dates.era"/>
|
1648
|
+
<xs:attributeGroup ref="am.dates.calendar"/>
|
1649
|
+
<xs:attributeGroup ref="am.date.normal"/>
|
1650
|
+
<xs:attribute name="certainty"/>
|
1651
|
+
<xs:attribute name="encodinganalog"/>
|
1652
|
+
</xs:complexType>
|
1653
|
+
<xs:complexType mixed="true" name="unittitle">
|
1654
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1655
|
+
<xs:group ref="m.phrase.basic"/>
|
1656
|
+
<xs:group ref="m.access"/>
|
1657
|
+
<xs:element name="unitdate" type="unitdate"/>
|
1658
|
+
<xs:element name="num" type="num"/>
|
1659
|
+
<xs:element name="date" type="date"/>
|
1660
|
+
<xs:element name="bibseries" type="bibseries"/>
|
1661
|
+
<xs:element name="edition" type="edition"/>
|
1662
|
+
<xs:element name="imprint" type="imprint"/>
|
1663
|
+
</xs:choice>
|
1664
|
+
<xs:attributeGroup ref="a.common"/>
|
1665
|
+
<xs:attribute name="label"/>
|
1666
|
+
<xs:attribute name="encodinganalog"/>
|
1667
|
+
<xs:attribute name="type"/>
|
1668
|
+
</xs:complexType>
|
1669
|
+
<xs:complexType mixed="true" name="language">
|
1670
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
1671
|
+
<xs:attributeGroup ref="a.common"/>
|
1672
|
+
<xs:attributeGroup ref="am.langcode"/>
|
1673
|
+
<xs:attribute name="scriptcode">
|
1674
|
+
<xs:simpleType>
|
1675
|
+
<xs:restriction base="xs:token">
|
1676
|
+
<xs:enumeration value="Arab"/>
|
1677
|
+
<xs:enumeration value="Armn"/>
|
1678
|
+
<xs:enumeration value="Bali"/>
|
1679
|
+
<xs:enumeration value="Batk"/>
|
1680
|
+
<xs:enumeration value="Beng"/>
|
1681
|
+
<xs:enumeration value="Blis"/>
|
1682
|
+
<xs:enumeration value="Bopo"/>
|
1683
|
+
<xs:enumeration value="Brah"/>
|
1684
|
+
<xs:enumeration value="Brai"/>
|
1685
|
+
<xs:enumeration value="Bugi"/>
|
1686
|
+
<xs:enumeration value="Buhd"/>
|
1687
|
+
<xs:enumeration value="Cans"/>
|
1688
|
+
<xs:enumeration value="Cham"/>
|
1689
|
+
<xs:enumeration value="Cher"/>
|
1690
|
+
<xs:enumeration value="Cirt"/>
|
1691
|
+
<xs:enumeration value="Copt"/>
|
1692
|
+
<xs:enumeration value="Cprt"/>
|
1693
|
+
<xs:enumeration value="Cyrl"/>
|
1694
|
+
<xs:enumeration value="Cyrs"/>
|
1695
|
+
<xs:enumeration value="Deva"/>
|
1696
|
+
<xs:enumeration value="Dsrt"/>
|
1697
|
+
<xs:enumeration value="Egyd"/>
|
1698
|
+
<xs:enumeration value="Egyh"/>
|
1699
|
+
<xs:enumeration value="Egyp"/>
|
1700
|
+
<xs:enumeration value="Ethi"/>
|
1701
|
+
<xs:enumeration value="Geok"/>
|
1702
|
+
<xs:enumeration value="Geor"/>
|
1703
|
+
<xs:enumeration value="Glag"/>
|
1704
|
+
<xs:enumeration value="Goth"/>
|
1705
|
+
<xs:enumeration value="Grek"/>
|
1706
|
+
<xs:enumeration value="Gujr"/>
|
1707
|
+
<xs:enumeration value="Guru"/>
|
1708
|
+
<xs:enumeration value="Hang"/>
|
1709
|
+
<xs:enumeration value="Hani"/>
|
1710
|
+
<xs:enumeration value="Hano"/>
|
1711
|
+
<xs:enumeration value="Hans"/>
|
1712
|
+
<xs:enumeration value="Hant"/>
|
1713
|
+
<xs:enumeration value="Hebr"/>
|
1714
|
+
<xs:enumeration value="Hira"/>
|
1715
|
+
<xs:enumeration value="Hmng"/>
|
1716
|
+
<xs:enumeration value="Hrkt"/>
|
1717
|
+
<xs:enumeration value="Hung"/>
|
1718
|
+
<xs:enumeration value="Inds"/>
|
1719
|
+
<xs:enumeration value="Ital"/>
|
1720
|
+
<xs:enumeration value="Java"/>
|
1721
|
+
<xs:enumeration value="Kali"/>
|
1722
|
+
<xs:enumeration value="Kana"/>
|
1723
|
+
<xs:enumeration value="Khar"/>
|
1724
|
+
<xs:enumeration value="Khmr"/>
|
1725
|
+
<xs:enumeration value="Knda"/>
|
1726
|
+
<xs:enumeration value="Laoo"/>
|
1727
|
+
<xs:enumeration value="Latf"/>
|
1728
|
+
<xs:enumeration value="Latg"/>
|
1729
|
+
<xs:enumeration value="Latn"/>
|
1730
|
+
<xs:enumeration value="Lepc"/>
|
1731
|
+
<xs:enumeration value="Limb"/>
|
1732
|
+
<xs:enumeration value="Lina"/>
|
1733
|
+
<xs:enumeration value="Linb"/>
|
1734
|
+
<xs:enumeration value="Mand"/>
|
1735
|
+
<xs:enumeration value="Maya"/>
|
1736
|
+
<xs:enumeration value="Mero"/>
|
1737
|
+
<xs:enumeration value="Mlym"/>
|
1738
|
+
<xs:enumeration value="Mong"/>
|
1739
|
+
<xs:enumeration value="Mymr"/>
|
1740
|
+
<xs:enumeration value="Nkoo"/>
|
1741
|
+
<xs:enumeration value="Ogam"/>
|
1742
|
+
<xs:enumeration value="Orkh"/>
|
1743
|
+
<xs:enumeration value="Orya"/>
|
1744
|
+
<xs:enumeration value="Osma"/>
|
1745
|
+
<xs:enumeration value="Perm"/>
|
1746
|
+
<xs:enumeration value="Phag"/>
|
1747
|
+
<xs:enumeration value="Phnx"/>
|
1748
|
+
<xs:enumeration value="Plrd"/>
|
1749
|
+
<xs:enumeration value="Qaaa"/>
|
1750
|
+
<xs:enumeration value="Qabx"/>
|
1751
|
+
<xs:enumeration value="Roro"/>
|
1752
|
+
<xs:enumeration value="Runr"/>
|
1753
|
+
<xs:enumeration value="Sara"/>
|
1754
|
+
<xs:enumeration value="Shaw"/>
|
1755
|
+
<xs:enumeration value="Sinh"/>
|
1756
|
+
<xs:enumeration value="Sylo"/>
|
1757
|
+
<xs:enumeration value="Syrc"/>
|
1758
|
+
<xs:enumeration value="Syre"/>
|
1759
|
+
<xs:enumeration value="Syrj"/>
|
1760
|
+
<xs:enumeration value="Syrn"/>
|
1761
|
+
<xs:enumeration value="Tagb"/>
|
1762
|
+
<xs:enumeration value="Tale"/>
|
1763
|
+
<xs:enumeration value="Talu"/>
|
1764
|
+
<xs:enumeration value="Taml"/>
|
1765
|
+
<xs:enumeration value="Telu"/>
|
1766
|
+
<xs:enumeration value="Teng"/>
|
1767
|
+
<xs:enumeration value="Tfng"/>
|
1768
|
+
<xs:enumeration value="Tglg"/>
|
1769
|
+
<xs:enumeration value="Thaa"/>
|
1770
|
+
<xs:enumeration value="Thai"/>
|
1771
|
+
<xs:enumeration value="Tibt"/>
|
1772
|
+
<xs:enumeration value="Ugar"/>
|
1773
|
+
<xs:enumeration value="Vaii"/>
|
1774
|
+
<xs:enumeration value="Visp"/>
|
1775
|
+
<xs:enumeration value="Xpeo"/>
|
1776
|
+
<xs:enumeration value="Xsux"/>
|
1777
|
+
<xs:enumeration value="Yiii"/>
|
1778
|
+
<xs:enumeration value="Zxxx"/>
|
1779
|
+
<xs:enumeration value="Zyyy"/>
|
1780
|
+
<xs:enumeration value="Zzzz"/>
|
1781
|
+
</xs:restriction>
|
1782
|
+
</xs:simpleType>
|
1783
|
+
</xs:attribute>
|
1784
|
+
<xs:attribute name="encodinganalog"/>
|
1785
|
+
</xs:complexType>
|
1786
|
+
<xs:complexType mixed="true" name="materialspec">
|
1787
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1788
|
+
<xs:group ref="m.phrase.basic"/>
|
1789
|
+
<xs:element name="num" type="num"/>
|
1790
|
+
<xs:element name="materialspec" type="materialspec"/>
|
1791
|
+
</xs:choice>
|
1792
|
+
<xs:attributeGroup ref="a.common"/>
|
1793
|
+
<xs:attribute name="label"/>
|
1794
|
+
<xs:attribute name="type"/>
|
1795
|
+
<xs:attribute name="encodinganalog"/>
|
1796
|
+
</xs:complexType>
|
1797
|
+
<xs:complexType name="accruals">
|
1798
|
+
<xs:sequence>
|
1799
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1800
|
+
<xs:choice maxOccurs="unbounded">
|
1801
|
+
<xs:group ref="m.blocks"/>
|
1802
|
+
<xs:element name="accruals" type="accruals"/>
|
1803
|
+
</xs:choice>
|
1804
|
+
</xs:sequence>
|
1805
|
+
<xs:attributeGroup ref="a.common"/>
|
1806
|
+
<xs:attribute name="encodinganalog"/>
|
1807
|
+
</xs:complexType>
|
1808
|
+
<xs:complexType name="accessrestrict">
|
1809
|
+
<xs:sequence>
|
1810
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1811
|
+
<xs:choice maxOccurs="unbounded">
|
1812
|
+
<xs:group ref="m.blocks"/>
|
1813
|
+
<xs:element name="legalstatus" type="legalstatus"/>
|
1814
|
+
<xs:element name="accessrestrict" type="accessrestrict"/>
|
1815
|
+
</xs:choice>
|
1816
|
+
</xs:sequence>
|
1817
|
+
<xs:attributeGroup ref="a.common"/>
|
1818
|
+
<xs:attribute name="encodinganalog"/>
|
1819
|
+
<xs:attribute name="type"/>
|
1820
|
+
</xs:complexType>
|
1821
|
+
<xs:complexType mixed="true" name="legalstatus">
|
1822
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
1823
|
+
<xs:group ref="m.phrase.bare"/>
|
1824
|
+
<xs:element name="date" type="date"/>
|
1825
|
+
</xs:choice>
|
1826
|
+
<xs:attributeGroup ref="a.common"/>
|
1827
|
+
<xs:attribute name="type" type="xs:NMTOKEN"/>
|
1828
|
+
</xs:complexType>
|
1829
|
+
<xs:complexType name="acqinfo">
|
1830
|
+
<xs:sequence>
|
1831
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1832
|
+
<xs:choice maxOccurs="unbounded">
|
1833
|
+
<xs:group ref="m.blocks"/>
|
1834
|
+
<xs:element name="acqinfo" type="acqinfo"/>
|
1835
|
+
</xs:choice>
|
1836
|
+
</xs:sequence>
|
1837
|
+
<xs:attributeGroup ref="a.common"/>
|
1838
|
+
<xs:attribute name="encodinganalog"/>
|
1839
|
+
</xs:complexType>
|
1840
|
+
<xs:complexType name="altformavail">
|
1841
|
+
<xs:sequence>
|
1842
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1843
|
+
<xs:choice maxOccurs="unbounded">
|
1844
|
+
<xs:group ref="m.blocks"/>
|
1845
|
+
<xs:element name="altformavail" type="altformavail"/>
|
1846
|
+
</xs:choice>
|
1847
|
+
</xs:sequence>
|
1848
|
+
<xs:attributeGroup ref="a.common"/>
|
1849
|
+
<xs:attribute name="encodinganalog"/>
|
1850
|
+
<xs:attribute name="type"/>
|
1851
|
+
</xs:complexType>
|
1852
|
+
<xs:complexType name="originalsloc">
|
1853
|
+
<xs:sequence>
|
1854
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1855
|
+
<xs:choice maxOccurs="unbounded">
|
1856
|
+
<xs:group ref="m.blocks"/>
|
1857
|
+
<xs:element name="originalsloc" type="originalsloc"/>
|
1858
|
+
</xs:choice>
|
1859
|
+
</xs:sequence>
|
1860
|
+
<xs:attributeGroup ref="a.common"/>
|
1861
|
+
<xs:attribute name="encodinganalog"/>
|
1862
|
+
<xs:attribute name="type"/>
|
1863
|
+
</xs:complexType>
|
1864
|
+
<xs:complexType name="phystech">
|
1865
|
+
<xs:sequence>
|
1866
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1867
|
+
<xs:choice maxOccurs="unbounded">
|
1868
|
+
<xs:group ref="m.blocks"/>
|
1869
|
+
<xs:element name="phystech" type="phystech"/>
|
1870
|
+
</xs:choice>
|
1871
|
+
</xs:sequence>
|
1872
|
+
<xs:attributeGroup ref="a.common"/>
|
1873
|
+
<xs:attribute name="encodinganalog"/>
|
1874
|
+
<xs:attribute name="type"/>
|
1875
|
+
</xs:complexType>
|
1876
|
+
<xs:complexType name="appraisal">
|
1877
|
+
<xs:sequence>
|
1878
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1879
|
+
<xs:choice maxOccurs="unbounded">
|
1880
|
+
<xs:group ref="m.blocks"/>
|
1881
|
+
<xs:element name="appraisal" type="appraisal"/>
|
1882
|
+
</xs:choice>
|
1883
|
+
</xs:sequence>
|
1884
|
+
<xs:attributeGroup ref="a.common"/>
|
1885
|
+
<xs:attribute name="encodinganalog"/>
|
1886
|
+
</xs:complexType>
|
1887
|
+
<xs:complexType name="custodhist">
|
1888
|
+
<xs:sequence>
|
1889
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1890
|
+
<xs:choice maxOccurs="unbounded">
|
1891
|
+
<xs:group ref="m.blocks"/>
|
1892
|
+
<xs:element name="custodhist" type="custodhist"/>
|
1893
|
+
<xs:element name="acqinfo" type="acqinfo"/>
|
1894
|
+
</xs:choice>
|
1895
|
+
</xs:sequence>
|
1896
|
+
<xs:attributeGroup ref="a.common"/>
|
1897
|
+
<xs:attribute name="encodinganalog"/>
|
1898
|
+
</xs:complexType>
|
1899
|
+
<xs:complexType name="prefercite">
|
1900
|
+
<xs:sequence>
|
1901
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1902
|
+
<xs:choice maxOccurs="unbounded">
|
1903
|
+
<xs:group ref="m.blocks"/>
|
1904
|
+
<xs:element name="prefercite" type="prefercite"/>
|
1905
|
+
</xs:choice>
|
1906
|
+
</xs:sequence>
|
1907
|
+
<xs:attributeGroup ref="a.common"/>
|
1908
|
+
<xs:attribute name="encodinganalog"/>
|
1909
|
+
</xs:complexType>
|
1910
|
+
<xs:complexType name="processinfo">
|
1911
|
+
<xs:sequence>
|
1912
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1913
|
+
<xs:choice maxOccurs="unbounded">
|
1914
|
+
<xs:group ref="m.blocks"/>
|
1915
|
+
<xs:element name="processinfo" type="processinfo"/>
|
1916
|
+
</xs:choice>
|
1917
|
+
</xs:sequence>
|
1918
|
+
<xs:attributeGroup ref="a.common"/>
|
1919
|
+
<xs:attribute name="type"/>
|
1920
|
+
<xs:attribute name="encodinganalog"/>
|
1921
|
+
</xs:complexType>
|
1922
|
+
<xs:complexType name="userestrict">
|
1923
|
+
<xs:sequence>
|
1924
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1925
|
+
<xs:choice maxOccurs="unbounded">
|
1926
|
+
<xs:group ref="m.blocks"/>
|
1927
|
+
<xs:element name="userestrict" type="userestrict"/>
|
1928
|
+
</xs:choice>
|
1929
|
+
</xs:sequence>
|
1930
|
+
<xs:attributeGroup ref="a.common"/>
|
1931
|
+
<xs:attribute name="encodinganalog"/>
|
1932
|
+
<xs:attribute name="type"/>
|
1933
|
+
</xs:complexType>
|
1934
|
+
<xs:complexType name="bioghist">
|
1935
|
+
<xs:sequence>
|
1936
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1937
|
+
<xs:choice maxOccurs="unbounded">
|
1938
|
+
<xs:group ref="m.blocks"/>
|
1939
|
+
<xs:element name="bioghist" type="bioghist"/>
|
1940
|
+
<xs:element name="dao" type="dao"/>
|
1941
|
+
<xs:element name="daogrp" type="daogrp"/>
|
1942
|
+
</xs:choice>
|
1943
|
+
</xs:sequence>
|
1944
|
+
<xs:attributeGroup ref="a.common"/>
|
1945
|
+
<xs:attribute name="encodinganalog"/>
|
1946
|
+
</xs:complexType>
|
1947
|
+
<xs:complexType name="controlaccess">
|
1948
|
+
<xs:sequence>
|
1949
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1950
|
+
<xs:choice maxOccurs="unbounded">
|
1951
|
+
<xs:group ref="m.blocks"/>
|
1952
|
+
<xs:group ref="m.access.title"/>
|
1953
|
+
<xs:element name="controlaccess" type="controlaccess"/>
|
1954
|
+
</xs:choice>
|
1955
|
+
</xs:sequence>
|
1956
|
+
<xs:attributeGroup ref="a.common"/>
|
1957
|
+
<xs:attribute name="encodinganalog"/>
|
1958
|
+
</xs:complexType>
|
1959
|
+
<xs:complexType name="odd">
|
1960
|
+
<xs:sequence>
|
1961
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1962
|
+
<xs:choice maxOccurs="unbounded">
|
1963
|
+
<xs:group ref="m.blocks"/>
|
1964
|
+
<xs:element name="dao" type="dao"/>
|
1965
|
+
<xs:element name="daogrp" type="daogrp"/>
|
1966
|
+
<xs:element name="odd" type="odd"/>
|
1967
|
+
</xs:choice>
|
1968
|
+
</xs:sequence>
|
1969
|
+
<xs:attributeGroup ref="a.common"/>
|
1970
|
+
<xs:attribute name="type"/>
|
1971
|
+
<xs:attribute name="encodinganalog"/>
|
1972
|
+
</xs:complexType>
|
1973
|
+
<xs:complexType name="scopecontent">
|
1974
|
+
<xs:sequence>
|
1975
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1976
|
+
<xs:choice maxOccurs="unbounded">
|
1977
|
+
<xs:group ref="m.blocks"/>
|
1978
|
+
<xs:element name="arrangement" type="arrangement"/>
|
1979
|
+
<xs:element name="scopecontent" type="scopecontent"/>
|
1980
|
+
<xs:element name="dao" type="dao"/>
|
1981
|
+
<xs:element name="daogrp" type="daogrp"/>
|
1982
|
+
</xs:choice>
|
1983
|
+
</xs:sequence>
|
1984
|
+
<xs:attributeGroup ref="a.common"/>
|
1985
|
+
<xs:attribute name="encodinganalog"/>
|
1986
|
+
</xs:complexType>
|
1987
|
+
<xs:complexType name="arrangement">
|
1988
|
+
<xs:sequence>
|
1989
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
1990
|
+
<xs:choice maxOccurs="unbounded">
|
1991
|
+
<xs:group ref="m.blocks"/>
|
1992
|
+
<xs:element name="arrangement" type="arrangement"/>
|
1993
|
+
</xs:choice>
|
1994
|
+
</xs:sequence>
|
1995
|
+
<xs:attributeGroup ref="a.common"/>
|
1996
|
+
<xs:attribute name="encodinganalog"/>
|
1997
|
+
</xs:complexType>
|
1998
|
+
<xs:complexType name="bibliography">
|
1999
|
+
<xs:sequence>
|
2000
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2001
|
+
<xs:choice maxOccurs="unbounded">
|
2002
|
+
<xs:group ref="m.blocks"/>
|
2003
|
+
<xs:group ref="m.refs"/>
|
2004
|
+
<xs:element name="bibliography" type="bibliography"/>
|
2005
|
+
</xs:choice>
|
2006
|
+
</xs:sequence>
|
2007
|
+
<xs:attributeGroup ref="a.common"/>
|
2008
|
+
<xs:attribute name="encodinganalog"/>
|
2009
|
+
</xs:complexType>
|
2010
|
+
<xs:complexType name="fileplan">
|
2011
|
+
<xs:sequence>
|
2012
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2013
|
+
<xs:choice maxOccurs="unbounded">
|
2014
|
+
<xs:group ref="m.blocks"/>
|
2015
|
+
<xs:element name="fileplan" type="fileplan"/>
|
2016
|
+
</xs:choice>
|
2017
|
+
</xs:sequence>
|
2018
|
+
<xs:attributeGroup ref="a.common"/>
|
2019
|
+
<xs:attribute name="encodinganalog"/>
|
2020
|
+
</xs:complexType>
|
2021
|
+
<xs:complexType name="relatedmaterial">
|
2022
|
+
<xs:sequence>
|
2023
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2024
|
+
<xs:choice maxOccurs="unbounded">
|
2025
|
+
<xs:group ref="m.blocks"/>
|
2026
|
+
<xs:group ref="m.refs"/>
|
2027
|
+
<xs:element name="relatedmaterial" type="relatedmaterial"/>
|
2028
|
+
</xs:choice>
|
2029
|
+
</xs:sequence>
|
2030
|
+
<xs:attributeGroup ref="a.common"/>
|
2031
|
+
<xs:attribute name="type"/>
|
2032
|
+
<xs:attribute name="encodinganalog"/>
|
2033
|
+
</xs:complexType>
|
2034
|
+
<xs:complexType name="separatedmaterial">
|
2035
|
+
<xs:sequence>
|
2036
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2037
|
+
<xs:choice maxOccurs="unbounded">
|
2038
|
+
<xs:group ref="m.blocks"/>
|
2039
|
+
<xs:group ref="m.refs"/>
|
2040
|
+
<xs:element name="separatedmaterial" type="separatedmaterial"/>
|
2041
|
+
</xs:choice>
|
2042
|
+
</xs:sequence>
|
2043
|
+
<xs:attributeGroup ref="a.common"/>
|
2044
|
+
<xs:attribute name="type"/>
|
2045
|
+
<xs:attribute name="encodinganalog"/>
|
2046
|
+
</xs:complexType>
|
2047
|
+
<xs:complexType name="otherfindaid">
|
2048
|
+
<xs:sequence>
|
2049
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2050
|
+
<xs:choice maxOccurs="unbounded">
|
2051
|
+
<xs:group ref="m.blocks"/>
|
2052
|
+
<xs:group ref="m.refs"/>
|
2053
|
+
<xs:element name="otherfindaid" type="otherfindaid"/>
|
2054
|
+
</xs:choice>
|
2055
|
+
</xs:sequence>
|
2056
|
+
<xs:attributeGroup ref="a.common"/>
|
2057
|
+
<xs:attribute name="encodinganalog"/>
|
2058
|
+
</xs:complexType>
|
2059
|
+
<xs:complexType name="index">
|
2060
|
+
<xs:sequence>
|
2061
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2062
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.blocks"/>
|
2063
|
+
<xs:choice>
|
2064
|
+
<xs:sequence>
|
2065
|
+
<xs:element minOccurs="0" name="listhead" type="listhead"/>
|
2066
|
+
<xs:element maxOccurs="unbounded" name="indexentry" type="indexentry"/>
|
2067
|
+
</xs:sequence>
|
2068
|
+
<xs:element maxOccurs="unbounded" name="index" type="index"/>
|
2069
|
+
</xs:choice>
|
2070
|
+
</xs:sequence>
|
2071
|
+
<xs:attributeGroup ref="a.common"/>
|
2072
|
+
<xs:attribute name="encodinganalog"/>
|
2073
|
+
</xs:complexType>
|
2074
|
+
<xs:complexType name="indexentry">
|
2075
|
+
<xs:sequence>
|
2076
|
+
<xs:choice>
|
2077
|
+
<xs:element name="namegrp" type="namegrp"/>
|
2078
|
+
<xs:group ref="m.access.title"/>
|
2079
|
+
</xs:choice>
|
2080
|
+
<xs:choice minOccurs="0">
|
2081
|
+
<xs:element name="ptrgrp" type="ptrgrp"/>
|
2082
|
+
<xs:element name="ptr" type="ptr"/>
|
2083
|
+
<xs:element name="ref" type="ref"/>
|
2084
|
+
</xs:choice>
|
2085
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="indexentry" type="indexentry"/>
|
2086
|
+
</xs:sequence>
|
2087
|
+
<xs:attributeGroup ref="a.common"/>
|
2088
|
+
</xs:complexType>
|
2089
|
+
<xs:complexType name="namegrp">
|
2090
|
+
<xs:choice maxOccurs="unbounded">
|
2091
|
+
<xs:group ref="m.access.title"/>
|
2092
|
+
<xs:element name="note" type="note"/>
|
2093
|
+
</xs:choice>
|
2094
|
+
<xs:attributeGroup ref="a.common"/>
|
2095
|
+
</xs:complexType>
|
2096
|
+
<xs:complexType name="ptrgrp">
|
2097
|
+
<xs:choice maxOccurs="unbounded">
|
2098
|
+
<xs:element name="ptr" type="ptr"/>
|
2099
|
+
<xs:element name="ref" type="ref"/>
|
2100
|
+
</xs:choice>
|
2101
|
+
<xs:attributeGroup ref="a.common"/>
|
2102
|
+
</xs:complexType>
|
2103
|
+
<xs:complexType name="dsc">
|
2104
|
+
<xs:sequence>
|
2105
|
+
<xs:sequence>
|
2106
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2107
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.blocks"/>
|
2108
|
+
</xs:sequence>
|
2109
|
+
<xs:choice>
|
2110
|
+
<xs:sequence>
|
2111
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2112
|
+
<xs:choice>
|
2113
|
+
<xs:sequence maxOccurs="unbounded">
|
2114
|
+
<xs:element name="c" type="c"/>
|
2115
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2116
|
+
</xs:sequence>
|
2117
|
+
<xs:sequence maxOccurs="unbounded">
|
2118
|
+
<xs:element name="c01" type="c01"/>
|
2119
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2120
|
+
</xs:sequence>
|
2121
|
+
</xs:choice>
|
2122
|
+
</xs:sequence>
|
2123
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="dsc" type="dsc"/>
|
2124
|
+
</xs:choice>
|
2125
|
+
</xs:sequence>
|
2126
|
+
<xs:attributeGroup ref="a.common"/>
|
2127
|
+
<xs:attribute name="type">
|
2128
|
+
<xs:simpleType>
|
2129
|
+
<xs:restriction base="xs:token">
|
2130
|
+
<xs:enumeration value="analyticover"/>
|
2131
|
+
<xs:enumeration value="combined"/>
|
2132
|
+
<xs:enumeration value="in-depth"/>
|
2133
|
+
<xs:enumeration value="othertype"/>
|
2134
|
+
</xs:restriction>
|
2135
|
+
</xs:simpleType>
|
2136
|
+
</xs:attribute>
|
2137
|
+
<xs:attribute name="othertype" type="xs:NMTOKEN"/>
|
2138
|
+
<xs:attribute name="encodinganalog"/>
|
2139
|
+
<xs:attributeGroup ref="am.dsctab.tpattern"/>
|
2140
|
+
</xs:complexType>
|
2141
|
+
<xs:complexType name="c">
|
2142
|
+
<xs:sequence>
|
2143
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2144
|
+
<xs:element name="did" type="did"/>
|
2145
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2146
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2147
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2148
|
+
<xs:element maxOccurs="unbounded" name="c" type="c"/>
|
2149
|
+
</xs:sequence>
|
2150
|
+
</xs:sequence>
|
2151
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2152
|
+
</xs:complexType>
|
2153
|
+
<xs:complexType name="c01">
|
2154
|
+
<xs:sequence>
|
2155
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2156
|
+
<xs:element name="did" type="did"/>
|
2157
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2158
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2159
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2160
|
+
<xs:element maxOccurs="unbounded" name="c02" type="c02"/>
|
2161
|
+
</xs:sequence>
|
2162
|
+
</xs:sequence>
|
2163
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2164
|
+
</xs:complexType>
|
2165
|
+
<xs:complexType name="c02">
|
2166
|
+
<xs:sequence>
|
2167
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2168
|
+
<xs:element name="did" type="did"/>
|
2169
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2170
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2171
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2172
|
+
<xs:element maxOccurs="unbounded" name="c03" type="c03"/>
|
2173
|
+
</xs:sequence>
|
2174
|
+
</xs:sequence>
|
2175
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2176
|
+
</xs:complexType>
|
2177
|
+
<xs:complexType name="c03">
|
2178
|
+
<xs:sequence>
|
2179
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2180
|
+
<xs:element name="did" type="did"/>
|
2181
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2182
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2183
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2184
|
+
<xs:element maxOccurs="unbounded" name="c04" type="c04"/>
|
2185
|
+
</xs:sequence>
|
2186
|
+
</xs:sequence>
|
2187
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2188
|
+
</xs:complexType>
|
2189
|
+
<xs:complexType name="c04">
|
2190
|
+
<xs:sequence>
|
2191
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2192
|
+
<xs:element name="did" type="did"/>
|
2193
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2194
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2195
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2196
|
+
<xs:element maxOccurs="unbounded" name="c05" type="c05"/>
|
2197
|
+
</xs:sequence>
|
2198
|
+
</xs:sequence>
|
2199
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2200
|
+
</xs:complexType>
|
2201
|
+
<xs:complexType name="c05">
|
2202
|
+
<xs:sequence>
|
2203
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2204
|
+
<xs:element name="did" type="did"/>
|
2205
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2206
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2207
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2208
|
+
<xs:element maxOccurs="unbounded" name="c06" type="c06"/>
|
2209
|
+
</xs:sequence>
|
2210
|
+
</xs:sequence>
|
2211
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2212
|
+
</xs:complexType>
|
2213
|
+
<xs:complexType name="c06">
|
2214
|
+
<xs:sequence>
|
2215
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2216
|
+
<xs:element name="did" type="did"/>
|
2217
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2218
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2219
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2220
|
+
<xs:element maxOccurs="unbounded" name="c07" type="c07"/>
|
2221
|
+
</xs:sequence>
|
2222
|
+
</xs:sequence>
|
2223
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2224
|
+
</xs:complexType>
|
2225
|
+
<xs:complexType name="c07">
|
2226
|
+
<xs:sequence>
|
2227
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2228
|
+
<xs:element name="did" type="did"/>
|
2229
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2230
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2231
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2232
|
+
<xs:element maxOccurs="unbounded" name="c08" type="c08"/>
|
2233
|
+
</xs:sequence>
|
2234
|
+
</xs:sequence>
|
2235
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2236
|
+
</xs:complexType>
|
2237
|
+
<xs:complexType name="c08">
|
2238
|
+
<xs:sequence>
|
2239
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2240
|
+
<xs:element name="did" type="did"/>
|
2241
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2242
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2243
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2244
|
+
<xs:element maxOccurs="unbounded" name="c09" type="c09"/>
|
2245
|
+
</xs:sequence>
|
2246
|
+
</xs:sequence>
|
2247
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2248
|
+
</xs:complexType>
|
2249
|
+
<xs:complexType name="c09">
|
2250
|
+
<xs:sequence>
|
2251
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2252
|
+
<xs:element name="did" type="did"/>
|
2253
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2254
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2255
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2256
|
+
<xs:element maxOccurs="unbounded" name="c10" type="c10"/>
|
2257
|
+
</xs:sequence>
|
2258
|
+
</xs:sequence>
|
2259
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2260
|
+
</xs:complexType>
|
2261
|
+
<xs:complexType name="c10">
|
2262
|
+
<xs:sequence>
|
2263
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2264
|
+
<xs:element name="did" type="did"/>
|
2265
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2266
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2267
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2268
|
+
<xs:element maxOccurs="unbounded" name="c11" type="c11"/>
|
2269
|
+
</xs:sequence>
|
2270
|
+
</xs:sequence>
|
2271
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2272
|
+
</xs:complexType>
|
2273
|
+
<xs:complexType name="c11">
|
2274
|
+
<xs:sequence>
|
2275
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2276
|
+
<xs:element name="did" type="did"/>
|
2277
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2278
|
+
<xs:sequence maxOccurs="unbounded" minOccurs="0">
|
2279
|
+
<xs:element minOccurs="0" name="thead" type="thead"/>
|
2280
|
+
<xs:element maxOccurs="unbounded" name="c12" type="c12"/>
|
2281
|
+
</xs:sequence>
|
2282
|
+
</xs:sequence>
|
2283
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2284
|
+
</xs:complexType>
|
2285
|
+
<xs:complexType name="c12">
|
2286
|
+
<xs:sequence>
|
2287
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2288
|
+
<xs:element name="did" type="did"/>
|
2289
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.desc.full"/>
|
2290
|
+
</xs:sequence>
|
2291
|
+
<xs:attributeGroup ref="a.desc.c"/>
|
2292
|
+
</xs:complexType>
|
2293
|
+
<xs:complexType mixed="true" name="head">
|
2294
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2295
|
+
<xs:attributeGroup ref="a.common"/>
|
2296
|
+
<xs:attribute name="althead"/>
|
2297
|
+
</xs:complexType>
|
2298
|
+
<xs:complexType mixed="true" name="p">
|
2299
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.para.content"/>
|
2300
|
+
<xs:attributeGroup ref="a.common"/>
|
2301
|
+
</xs:complexType>
|
2302
|
+
<xs:complexType name="dao">
|
2303
|
+
<xs:sequence>
|
2304
|
+
<xs:element minOccurs="0" name="daodesc" type="daodesc"/>
|
2305
|
+
</xs:sequence>
|
2306
|
+
<xs:attributeGroup ref="a.common"/>
|
2307
|
+
<xs:attributeGroup ref="a.external.ptr"/>
|
2308
|
+
</xs:complexType>
|
2309
|
+
<xs:complexType name="daodesc">
|
2310
|
+
<xs:sequence>
|
2311
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2312
|
+
<xs:group maxOccurs="unbounded" ref="m.blocks"/>
|
2313
|
+
</xs:sequence>
|
2314
|
+
<xs:attributeGroup ref="a.common"/>
|
2315
|
+
</xs:complexType>
|
2316
|
+
<xs:complexType name="daogrp">
|
2317
|
+
<xs:sequence>
|
2318
|
+
<xs:element minOccurs="0" name="daodesc" type="daodesc"/>
|
2319
|
+
<xs:choice maxOccurs="unbounded">
|
2320
|
+
<xs:element name="daoloc" type="daoloc"/>
|
2321
|
+
<xs:group ref="extended.els"/>
|
2322
|
+
</xs:choice>
|
2323
|
+
</xs:sequence>
|
2324
|
+
<xs:attributeGroup ref="a.common"/>
|
2325
|
+
<xs:attributeGroup ref="xlink:extendedLink"/>
|
2326
|
+
</xs:complexType>
|
2327
|
+
<xs:complexType name="daoloc">
|
2328
|
+
<xs:sequence>
|
2329
|
+
<xs:element minOccurs="0" name="daodesc" type="daodesc"/>
|
2330
|
+
</xs:sequence>
|
2331
|
+
<xs:attributeGroup ref="a.common"/>
|
2332
|
+
<xs:attributeGroup ref="a.loc.external.ptr"/>
|
2333
|
+
</xs:complexType>
|
2334
|
+
<xs:complexType name="ptr">
|
2335
|
+
<xs:attributeGroup ref="a.common"/>
|
2336
|
+
<xs:attributeGroup ref="a.internal.ptr"/>
|
2337
|
+
</xs:complexType>
|
2338
|
+
<xs:complexType mixed="true" name="ref">
|
2339
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2340
|
+
<xs:group ref="m.para.content.norefs"/>
|
2341
|
+
<xs:element name="bibref" type="bibref"/>
|
2342
|
+
<xs:element name="title" type="title"/>
|
2343
|
+
<xs:element name="extref" type="extref"/>
|
2344
|
+
<xs:element name="archref" type="archref"/>
|
2345
|
+
</xs:choice>
|
2346
|
+
<xs:attributeGroup ref="a.common"/>
|
2347
|
+
<xs:attributeGroup ref="a.internal.ptr"/>
|
2348
|
+
</xs:complexType>
|
2349
|
+
<xs:complexType mixed="true" name="extref">
|
2350
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2351
|
+
<xs:group ref="m.para.content.norefs"/>
|
2352
|
+
<xs:element name="bibref" type="bibref"/>
|
2353
|
+
<xs:element name="title" type="title"/>
|
2354
|
+
<xs:element name="archref" type="archref"/>
|
2355
|
+
<xs:element name="ref" type="ref"/>
|
2356
|
+
</xs:choice>
|
2357
|
+
<xs:attributeGroup ref="a.common"/>
|
2358
|
+
<xs:attributeGroup ref="a.external.ptr"/>
|
2359
|
+
</xs:complexType>
|
2360
|
+
<xs:complexType mixed="true" name="title">
|
2361
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2362
|
+
<xs:group ref="m.phrase.bare"/>
|
2363
|
+
<xs:element name="date" type="date"/>
|
2364
|
+
<xs:element name="num" type="num"/>
|
2365
|
+
</xs:choice>
|
2366
|
+
<xs:attributeGroup ref="a.common"/>
|
2367
|
+
<xs:attribute name="type"/>
|
2368
|
+
<xs:attribute name="render" type="av.render"/>
|
2369
|
+
<xs:attributeGroup ref="a.access"/>
|
2370
|
+
<xs:attribute name="entityref" type="xs:ENTITY"/>
|
2371
|
+
<xs:attribute name="xpointer"/>
|
2372
|
+
<xs:attributeGroup ref="xlink:simpleLink"/>
|
2373
|
+
<xs:attribute name="encodinganalog"/>
|
2374
|
+
</xs:complexType>
|
2375
|
+
<xs:complexType mixed="true" name="archref">
|
2376
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2377
|
+
<xs:group ref="m.phrase.basic.norefs"/>
|
2378
|
+
<xs:element name="bibref" type="bibref"/>
|
2379
|
+
<xs:element name="ref" type="ref"/>
|
2380
|
+
<xs:element name="title" type="title"/>
|
2381
|
+
<xs:element name="extref" type="extref"/>
|
2382
|
+
<xs:group ref="m.did"/>
|
2383
|
+
</xs:choice>
|
2384
|
+
<xs:attributeGroup ref="a.common"/>
|
2385
|
+
<xs:attribute name="entityref" type="xs:ENTITY"/>
|
2386
|
+
<xs:attribute name="xpointer"/>
|
2387
|
+
<xs:attributeGroup ref="xlink:simpleLink"/>
|
2388
|
+
</xs:complexType>
|
2389
|
+
<xs:complexType mixed="true" name="bibref">
|
2390
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2391
|
+
<xs:group ref="m.phrase.basic.norefs"/>
|
2392
|
+
<xs:element name="edition" type="edition"/>
|
2393
|
+
<xs:element name="imprint" type="imprint"/>
|
2394
|
+
<xs:element name="name" type="name"/>
|
2395
|
+
<xs:element name="num" type="num"/>
|
2396
|
+
<xs:element name="bibseries" type="bibseries"/>
|
2397
|
+
<xs:element name="ref" type="ref"/>
|
2398
|
+
<xs:element name="title" type="title"/>
|
2399
|
+
<xs:element name="famname" type="famname"/>
|
2400
|
+
<xs:element name="persname" type="persname"/>
|
2401
|
+
<xs:element name="corpname" type="corpname"/>
|
2402
|
+
<xs:element name="extref" type="extref"/>
|
2403
|
+
<xs:element name="archref" type="archref"/>
|
2404
|
+
</xs:choice>
|
2405
|
+
<xs:attributeGroup ref="a.common"/>
|
2406
|
+
<xs:attribute name="entityref" type="xs:ENTITY"/>
|
2407
|
+
<xs:attribute name="xpointer"/>
|
2408
|
+
<xs:attributeGroup ref="xlink:simpleLink"/>
|
2409
|
+
<xs:attribute name="encodinganalog"/>
|
2410
|
+
</xs:complexType>
|
2411
|
+
<xs:complexType mixed="true" name="edition">
|
2412
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2413
|
+
<xs:attributeGroup ref="a.common"/>
|
2414
|
+
<xs:attribute name="encodinganalog"/>
|
2415
|
+
</xs:complexType>
|
2416
|
+
<xs:complexType mixed="true" name="bibseries">
|
2417
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2418
|
+
<xs:group ref="m.phrase.bare"/>
|
2419
|
+
<xs:element name="title" type="title"/>
|
2420
|
+
<xs:element name="num" type="num"/>
|
2421
|
+
</xs:choice>
|
2422
|
+
<xs:attributeGroup ref="a.common"/>
|
2423
|
+
<xs:attribute name="encodinganalog"/>
|
2424
|
+
</xs:complexType>
|
2425
|
+
<xs:complexType mixed="true" name="imprint">
|
2426
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2427
|
+
<xs:group ref="m.phrase.bare"/>
|
2428
|
+
<xs:element name="publisher" type="publisher"/>
|
2429
|
+
<xs:element name="geogname" type="geogname"/>
|
2430
|
+
<xs:element name="date" type="date"/>
|
2431
|
+
</xs:choice>
|
2432
|
+
<xs:attributeGroup ref="a.common"/>
|
2433
|
+
<xs:attribute name="encodinganalog"/>
|
2434
|
+
</xs:complexType>
|
2435
|
+
<xs:complexType mixed="true" name="publisher">
|
2436
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2437
|
+
<xs:attributeGroup ref="a.common"/>
|
2438
|
+
<xs:attribute name="encodinganalog"/>
|
2439
|
+
</xs:complexType>
|
2440
|
+
<xs:complexType mixed="true" name="corpname">
|
2441
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2442
|
+
<xs:group ref="m.phrase.bare"/>
|
2443
|
+
<xs:element name="subarea" type="subarea"/>
|
2444
|
+
</xs:choice>
|
2445
|
+
<xs:attributeGroup ref="a.common"/>
|
2446
|
+
<xs:attributeGroup ref="a.access"/>
|
2447
|
+
<xs:attribute name="role"/>
|
2448
|
+
<xs:attribute name="encodinganalog"/>
|
2449
|
+
</xs:complexType>
|
2450
|
+
<xs:complexType mixed="true" name="famname">
|
2451
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2452
|
+
<xs:attributeGroup ref="a.common"/>
|
2453
|
+
<xs:attributeGroup ref="a.access"/>
|
2454
|
+
<xs:attribute name="role"/>
|
2455
|
+
<xs:attribute name="encodinganalog"/>
|
2456
|
+
</xs:complexType>
|
2457
|
+
<xs:complexType mixed="true" name="geogname">
|
2458
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2459
|
+
<xs:attributeGroup ref="a.common"/>
|
2460
|
+
<xs:attributeGroup ref="a.access"/>
|
2461
|
+
<xs:attribute name="role"/>
|
2462
|
+
<xs:attribute name="encodinganalog"/>
|
2463
|
+
</xs:complexType>
|
2464
|
+
<xs:complexType mixed="true" name="name">
|
2465
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2466
|
+
<xs:attributeGroup ref="a.common"/>
|
2467
|
+
<xs:attributeGroup ref="a.access"/>
|
2468
|
+
<xs:attribute name="role"/>
|
2469
|
+
<xs:attribute name="encodinganalog"/>
|
2470
|
+
</xs:complexType>
|
2471
|
+
<xs:complexType mixed="true" name="persname">
|
2472
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2473
|
+
<xs:attributeGroup ref="a.common"/>
|
2474
|
+
<xs:attributeGroup ref="a.access"/>
|
2475
|
+
<xs:attribute name="role"/>
|
2476
|
+
<xs:attribute name="encodinganalog"/>
|
2477
|
+
</xs:complexType>
|
2478
|
+
<xs:complexType mixed="true" name="date">
|
2479
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2480
|
+
<xs:attributeGroup ref="a.common"/>
|
2481
|
+
<xs:attribute name="type"/>
|
2482
|
+
<xs:attributeGroup ref="am.dates.era"/>
|
2483
|
+
<xs:attributeGroup ref="am.dates.calendar"/>
|
2484
|
+
<xs:attributeGroup ref="am.date.normal"/>
|
2485
|
+
<xs:attribute name="certainty"/>
|
2486
|
+
<xs:attribute name="encodinganalog"/>
|
2487
|
+
</xs:complexType>
|
2488
|
+
<xs:complexType mixed="true" name="num">
|
2489
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2490
|
+
<xs:attributeGroup ref="a.common"/>
|
2491
|
+
<xs:attribute name="type"/>
|
2492
|
+
<xs:attribute name="encodinganalog"/>
|
2493
|
+
</xs:complexType>
|
2494
|
+
<xs:complexType mixed="true" name="abbr">
|
2495
|
+
<xs:attributeGroup ref="a.common"/>
|
2496
|
+
<xs:attribute name="expan"/>
|
2497
|
+
</xs:complexType>
|
2498
|
+
<xs:complexType mixed="true" name="expan">
|
2499
|
+
<xs:attributeGroup ref="a.common"/>
|
2500
|
+
<xs:attribute name="abbr"/>
|
2501
|
+
</xs:complexType>
|
2502
|
+
<xs:complexType name="address">
|
2503
|
+
<xs:sequence>
|
2504
|
+
<xs:element maxOccurs="unbounded" name="addressline" type="addressline"/>
|
2505
|
+
</xs:sequence>
|
2506
|
+
<xs:attributeGroup ref="a.common"/>
|
2507
|
+
</xs:complexType>
|
2508
|
+
<xs:complexType mixed="true" name="addressline">
|
2509
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2510
|
+
<xs:attributeGroup ref="a.common"/>
|
2511
|
+
</xs:complexType>
|
2512
|
+
<xs:complexType mixed="true" name="event">
|
2513
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.para.content"/>
|
2514
|
+
<xs:attributeGroup ref="a.common"/>
|
2515
|
+
</xs:complexType>
|
2516
|
+
<xs:complexType name="list">
|
2517
|
+
<xs:sequence>
|
2518
|
+
<xs:element minOccurs="0" name="head" type="head"/>
|
2519
|
+
<xs:choice>
|
2520
|
+
<xs:element maxOccurs="unbounded" name="item" type="item"/>
|
2521
|
+
<xs:sequence>
|
2522
|
+
<xs:element minOccurs="0" name="listhead" type="listhead"/>
|
2523
|
+
<xs:element maxOccurs="unbounded" name="defitem" type="defitem"/>
|
2524
|
+
</xs:sequence>
|
2525
|
+
</xs:choice>
|
2526
|
+
</xs:sequence>
|
2527
|
+
<xs:attributeGroup ref="a.common"/>
|
2528
|
+
<xs:attribute name="type">
|
2529
|
+
<xs:simpleType>
|
2530
|
+
<xs:restriction base="xs:token">
|
2531
|
+
<xs:enumeration value="simple"/>
|
2532
|
+
<xs:enumeration value="deflist"/>
|
2533
|
+
<xs:enumeration value="marked"/>
|
2534
|
+
<xs:enumeration value="ordered"/>
|
2535
|
+
</xs:restriction>
|
2536
|
+
</xs:simpleType>
|
2537
|
+
</xs:attribute>
|
2538
|
+
<xs:attribute name="mark"/>
|
2539
|
+
<xs:attribute name="numeration">
|
2540
|
+
<xs:simpleType>
|
2541
|
+
<xs:restriction base="xs:token">
|
2542
|
+
<xs:enumeration value="arabic"/>
|
2543
|
+
<xs:enumeration value="upperalpha"/>
|
2544
|
+
<xs:enumeration value="loweralpha"/>
|
2545
|
+
<xs:enumeration value="upperroman"/>
|
2546
|
+
<xs:enumeration value="lowerroman"/>
|
2547
|
+
</xs:restriction>
|
2548
|
+
</xs:simpleType>
|
2549
|
+
</xs:attribute>
|
2550
|
+
<xs:attribute name="continuation">
|
2551
|
+
<xs:simpleType>
|
2552
|
+
<xs:restriction base="xs:token">
|
2553
|
+
<xs:enumeration value="continues"/>
|
2554
|
+
<xs:enumeration value="starts"/>
|
2555
|
+
</xs:restriction>
|
2556
|
+
</xs:simpleType>
|
2557
|
+
</xs:attribute>
|
2558
|
+
</xs:complexType>
|
2559
|
+
<xs:complexType name="defitem">
|
2560
|
+
<xs:sequence>
|
2561
|
+
<xs:element name="label" type="label"/>
|
2562
|
+
<xs:element name="item" type="item"/>
|
2563
|
+
</xs:sequence>
|
2564
|
+
<xs:attributeGroup ref="a.common"/>
|
2565
|
+
</xs:complexType>
|
2566
|
+
<xs:complexType mixed="true" name="label">
|
2567
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.plus"/>
|
2568
|
+
<xs:attributeGroup ref="a.common"/>
|
2569
|
+
</xs:complexType>
|
2570
|
+
<xs:complexType name="listhead">
|
2571
|
+
<xs:sequence>
|
2572
|
+
<xs:element minOccurs="0" name="head01" type="head01"/>
|
2573
|
+
<xs:element minOccurs="0" name="head02" type="head02"/>
|
2574
|
+
</xs:sequence>
|
2575
|
+
<xs:attributeGroup ref="a.common"/>
|
2576
|
+
</xs:complexType>
|
2577
|
+
<xs:complexType mixed="true" name="head01">
|
2578
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2579
|
+
<xs:attributeGroup ref="a.common"/>
|
2580
|
+
</xs:complexType>
|
2581
|
+
<xs:complexType mixed="true" name="head02">
|
2582
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.phrase.bare"/>
|
2583
|
+
<xs:attributeGroup ref="a.common"/>
|
2584
|
+
</xs:complexType>
|
2585
|
+
<xs:complexType mixed="true" name="item">
|
2586
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.para.content"/>
|
2587
|
+
<xs:attributeGroup ref="a.common"/>
|
2588
|
+
</xs:complexType>
|
2589
|
+
<xs:complexType name="note">
|
2590
|
+
<xs:group maxOccurs="unbounded" ref="m.blocks"/>
|
2591
|
+
<xs:attributeGroup ref="a.common"/>
|
2592
|
+
<xs:attribute name="type"/>
|
2593
|
+
<xs:attribute name="label"/>
|
2594
|
+
<xs:attribute name="show">
|
2595
|
+
<xs:simpleType>
|
2596
|
+
<xs:restriction base="xs:token">
|
2597
|
+
<xs:enumeration value="embed"/>
|
2598
|
+
<xs:enumeration value="new"/>
|
2599
|
+
</xs:restriction>
|
2600
|
+
</xs:simpleType>
|
2601
|
+
</xs:attribute>
|
2602
|
+
<xs:attribute name="actuate">
|
2603
|
+
<xs:simpleType>
|
2604
|
+
<xs:restriction base="xs:token">
|
2605
|
+
<xs:enumeration value="onload"/>
|
2606
|
+
<xs:enumeration value="onrequest"/>
|
2607
|
+
</xs:restriction>
|
2608
|
+
</xs:simpleType>
|
2609
|
+
</xs:attribute>
|
2610
|
+
<xs:attribute name="encodinganalog"/>
|
2611
|
+
</xs:complexType>
|
2612
|
+
<xs:complexType name="thead">
|
2613
|
+
<xs:sequence>
|
2614
|
+
<xs:element maxOccurs="unbounded" name="row" type="row"/>
|
2615
|
+
</xs:sequence>
|
2616
|
+
<xs:attributeGroup ref="a.common"/>
|
2617
|
+
<xs:attribute name="valign">
|
2618
|
+
<xs:simpleType>
|
2619
|
+
<xs:restriction base="xs:token">
|
2620
|
+
<xs:enumeration value="top"/>
|
2621
|
+
<xs:enumeration value="middle"/>
|
2622
|
+
<xs:enumeration value="bottom"/>
|
2623
|
+
</xs:restriction>
|
2624
|
+
</xs:simpleType>
|
2625
|
+
</xs:attribute>
|
2626
|
+
</xs:complexType>
|
2627
|
+
<xs:complexType name="row">
|
2628
|
+
<xs:sequence>
|
2629
|
+
<xs:element maxOccurs="unbounded" name="entry" type="entry"/>
|
2630
|
+
</xs:sequence>
|
2631
|
+
<xs:attributeGroup ref="a.common"/>
|
2632
|
+
<xs:attribute name="rowsep" type="yesorno"/>
|
2633
|
+
<xs:attribute name="valign">
|
2634
|
+
<xs:simpleType>
|
2635
|
+
<xs:restriction base="xs:token">
|
2636
|
+
<xs:enumeration value="top"/>
|
2637
|
+
<xs:enumeration value="middle"/>
|
2638
|
+
<xs:enumeration value="bottom"/>
|
2639
|
+
</xs:restriction>
|
2640
|
+
</xs:simpleType>
|
2641
|
+
</xs:attribute>
|
2642
|
+
</xs:complexType>
|
2643
|
+
<xs:complexType mixed="true" name="entry">
|
2644
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2645
|
+
<xs:group ref="m.phrase.plus"/>
|
2646
|
+
<xs:element name="address" type="address"/>
|
2647
|
+
<xs:element name="list" type="list"/>
|
2648
|
+
<xs:element name="note" type="note"/>
|
2649
|
+
</xs:choice>
|
2650
|
+
<xs:attributeGroup ref="a.common"/>
|
2651
|
+
<xs:attribute name="colname" type="xs:NMTOKEN"/>
|
2652
|
+
<xs:attribute name="namest" type="xs:NMTOKEN"/>
|
2653
|
+
<xs:attribute name="nameend" type="xs:NMTOKEN"/>
|
2654
|
+
<xs:attribute name="morerows" type="xs:NMTOKEN"/>
|
2655
|
+
<xs:attribute name="colsep" type="yesorno"/>
|
2656
|
+
<xs:attribute name="rowsep" type="yesorno"/>
|
2657
|
+
<xs:attribute name="align">
|
2658
|
+
<xs:simpleType>
|
2659
|
+
<xs:restriction base="xs:token">
|
2660
|
+
<xs:enumeration value="left"/>
|
2661
|
+
<xs:enumeration value="right"/>
|
2662
|
+
<xs:enumeration value="center"/>
|
2663
|
+
<xs:enumeration value="justify"/>
|
2664
|
+
<xs:enumeration value="char"/>
|
2665
|
+
</xs:restriction>
|
2666
|
+
</xs:simpleType>
|
2667
|
+
</xs:attribute>
|
2668
|
+
<xs:attribute name="char"/>
|
2669
|
+
<xs:attribute name="charoff" type="xs:NMTOKEN"/>
|
2670
|
+
<xs:attribute name="valign">
|
2671
|
+
<xs:simpleType>
|
2672
|
+
<xs:restriction base="xs:token">
|
2673
|
+
<xs:enumeration value="top"/>
|
2674
|
+
<xs:enumeration value="middle"/>
|
2675
|
+
<xs:enumeration value="bottom"/>
|
2676
|
+
</xs:restriction>
|
2677
|
+
</xs:simpleType>
|
2678
|
+
</xs:attribute>
|
2679
|
+
</xs:complexType>
|
2680
|
+
<xs:group name="extended.els">
|
2681
|
+
<xs:choice>
|
2682
|
+
<xs:element name="resource" type="resource"/>
|
2683
|
+
<xs:element name="arc" type="arc"/>
|
2684
|
+
<xs:element name="ptrloc" type="ptrloc"/>
|
2685
|
+
<xs:element name="extptrloc" type="extptrloc"/>
|
2686
|
+
<xs:element name="refloc" type="refloc"/>
|
2687
|
+
<xs:element name="extrefloc" type="extrefloc"/>
|
2688
|
+
</xs:choice>
|
2689
|
+
</xs:group>
|
2690
|
+
<xs:complexType name="ptrloc">
|
2691
|
+
<xs:attributeGroup ref="a.common"/>
|
2692
|
+
<xs:attributeGroup ref="a.loc.internal.ptr"/>
|
2693
|
+
</xs:complexType>
|
2694
|
+
<xs:complexType name="extptrloc">
|
2695
|
+
<xs:attributeGroup ref="a.common"/>
|
2696
|
+
<xs:attributeGroup ref="a.loc.external.ptr"/>
|
2697
|
+
</xs:complexType>
|
2698
|
+
<xs:complexType mixed="true" name="refloc">
|
2699
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.para.content.norefs"/>
|
2700
|
+
<xs:attributeGroup ref="a.common"/>
|
2701
|
+
<xs:attributeGroup ref="a.loc.internal.ptr"/>
|
2702
|
+
</xs:complexType>
|
2703
|
+
<xs:complexType mixed="true" name="extrefloc">
|
2704
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.para.content.norefs"/>
|
2705
|
+
<xs:attributeGroup ref="a.common"/>
|
2706
|
+
<xs:attributeGroup ref="a.loc.external.ptr"/>
|
2707
|
+
</xs:complexType>
|
2708
|
+
<xs:group name="extended">
|
2709
|
+
<xs:sequence>
|
2710
|
+
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
2711
|
+
<xs:element name="resource" type="resource"/>
|
2712
|
+
<xs:element name="arc" type="arc"/>
|
2713
|
+
</xs:choice>
|
2714
|
+
</xs:sequence>
|
2715
|
+
</xs:group>
|
2716
|
+
<xs:attributeGroup name="extended">
|
2717
|
+
<xs:attributeGroup ref="xlink:extendedLink"/>
|
2718
|
+
</xs:attributeGroup>
|
2719
|
+
<xs:complexType name="arc">
|
2720
|
+
<xs:attributeGroup ref="a.common"/>
|
2721
|
+
<xs:attributeGroup ref="xlink:arcLink"/>
|
2722
|
+
</xs:complexType>
|
2723
|
+
<xs:complexType mixed="true" name="resource">
|
2724
|
+
<xs:group maxOccurs="unbounded" minOccurs="0" ref="m.render"/>
|
2725
|
+
<xs:attributeGroup ref="a.common"/>
|
2726
|
+
<xs:attributeGroup ref="xlink:resourceLink"/>
|
2727
|
+
</xs:complexType>
|
2728
|
+
</xs:schema>
|