summaryrefslogtreecommitdiffstats
path: root/sfx2/classification/xAL-types.xsd
blob: 0522990072dc705edddfef9c09e98d9d8a0c6b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:oasis:names:tc:ciq:xal:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:oasis:names:tc:ciq:xal:3" elementFormDefault="qualified" attributeFormDefault="qualified">
	<xs:annotation>
		<xs:documentation> 
		Specification Name: OASIS CIQ TC - extensible AddressLanguage Types (xAL-types)
		Description: Defines the W3C schema that provides enumeration lists to support xNL v3.0
		(Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
		Produced by: OASIS Customer Information Quality Technical Committee
		URL: http://www.oasis-open.org/committees/ciq
		Version: 3.0
		Status: Committee Specification
		Copyright: 2006-07, OASIS, http://www.oasis-open.org
		Last Modified: 18 September 2007
		Last Modified by: Ram Kumar, Chair, OASIS CIQ TC 
		
		NOTE: This is the schema that users can customise the enumeration lists to meet their
		exchange requirements. The enumeration values provided are ONLY SAMPLES and 
		is not complete. It is up to the application to decide what the values should be. To achieve
		interoperability between applications using this specification, it is recommended that an
		SLA/agreement is in place as to what the enumeration values will be used in this file 
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="AddressTypeList">
		<xs:annotation>
			<xs:documentation>A list of types of addresses</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Airport"/>
			<xs:enumeration value="Business"/>
			<xs:enumeration value="CaravanPark"/>
			<xs:enumeration value="CommercialPark"/>
			<xs:enumeration value="CommunityDevelopment"/>
			<xs:enumeration value="EducationalInstitution"/>
			<xs:enumeration value="Entertainment"/>
			<xs:enumeration value="Hospital"/>
			<xs:enumeration value="Location"/>
			<xs:enumeration value="Marina"/>
			<xs:enumeration value="MilitaryBase"/>
			<xs:enumeration value="OverseasMilitary"/>
			<xs:enumeration value="Port"/>
			<xs:enumeration value="Primary"/>
			<xs:enumeration value="RecreationalPark"/>
			<xs:enumeration value="Resort"/>
			<xs:enumeration value="RetirementVillage"/>
			<xs:enumeration value="Rural"/>
			<xs:enumeration value="Secondary"/>
			<xs:enumeration value="ShoppingCentre"/>
			<xs:enumeration value="SportingCentre"/>
			<xs:enumeration value="Urban"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AddressIDTypeList">
		<xs:annotation>
			<xs:documentation>A list of types of address identifiers </xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="AddressLineTypeList">
		<xs:annotation>
			<xs:documentation>A list of types of address line, e.g. street details, locality details</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="AddressUsageList">
		<xs:annotation>
			<xs:documentation>A list of types of usage of the address</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Business"/>
			<xs:enumeration value="Billing"/>
			<xs:enumeration value="Communication"/>
			<xs:enumeration value="Contact"/>
			<xs:enumeration value="Mailing"/>
			<xs:enumeration value="Personal"/>
			<xs:enumeration value="Postal"/>
			<xs:enumeration value="Residential"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AdministrativeAreaTypeList">
		<xs:annotation>
			<xs:documentation>A list of administrative area types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="City">
				<xs:annotation>
					<xs:documentation>Only name of the administrative area without its type, e.g. NSW, CA, Quebec</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="State">
				<xs:annotation>
					<xs:documentation>The type of the area, e.g. state, district, province, etc.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Territory"/>
			<xs:enumeration value="Province"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AdministrativeAreaNameTypeList">
		<xs:annotation>
			<xs:documentation>A list of administrative area name element types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name">
				<xs:annotation>
					<xs:documentation>Name of the administrative area</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Number"/>
			<xs:enumeration value="ReferenceLocation">
				<xs:annotation>
					<xs:documentation>Reference location information in support of the administrative area. e.g. Territory of France</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>Other supporting information </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AdministrativeAreaNameCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for name of administrative area</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="CountryNameTypeList">
		<xs:annotation>
			<xs:documentation>A list of country name element types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name">
				<xs:annotation>
					<xs:documentation>Name of the country  e.g. AUSTRALIA</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>Although a Country, could be classified as a territory of a country. For example, "NOUVELLE CALEDONIE" is a territory of "FRANCE".</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CountryNameCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for name of country</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="DatumCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for datum</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="DeliveryModeList">
		<xs:annotation>
			<xs:documentation>A list of codes for mode of delivery of address</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="DirectionTypeList">
		<xs:annotation>
			<xs:documentation>A list of directions for geo-coordinates</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="East"/>
			<xs:enumeration value="West"/>
			<xs:enumeration value="North"/>
			<xs:enumeration value="South"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IdentifierElementTypeList">
		<xs:annotation>
			<xs:documentation>A list of name types for commonly used Number type</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name">
				<xs:annotation>
					<xs:documentation>Applicable to mail box office names such as PO BOX, GPO BOX, MAIL BAG NO., etc. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RangeFrom">
				<xs:annotation>
					<xs:documentation>Indicates that the element contains the lower value of a range, e.g. 25 in 25-37</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Range">
				<xs:annotation>
					<xs:documentation>Indicates that the value is a range, e.g. 25-37</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RangeTo">
				<xs:annotation>
					<xs:documentation>Indicates that the element contains the top value of a range, e.g. 25 in 25-37</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Prefix">
				<xs:annotation>
					<xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. PoBox can be a prefix in PoBox 2020, street no. A-15, where A is the prefix and 15 is the number</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Suffix">
				<xs:annotation>
					<xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. 'bis' in '45 bis'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Number">
				<xs:annotation>
					<xs:documentation>Indicates that the value is number, e.g. 2020 in PoBox 2020. The actual value can be alpha-numeric. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Separator">
				<xs:annotation>
					<xs:documentation>Indicates that the value is a separator that is expected to be preserved. Examples are / - #, as in 15-A where "-" is the separator</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Extension">
				<xs:annotation>
					<xs:documentation>Indicates that the value is an extension number of some identifier, e.g. 01 in Private Bag 2330-01, where the main number of the private bag is 2330, 12345-1223 in post code where 1223 is the extension</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="LocalityNameTypeList">
		<xs:annotation>
			<xs:documentation>A list of locality name element types such as name of locality, reference data in support of locality</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name">
				<xs:annotation>
					<xs:documentation>Name of the locality</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Number"/>
			<xs:enumeration value="ReferenceLocation">
				<xs:annotation>
					<xs:documentation>Any reference locality data in support of the locality. e.g. Next town north of Town A, via-town name</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>Other supporting information </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="LocalityNameCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for name of locality</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="LocalityTypeList">
		<xs:annotation>
			<xs:documentation>A list of locality name types such as Municipality, Village, Area, etc</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Municipality"/>
			<xs:enumeration value="PostTown"/>
			<xs:enumeration value="Place"/>
			<xs:enumeration value="Suburb"/>
			<xs:enumeration value="Town"/>
			<xs:enumeration value="Village"/>
			<xs:enumeration value="Area"/>
			<xs:enumeration value="Zone"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MeridianCodeList">
		<xs:annotation>
			<xs:documentation>A list of meridian codes</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="PostOfficeTypeList">
		<xs:annotation>
			<xs:documentation>A list of types of postal delivery offices</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="PostalDeliveryPointTypeList">
		<xs:annotation>
			<xs:documentation>A list of postal delivery point types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="GPOBox"/>
			<xs:enumeration value="POBox"/>
			<xs:enumeration value="LockedBag"/>
			<xs:enumeration value="MailStop"/>
			<xs:enumeration value="PigeonHole"/>
			<xs:enumeration value="PrivateBag"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ProjectionCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for projection</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="PremisesElementTypeList">
		<xs:annotation>
			<xs:documentation>A list of name types for premises</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name">
				<xs:annotation>
					<xs:documentation>Names of Premises such as airport, hospital, university, military base, etc. Can also be the name of the building or house or apartment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Location">
				<xs:annotation>
					<xs:documentation>Where in the building/landmark the premises is located, e.g. lobby, ground floor, penthouse, or where in a larger complex (e.g. airport) the address is located.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SubPremisesConnector">
				<xs:annotation>
					<xs:documentation>Free text description that is required to logically connect the 2 premises</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="InternalThoroughfare">
				<xs:annotation>
					<xs:documentation>Roads and streets within boundaries of larger complexes/premises such as hospitals, airports, etc.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ReferenceLocation">
				<xs:annotation>
					<xs:documentation>Free text description of some other location and how this premises relates to it, e.g. 300m from water station, new the police station, etc.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>additional supporting information</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PremisesTypeList">
		<xs:annotation>
			<xs:documentation>A list of premises type</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Airport"/>
			<xs:enumeration value="Area"/>
			<xs:enumeration value="Building"/>
			<xs:enumeration value="Farm"/>
			<xs:enumeration value="Hospital"/>
			<xs:enumeration value="House"/>
			<xs:enumeration value="LandMark"/>
			<xs:enumeration value="LargeMailUser"/>
			<xs:enumeration value="Lot"/>
			<xs:enumeration value="RailwayStation"/>
			<xs:enumeration value="ShoppingComplex"/>
			<xs:enumeration value="University"/>
			<xs:enumeration value="Unit"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RuralDeliveryTypeList">
		<xs:annotation>
			<xs:documentation>A list of rural delivery types such as road, air, water</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="SubAdministrativeAreaNameTypeList">
		<xs:annotation>
			<xs:documentation>A list of sub administrative area name element types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name">
				<xs:annotation>
					<xs:documentation>Name of the sub administrative area</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Number"/>
			<xs:enumeration value="ReferenceLocation">
				<xs:annotation>
					<xs:documentation>Reference location information in support of the sub administrative area</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>Other supporting information </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SubAdministrativeAreaNameCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for name of sub administrative area</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="SubAdministrativeAreaTypeList">
		<xs:annotation>
			<xs:documentation>A list of sub administrative area name types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="County"/>
			<xs:enumeration value="District"/>
			<xs:enumeration value="Province"/>
			<xs:enumeration value="Region"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SubLocalityNameTypeList">
		<xs:annotation>
			<xs:documentation>A list of sub locality name element types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Name"/>
			<xs:enumeration value="Number"/>
			<xs:enumeration value="ReferenceLocation"/>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>Other supporting information </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SubLocalityNameCodeList">
		<xs:annotation>
			<xs:documentation>A list of codes for names of sub locality</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
	<xs:simpleType name="SubLocalityTypeList">
		<xs:annotation>
			<xs:documentation>A list of sub locality types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Municipality"/>
			<xs:enumeration value="Village"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SubPremisesTypeList">
		<xs:annotation>
			<xs:documentation>A list of sub premises types</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="Room"/>
			<xs:enumeration value="Suite"/>
			<xs:enumeration value="Apartment"/>
			<xs:enumeration value="Shop"/>
			<xs:enumeration value="Office"/>
			<xs:enumeration value="Unit"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ThoroughfareNameTypeList">
		<xs:annotation>
			<xs:documentation>A list of name element types for thoroughfare</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:enumeration value="NameOnly">
				<xs:annotation>
					<xs:documentation>Just the name part, such as Baker in Baker Street.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PreDirection">
				<xs:annotation>
					<xs:documentation>North Archer Street, where "North" is PreDirection</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PostDirection">
				<xs:annotation>
					<xs:documentation>Archer Street North, where "North" is PostDirection</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NameAndNumber">
				<xs:annotation>
					<xs:documentation>This value indicates that the element contains the street name and street number. E.g. 39 Baker Street. Use this when you do not want to break the thoroughfare into atomic types</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NameAndType">
				<xs:annotation>
					<xs:documentation>Baker Street, where Baker is Name and Street is Type</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NameNumberAndType">
				<xs:annotation>
					<xs:documentation>21 Archer Street (Full thoroughfare details)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Unstructured">
				<xs:annotation>
					<xs:documentation>Full details of a thoroughfare in a single line (unstructured)
e.g. 39 Baker Street North</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SubThoroughfareConnector">
				<xs:annotation>
					<xs:documentation>When more than one street name is required to identify the location this type can be used to connect them with values such as CORNER OF or VIA.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ReferenceLocation">
				<xs:annotation>
					<xs:documentation>Free text description of some other location and how this thoroughfare relates to it, e.g. 300m from water station, new the police station, etc.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Type">
				<xs:annotation>
					<xs:documentation>Additional description like intersection, cross streets, etc</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ThoroughfareTypeList">
		<xs:annotation>
			<xs:documentation>A list of types for thoroughfare (e.g. STREET, ROAD, CRT)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString"/>
	</xs:simpleType>
</xs:schema>