siri-xsd 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +10 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +47 -0
  5. data/README.md +23 -0
  6. data/bitbucket-pipelines.yml +18 -0
  7. data/exe/siri-xsd-validate +42 -0
  8. data/lib/siri/xsd/validator.rb +62 -0
  9. data/lib/siri/xsd/version.rb +5 -0
  10. data/lib/siri/xsd.rb +10 -0
  11. data/siri-xsd.gemspec +35 -0
  12. data/vendor/xsd/acsb/acsb_accessibility.xsd +138 -0
  13. data/vendor/xsd/acsb/acsb_all.xsd +11 -0
  14. data/vendor/xsd/acsb/acsb_limitations.xsd +141 -0
  15. data/vendor/xsd/acsb/acsb_passengerMobility.xsd +212 -0
  16. data/vendor/xsd/datex2/DATEXIISchema.xsd +3713 -0
  17. data/vendor/xsd/datex2/DATEXIISchemaWithDefinitions.xsd +11538 -0
  18. data/vendor/xsd/gml/basicTypes.xsd +267 -0
  19. data/vendor/xsd/gml/geometryBasic0d1d-extract.xsd +271 -0
  20. data/vendor/xsd/gml/gmlBase-extract.xsd +168 -0
  21. data/vendor/xsd/gml/gmlBasic2d-extract.xsd +120 -0
  22. data/vendor/xsd/gml/gml_extract_all_objects.xsd +12 -0
  23. data/vendor/xsd/ifopt/ifopt_administration.xsd +254 -0
  24. data/vendor/xsd/ifopt/ifopt_allStopPlace.xsd +33 -0
  25. data/vendor/xsd/ifopt/ifopt_checkpoint.xsd +222 -0
  26. data/vendor/xsd/ifopt/ifopt_countries.xsd +1320 -0
  27. data/vendor/xsd/ifopt/ifopt_equipment.xsd +207 -0
  28. data/vendor/xsd/ifopt/ifopt_location.xsd +281 -0
  29. data/vendor/xsd/ifopt/ifopt_modes.xsd +84 -0
  30. data/vendor/xsd/ifopt/ifopt_modification.xsd +173 -0
  31. data/vendor/xsd/ifopt/ifopt_path.xsd +164 -0
  32. data/vendor/xsd/ifopt/ifopt_stop.xsd +403 -0
  33. data/vendor/xsd/ifopt/ifopt_time.xsd +131 -0
  34. data/vendor/xsd/ifopt/ifopt_types.xsd +96 -0
  35. data/vendor/xsd/siri/siri_all_framework.xsd +12 -0
  36. data/vendor/xsd/siri/siri_base.xsd +315 -0
  37. data/vendor/xsd/siri/siri_common_services.xsd +900 -0
  38. data/vendor/xsd/siri/siri_request_errorConditions.xsd +590 -0
  39. data/vendor/xsd/siri/siri_request_support.xsd +210 -0
  40. data/vendor/xsd/siri/siri_requests.xsd +1072 -0
  41. data/vendor/xsd/siri.xsd +531 -0
  42. data/vendor/xsd/siriSg.xsd +149 -0
  43. data/vendor/xsd/siri_all_functionalServices.xsd +95 -0
  44. data/vendor/xsd/siri_connectionMonitoring_service.xsd +731 -0
  45. data/vendor/xsd/siri_connectionTimetable_service.xsd +485 -0
  46. data/vendor/xsd/siri_discovery.xsd +898 -0
  47. data/vendor/xsd/siri_estimatedTimetable_service.xsd +490 -0
  48. data/vendor/xsd/siri_facilityMonitoring_service.xsd +493 -0
  49. data/vendor/xsd/siri_generalMessage_service.xsd +483 -0
  50. data/vendor/xsd/siri_model/siri_all.xsd +13 -0
  51. data/vendor/xsd/siri_model/siri_all_journeyModel.xsd +21 -0
  52. data/vendor/xsd/siri_model/siri_all_model.xsd +13 -0
  53. data/vendor/xsd/siri_model/siri_all_situation.xsd +17 -0
  54. data/vendor/xsd/siri_model/siri_datedVehicleJourney.xsd +702 -0
  55. data/vendor/xsd/siri_model/siri_estimatedVehicleJourney.xsd +472 -0
  56. data/vendor/xsd/siri_model/siri_facilities.xsd +517 -0
  57. data/vendor/xsd/siri_model/siri_facility.xsd +760 -0
  58. data/vendor/xsd/siri_model/siri_feature_support.xsd +145 -0
  59. data/vendor/xsd/siri_model/siri_interchangeJourney.xsd +88 -0
  60. data/vendor/xsd/siri_model/siri_journey.xsd +1903 -0
  61. data/vendor/xsd/siri_model/siri_journey_support.xsd +1022 -0
  62. data/vendor/xsd/siri_model/siri_modelPermissions.xsd +338 -0
  63. data/vendor/xsd/siri_model/siri_modes.xsd +686 -0
  64. data/vendor/xsd/siri_model/siri_monitoredVehicleJourney.xsd +638 -0
  65. data/vendor/xsd/siri_model/siri_operator_support.xsd +87 -0
  66. data/vendor/xsd/siri_model/siri_reference.xsd +844 -0
  67. data/vendor/xsd/siri_model/siri_situation.xsd +1545 -0
  68. data/vendor/xsd/siri_model/siri_situationActions.xsd +755 -0
  69. data/vendor/xsd/siri_model/siri_situationAffects.xsd +1533 -0
  70. data/vendor/xsd/siri_model/siri_situationClassifiers.xsd +430 -0
  71. data/vendor/xsd/siri_model/siri_situationIdentity.xsd +247 -0
  72. data/vendor/xsd/siri_model/siri_situationReasons.xsd +1370 -0
  73. data/vendor/xsd/siri_model/siri_situationServiceTypes.xsd +639 -0
  74. data/vendor/xsd/siri_model/siri_targetedVehicleJourney.xsd +136 -0
  75. data/vendor/xsd/siri_model/siri_time.xsd +356 -0
  76. data/vendor/xsd/siri_model_discovery/siri_connectionLink.xsd +115 -0
  77. data/vendor/xsd/siri_model_discovery/siri_feature.xsd +158 -0
  78. data/vendor/xsd/siri_model_discovery/siri_infoChannel.xsd +99 -0
  79. data/vendor/xsd/siri_model_discovery/siri_line.xsd +241 -0
  80. data/vendor/xsd/siri_model_discovery/siri_stopPoint.xsd +158 -0
  81. data/vendor/xsd/siri_productionTimetable_service.xsd +514 -0
  82. data/vendor/xsd/siri_situationExchange_service.xsd +785 -0
  83. data/vendor/xsd/siri_stopMonitoring_service.xsd +1052 -0
  84. data/vendor/xsd/siri_stopTimetable_service.xsd +463 -0
  85. data/vendor/xsd/siri_utility/siri_all_utility.xsd +14 -0
  86. data/vendor/xsd/siri_utility/siri_location.xsd +270 -0
  87. data/vendor/xsd/siri_utility/siri_participant.xsd +79 -0
  88. data/vendor/xsd/siri_utility/siri_permissions.xsd +135 -0
  89. data/vendor/xsd/siri_utility/siri_types.xsd +166 -0
  90. data/vendor/xsd/siri_utility/siri_utility.xsd +301 -0
  91. data/vendor/xsd/siri_vehicleMonitoring_service.xsd +702 -0
  92. data/vendor/xsd/siri_wsConsumer-Document.wsdl +177 -0
  93. data/vendor/xsd/siri_wsConsumer-WSDL2.wsdl +96 -0
  94. data/vendor/xsd/siri_wsConsumer.wsdl +200 -0
  95. data/vendor/xsd/siri_wsProducer-Document.wsdl +558 -0
  96. data/vendor/xsd/siri_wsProducer-WSDL2.wsdl +229 -0
  97. data/vendor/xsd/siri_wsProducer.wsdl +629 -0
  98. data/vendor/xsd/soap.xsd +118 -0
  99. data/vendor/xsd/wsdl_model/siri-wsdl.xsd +8 -0
  100. data/vendor/xsd/wsdl_model/siri_wsConsumer-Framework.xsd +98 -0
  101. data/vendor/xsd/wsdl_model/siri_wsConsumer-Services.xsd +155 -0
  102. data/vendor/xsd/wsdl_model/siri_wsProducer-DiscoveryCapability.xsd +123 -0
  103. data/vendor/xsd/wsdl_model/siri_wsProducer-Framework.xsd +138 -0
  104. data/vendor/xsd/wsdl_model/siri_wsProducer-Services.xsd +263 -0
  105. data/vendor/xsd/xml/2008/09/xsd.xsl +997 -0
  106. data/vendor/xsd/xml/2009/01/XMLSchema.xsd +286 -0
  107. metadata +222 -0
@@ -0,0 +1,301 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:siri="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_utility">
3
+ <!-- ======================================================================= -->
4
+ <xsd:annotation>
5
+ <xsd:appinfo>
6
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
7
+ <Aggregation>main schema</Aggregation>
8
+ <Audience>e-service developers</Audience>
9
+ <Contributor>CEN TC278 WG3 SG9 Team.</Contributor>
10
+ <Coverage>Europe</Coverage>
11
+ <Creator>First drafted for version 1.0 CEN TC278 WG3 SG9 Editor Nicholas Knowles. mailto:schemer@siri.org.uk</Creator>
12
+ <Date>
13
+ <Created>2008-09-307</Created>
14
+ <!-- change any to lax / empty -->
15
+ </Date>
16
+ <Date>
17
+ <Created>2007-04-17</Created>
18
+ </Date>
19
+ <Description>
20
+ <p>SIRI is a European CEN standard for the exchange of real-time information. This subschema defines common utility types</p>
21
+ </Description>
22
+ <Format>
23
+ <MediaType>text/xml</MediaType>
24
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
25
+ <Description>XML schema, W3C Recommendation 2001</Description>
26
+ </Format>
27
+ <Identifier>{http://www.siri.org.uk/schema/2.0/xsd/siri_utiliyty/}siri_utility.xsd</Identifier>
28
+ <Language>[ISO 639-2/B] ENG</Language>
29
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
30
+ <Rights><!--Unclassified-->
31
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
32
+ </Rights>
33
+ <Source>
34
+ <ul>
35
+ <li>Derived from the VDV, RTIGXML and Trident standards.</li>
36
+ </ul>
37
+ </Source>
38
+ <Status>Version 2.1</Status>
39
+ <Subject>
40
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
41
+ Air transport, Airports,
42
+ Ports and maritime transport, Ferries (marine),
43
+ Public transport, Bus services, Coach services, Bus stops and stations,
44
+ Rail transport, Railway stations and track, Train services, Underground trains,
45
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
46
+ Rail transport, Roads and road transport
47
+ </Category>
48
+ <Project>CEN TC278 WG3 SG9.</Project>
49
+ </Subject>
50
+ <Title>SIRI XML schema. Shared utility types </Title>
51
+ <Type>Standard</Type>
52
+ </Metadata>
53
+ </xsd:appinfo>
54
+ <xsd:documentation>SIRI Framework Utility Types.</xsd:documentation>
55
+ </xsd:annotation>
56
+ <!-- ======================================================================= -->
57
+ <xsd:include schemaLocation="siri_types.xsd"/>
58
+ <!-- ======================================================================= -->
59
+ <xsd:simpleType name="EmptyType">
60
+ <xsd:annotation>
61
+ <xsd:documentation>A type with no allowed content, used when simply the presence of an element is significant.</xsd:documentation>
62
+ </xsd:annotation>
63
+ <xsd:restriction base="xsd:string">
64
+ <xsd:enumeration value=""/>
65
+ </xsd:restriction>
66
+ </xsd:simpleType>
67
+ <!-- ======================================================================= -->
68
+ <xsd:element name="Extensions" type="ExtensionsStructure">
69
+ <xsd:annotation>
70
+ <xsd:documentation>Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).</xsd:documentation>
71
+ </xsd:annotation>
72
+ </xsd:element>
73
+ <xsd:complexType name="ExtensionsStructure">
74
+ <xsd:annotation>
75
+ <xsd:documentation>Type for Extensions to schema. Wraps an 'any' tag to ensure decidability.</xsd:documentation>
76
+ </xsd:annotation>
77
+ <xsd:sequence>
78
+ <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
79
+ <xsd:annotation>
80
+ <xsd:documentation>Placeholder for user extensions.</xsd:documentation>
81
+ </xsd:annotation>
82
+ </xsd:any>
83
+ </xsd:sequence>
84
+ </xsd:complexType>
85
+ <!-- === KEY LIST ================================================== -->
86
+ <xsd:element name="KeyList" type="KeyListStructure">
87
+ <xsd:annotation>
88
+ <xsd:documentation>A list of alternative Key values for an element. +SIRI v2.1</xsd:documentation>
89
+ </xsd:annotation>
90
+ <xsd:unique name="KeyValuePair_unique">
91
+ <xsd:annotation>
92
+ <xsd:documentation>Every Key Value Pair must be unique.</xsd:documentation>
93
+ </xsd:annotation>
94
+ <xsd:selector xpath=".//siri:KeyValue"/>
95
+ <xsd:field xpath="siri:Key"/>
96
+ <xsd:field xpath="siri:Value"/>
97
+ </xsd:unique>
98
+ </xsd:element>
99
+ <xsd:complexType name="KeyListStructure">
100
+ <xsd:annotation>
101
+ <xsd:documentation>Type for a Key List. +SIRI v2.1</xsd:documentation>
102
+ </xsd:annotation>
103
+ <xsd:sequence>
104
+ <xsd:element name="KeyValue" type="KeyValueStructure" maxOccurs="unbounded">
105
+ <xsd:annotation>
106
+ <xsd:documentation>Key value pair for Entity.</xsd:documentation>
107
+ </xsd:annotation>
108
+ </xsd:element>
109
+ </xsd:sequence>
110
+ </xsd:complexType>
111
+ <xsd:complexType name="KeyValueStructure">
112
+ <xsd:annotation>
113
+ <xsd:documentation>Type for a Key List. +SIRI v2.1</xsd:documentation>
114
+ </xsd:annotation>
115
+ <xsd:sequence>
116
+ <xsd:element name="Key" type="xsd:normalizedString">
117
+ <xsd:annotation>
118
+ <xsd:documentation>Identifier of value e.g. System.</xsd:documentation>
119
+ </xsd:annotation>
120
+ </xsd:element>
121
+ <xsd:element name="Value" type="xsd:normalizedString">
122
+ <xsd:annotation>
123
+ <xsd:documentation>Value for alternative key.</xsd:documentation>
124
+ </xsd:annotation>
125
+ </xsd:element>
126
+ <xsd:element name="TypeOfKey" type="xsd:normalizedString" minOccurs="0">
127
+ <xsd:annotation>
128
+ <xsd:documentation>Identifier of type of key.</xsd:documentation>
129
+ </xsd:annotation>
130
+ </xsd:element>
131
+ </xsd:sequence>
132
+ </xsd:complexType>
133
+ <!-- === TYPE OF VALUES ================================================== -->
134
+ <xsd:element name="TypesOfValue" type="TypesOfValueStructure">
135
+ <xsd:annotation>
136
+ <xsd:documentation>VALUE SETs and TYPE OF VALUEs as part of the SIRI extension model.
137
+ TYPES OF VALUE can be used to exchange metadata for validation or collection of data,
138
+ such as the description and allowed values for codes. +SIRI v2.1</xsd:documentation>
139
+ </xsd:annotation>
140
+ <xsd:unique name="ValueSet_unique">
141
+ <xsd:annotation>
142
+ <xsd:documentation>VALUE SETs must be unique.</xsd:documentation>
143
+ </xsd:annotation>
144
+ <xsd:selector xpath=".//siri:ValueSet"/>
145
+ <xsd:field xpath="siri:ValueSetCode"/>
146
+ </xsd:unique>
147
+ </xsd:element>
148
+ <xsd:complexType name="TypesOfValueStructure">
149
+ <xsd:annotation>
150
+ <xsd:documentation>Type for containment of VALUE SETs and/or TYPE OF VALUEs. +SIRI v2.1</xsd:documentation>
151
+ </xsd:annotation>
152
+ <xsd:choice maxOccurs="unbounded">
153
+ <xsd:element ref="ValueSet"/>
154
+ <xsd:element ref="TypeOfValue"/>
155
+ </xsd:choice>
156
+ </xsd:complexType>
157
+ <xsd:element name="TypeOfValue" type="TypeOfValueStructure" abstract="false">
158
+ <xsd:annotation>
159
+ <xsd:documentation>A code value from an extensible set which may be added to by user applications, and is used to classify other SIRI entities. +SIRI v2.1</xsd:documentation>
160
+ </xsd:annotation>
161
+ </xsd:element>
162
+ <xsd:complexType name="TypeOfValueStructure">
163
+ <xsd:annotation>
164
+ <xsd:documentation>Type for a TYPE OF VALUE. Used to define open classifications of value types. +SIRI v2.1</xsd:documentation>
165
+ </xsd:annotation>
166
+ <xsd:sequence>
167
+ <xsd:element name="TypeOfValueCode" type="TypeOfValueCodeType">
168
+ <xsd:annotation>
169
+ <xsd:documentation>Identifier of a TYPE OF VALUE.</xsd:documentation>
170
+ </xsd:annotation>
171
+ </xsd:element>
172
+ <xsd:element name="NameOfClass" type="NameOfClassType">
173
+ <xsd:annotation>
174
+ <xsd:documentation>Name of class of which TypeOfValue is an instance.</xsd:documentation>
175
+ </xsd:annotation>
176
+ </xsd:element>
177
+ <xsd:group ref="TypeOfValueGroup"/>
178
+ </xsd:sequence>
179
+ </xsd:complexType>
180
+ <xsd:group name="TypeOfValueGroup">
181
+ <xsd:annotation>
182
+ <xsd:documentation>Elements for TYPE OF VALUE. +SIRI v2.1</xsd:documentation>
183
+ </xsd:annotation>
184
+ <xsd:sequence>
185
+ <xsd:element name="Name" type="NaturalLanguageStringStructure" minOccurs="0">
186
+ <xsd:annotation>
187
+ <xsd:documentation>Name of TYPE OF VALUE.</xsd:documentation>
188
+ </xsd:annotation>
189
+ </xsd:element>
190
+ <xsd:element name="ShortName" type="NaturalLanguageStringStructure" minOccurs="0">
191
+ <xsd:annotation>
192
+ <xsd:documentation>Short Name for TYPE OF VALUE.</xsd:documentation>
193
+ </xsd:annotation>
194
+ </xsd:element>
195
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0">
196
+ <xsd:annotation>
197
+ <xsd:documentation>Description of TYPE OF VALUE.</xsd:documentation>
198
+ </xsd:annotation>
199
+ </xsd:element>
200
+ <xsd:element name="Image" type="xsd:anyURI" minOccurs="0">
201
+ <xsd:annotation>
202
+ <xsd:documentation>Default image for TYPE OF VALUE.</xsd:documentation>
203
+ </xsd:annotation>
204
+ </xsd:element>
205
+ <xsd:element name="Url" type="xsd:anyURI" minOccurs="0">
206
+ <xsd:annotation>
207
+ <xsd:documentation>Default URL for TYPE OF VALUE.</xsd:documentation>
208
+ </xsd:annotation>
209
+ </xsd:element>
210
+ <xsd:element name="PrivateCode" type="xsd:normalizedString" minOccurs="0">
211
+ <xsd:annotation>
212
+ <xsd:documentation>Arbitrary code (usually the technical part of the identifier).</xsd:documentation>
213
+ </xsd:annotation>
214
+ </xsd:element>
215
+ </xsd:sequence>
216
+ </xsd:group>
217
+ <xsd:element name="ValueSet" type="ValueSetStructure">
218
+ <xsd:annotation>
219
+ <xsd:documentation>An extensible set of code values which may be added to by user applications and is used to validate the properties of entities.
220
+ Contains TYPE OF VALUEs that are an instance of the same class. +SIRI v2.1</xsd:documentation>
221
+ </xsd:annotation>
222
+ <xsd:unique name="TypeOfValue_unique">
223
+ <xsd:annotation>
224
+ <xsd:documentation>TYPE OF VALUEs of the set must be unique.</xsd:documentation>
225
+ </xsd:annotation>
226
+ <xsd:selector xpath=".//siri:Values/siri:*"/>
227
+ <xsd:field xpath="siri:TypeOfValueCode"/>
228
+ </xsd:unique>
229
+ </xsd:element>
230
+ <xsd:complexType name="ValueSetStructure">
231
+ <xsd:annotation>
232
+ <xsd:documentation>Type for a VALUE SET. Used to define open classifications of value types. +SIRI v2.1</xsd:documentation>
233
+ </xsd:annotation>
234
+ <xsd:sequence>
235
+ <xsd:element name="ValueSetCode" type="ValueSetCodeType">
236
+ <xsd:annotation>
237
+ <xsd:documentation>Identifier of VALUE SET.</xsd:documentation>
238
+ </xsd:annotation>
239
+ </xsd:element>
240
+ <xsd:element name="ClassOfValues" type="NameOfClassType">
241
+ <xsd:annotation>
242
+ <xsd:documentation>Name of Class of values in set.</xsd:documentation>
243
+ </xsd:annotation>
244
+ </xsd:element>
245
+ <xsd:group ref="ValueSetGroup"/>
246
+ </xsd:sequence>
247
+ </xsd:complexType>
248
+ <xsd:group name="ValueSetGroup">
249
+ <xsd:annotation>
250
+ <xsd:documentation>Elements for VALUE SET. +SIRI v2.1</xsd:documentation>
251
+ </xsd:annotation>
252
+ <xsd:sequence>
253
+ <xsd:element name="Name" type="NaturalLanguageStringStructure" minOccurs="0">
254
+ <xsd:annotation>
255
+ <xsd:documentation>Name of set.</xsd:documentation>
256
+ </xsd:annotation>
257
+ </xsd:element>
258
+ <xsd:element name="Values" type="ValuesStructure">
259
+ <xsd:annotation>
260
+ <xsd:documentation>Values in set.</xsd:documentation>
261
+ </xsd:annotation>
262
+ </xsd:element>
263
+ </xsd:sequence>
264
+ </xsd:group>
265
+ <xsd:complexType name="ValuesStructure">
266
+ <xsd:annotation>
267
+ <xsd:documentation>Type for a list of TYPE OF VALUEs. +SIRI v2.1</xsd:documentation>
268
+ </xsd:annotation>
269
+ <xsd:sequence>
270
+ <xsd:element ref="TypeOfValue" maxOccurs="unbounded"/>
271
+ </xsd:sequence>
272
+ </xsd:complexType>
273
+ <!-- ======================================================================= -->
274
+ <xsd:simpleType name="TypeOfValueCodeType">
275
+ <xsd:annotation>
276
+ <xsd:documentation>Type for identifier of a TYPE OF VALUE. +SIRI v2.1</xsd:documentation>
277
+ </xsd:annotation>
278
+ <xsd:restriction base="xsd:NMTOKEN"/>
279
+ </xsd:simpleType>
280
+ <xsd:complexType name="TypeOfValueRefStructure">
281
+ <xsd:annotation>
282
+ <xsd:documentation>Type for reference to a TYPE OF VALUE. +SIRI v2.1</xsd:documentation>
283
+ </xsd:annotation>
284
+ <xsd:simpleContent>
285
+ <xsd:extension base="TypeOfValueCodeType"/>
286
+ </xsd:simpleContent>
287
+ </xsd:complexType>
288
+ <xsd:simpleType name="ValueSetCodeType">
289
+ <xsd:annotation>
290
+ <xsd:documentation>Type for identifier of a VALUE SET. +SIRI v2.1</xsd:documentation>
291
+ </xsd:annotation>
292
+ <xsd:restriction base="xsd:NMTOKEN"/>
293
+ </xsd:simpleType>
294
+ <xsd:simpleType name="NameOfClassType">
295
+ <xsd:annotation>
296
+ <xsd:documentation>Name of class of which TypeOfValue is an instance. Used for reflection. +SIRI v2.1</xsd:documentation>
297
+ </xsd:annotation>
298
+ <xsd:restriction base="xsd:Name"/>
299
+ </xsd:simpleType>
300
+ <!-- ======================================================================= -->
301
+ </xsd:schema>