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,760 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acsb="http://www.ifopt.org.uk/acsb" xmlns:ifopt="http://www.ifopt.org.uk/ifopt" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_facility">
3
+ <xsd:annotation>
4
+ <xsd:appinfo>
5
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
6
+ <Aggregation>main schema</Aggregation>
7
+ <Audience>e-service developers</Audience>
8
+ <Contributor>CEN TC278 WG3 SG7 Team</Contributor>
9
+ <Coverage>Europe</Coverage>
10
+ <Creator>Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk</Creator>
11
+ <Date>
12
+ <Created>2005-11-15</Created>
13
+ </Date>
14
+ <Date>
15
+ <Modified>2005-11-20</Modified>
16
+ </Date>
17
+ <Date>
18
+ <Modified>2007-03-29</Modified>
19
+ </Date>
20
+ <Date>
21
+ <Modified>2008-01-11</Modified>
22
+ </Date>
23
+ <Date>
24
+ <Modified>2008-07-05</Modified>
25
+ <!-- Use Accessibility assessment from ifopt -->
26
+ </Date>
27
+ <Date>
28
+ <Modified>2011-01-19</Modified>
29
+ <!-- TidyUp empty ValidityConditionGroup -->
30
+ </Date>
31
+ <Date>
32
+ <Modified>2012-03-23</Modified>
33
+ <!-- +SIRI v2.0: remove unnecessary dependencies -->
34
+ </Date>
35
+ <Description>
36
+ <p>SIRI is a European CEN standard for the exchange of real-time information.
37
+
38
+ This is a package of type modules for equipment availability</p>
39
+ </Description>
40
+ <Format>
41
+ <MediaType>text/xml</MediaType>
42
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
43
+ <Description>XML schema, W3C Recommendation 2001</Description>
44
+ </Format>
45
+ <Identifier>{http://www.siri.org.uk/schema/2.0/xsd/siri_model/}siri_facility.xsd</Identifier>
46
+ <Language>[ISO 639-2/B] ENG</Language>
47
+ <Publisher>CEN</Publisher>
48
+ <Relation>
49
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_utility/siri_types.xsd</Requires>
50
+ </Relation>
51
+ <Rights><!--Unclassified-->
52
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
53
+ </Rights>
54
+ <Source>
55
+ <ul>
56
+ <li>Derived from TransModel and Trident standards.</li>
57
+ </ul>
58
+ </Source>
59
+ <Status>Version 2.1</Status>
60
+ <Subject>
61
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
62
+ Air transport, Airports,
63
+ Ports and maritime transport, Ferries (marine),
64
+ Public transport, Bus services, Coach services, Bus stops and stations,
65
+ Rail transport, Railway stations and track, Train services, Underground trains,
66
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
67
+ Rail transport, Roads and road transport
68
+ </Category>
69
+ <Project>CEN TC278 WG3 SG7</Project>
70
+ </Subject>
71
+ <Title>SIRI XML schema. Service Interface for Real-time Information relating to Public Transport Operations. Common Facility Elements</Title>
72
+ <Type>Standard</Type>
73
+ </Metadata>
74
+ </xsd:appinfo>
75
+ <xsd:documentation>SIRi Facility model elemenys</xsd:documentation>
76
+ </xsd:annotation>
77
+ <!-- ======================================================================= -->
78
+ <xsd:include schemaLocation="siri_facilities.xsd"/>
79
+ <xsd:include schemaLocation="siri_journey.xsd"/>
80
+ <xsd:include schemaLocation="siri_journey_support.xsd"/>
81
+ <!-- ======================================================================= -->
82
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_equipment.xsd"/>
83
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_stop.xsd"/>
84
+ <!-- ======================================================================= -->
85
+ <!--Needed to work around import limitation in jaxb - all namespaces acsb needs to be after ifopt. -->
86
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_accessibility.xsd"/>
87
+ <!-- ======================================================================= -->
88
+ <xsd:include schemaLocation="../siri_utility/siri_utility.xsd"/>
89
+ <!-- ======================================================================= -->
90
+ <!-- Facilities related elements =============================================================== -->
91
+ <xsd:simpleType name="FacilityCodeType">
92
+ <xsd:annotation>
93
+ <xsd:documentation>Type for identifier of a Faclility.</xsd:documentation>
94
+ </xsd:annotation>
95
+ <xsd:restriction base="xsd:NMTOKEN"/>
96
+ </xsd:simpleType>
97
+ <xsd:element name="FacilityRef" type="FacilityRefStructure">
98
+ <xsd:annotation>
99
+ <xsd:documentation>Reference to a Facility.</xsd:documentation>
100
+ </xsd:annotation>
101
+ </xsd:element>
102
+ <xsd:complexType name="FacilityRefStructure">
103
+ <xsd:annotation>
104
+ <xsd:documentation>Type for reference to a Faclility.</xsd:documentation>
105
+ </xsd:annotation>
106
+ <xsd:simpleContent>
107
+ <xsd:extension base="FacilityCodeType"/>
108
+ </xsd:simpleContent>
109
+ </xsd:complexType>
110
+ <!-- ======================================================================= -->
111
+ <!-- = Definitions for with SIRI 1.1 - Facility Management Service ======================= -->
112
+ <xsd:complexType name="FacilityStructure">
113
+ <xsd:annotation>
114
+ <xsd:documentation>Type for description of the MONITORED FACILITY itself.</xsd:documentation>
115
+ </xsd:annotation>
116
+ <xsd:sequence>
117
+ <xsd:element name="FacilityCode" type="FacilityCodeType" minOccurs="0">
118
+ <xsd:annotation>
119
+ <xsd:documentation>Identfier of Facility.</xsd:documentation>
120
+ </xsd:annotation>
121
+ </xsd:element>
122
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
123
+ <xsd:annotation>
124
+ <xsd:documentation>Textual description of the facility. (Unbounded since SIRI 2.0)</xsd:documentation>
125
+ </xsd:annotation>
126
+ </xsd:element>
127
+ <xsd:element name="FacilityClass" type="FacilityCategoryEnumeration" minOccurs="0" maxOccurs="unbounded">
128
+ <xsd:annotation>
129
+ <xsd:documentation>Type of facility (several types may be associated to a single facility)</xsd:documentation>
130
+ </xsd:annotation>
131
+ </xsd:element>
132
+ <xsd:element name="Features" minOccurs="0">
133
+ <xsd:annotation>
134
+ <xsd:documentation>Features of service.</xsd:documentation>
135
+ </xsd:annotation>
136
+ <xsd:complexType>
137
+ <xsd:sequence>
138
+ <xsd:element name="Feature" type="AllFacilitiesFeatureStructure" maxOccurs="unbounded">
139
+ <xsd:annotation>
140
+ <xsd:documentation>Description of the feauture of the facility. Several features may be associated to a single facility.</xsd:documentation>
141
+ </xsd:annotation>
142
+ </xsd:element>
143
+ </xsd:sequence>
144
+ </xsd:complexType>
145
+ </xsd:element>
146
+ <xsd:element name="OwnerRef" type="OrganisationRefStructure" minOccurs="0">
147
+ <xsd:annotation>
148
+ <xsd:documentation>Refererence to identifier of owner of facility.</xsd:documentation>
149
+ </xsd:annotation>
150
+ </xsd:element>
151
+ <xsd:element name="OwnerName" type="NaturalLanguageStringStructure" minOccurs="0">
152
+ <xsd:annotation>
153
+ <xsd:documentation>Textual description of the owner of the facility.</xsd:documentation>
154
+ </xsd:annotation>
155
+ </xsd:element>
156
+ <xsd:element name="ValidityCondition" type="MonitoringValidityConditionStructure" minOccurs="0">
157
+ <xsd:annotation>
158
+ <xsd:documentation>When Facility is normally avaialble. If not specified, default is 'always'. Values are Logically ANDed together.</xsd:documentation>
159
+ </xsd:annotation>
160
+ </xsd:element>
161
+ <xsd:element name="FacilityLocation" type="FacilityLocationStructure" minOccurs="0">
162
+ <xsd:annotation>
163
+ <xsd:documentation>Describes where the facility is located. The location is a Transmodel object reference or an NeTEx object reference.</xsd:documentation>
164
+ </xsd:annotation>
165
+ </xsd:element>
166
+ <xsd:group ref="FacilityAccessibilityGroup"/>
167
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
168
+ <xsd:annotation>
169
+ <xsd:documentation>Accessibility of the facility.</xsd:documentation>
170
+ </xsd:annotation>
171
+ </xsd:element>
172
+ <xsd:element ref="Extensions" minOccurs="0"/>
173
+ </xsd:sequence>
174
+ </xsd:complexType>
175
+ <xsd:group name="FacilityScheduleRefGroup">
176
+ <xsd:annotation>
177
+ <xsd:documentation>Group of Facility accessibility elements.</xsd:documentation>
178
+ </xsd:annotation>
179
+ <xsd:sequence>
180
+ <xsd:element ref="LineRef" minOccurs="0"/>
181
+ <xsd:element ref="StopPointRef" minOccurs="0"/>
182
+ <xsd:element ref="VehicleRef" minOccurs="0"/>
183
+ <xsd:sequence>
184
+ <xsd:group ref="TrainFormationReferenceGroup" minOccurs="0"/>
185
+ </xsd:sequence>
186
+ <xsd:element ref="DatedVehicleJourneyRef" minOccurs="0"/>
187
+ <xsd:element ref="ConnectionLinkRef" minOccurs="0"/>
188
+ <xsd:element ref="InterchangeRef" minOccurs="0"/>
189
+ </xsd:sequence>
190
+ </xsd:group>
191
+ <xsd:group name="FacilityStopPlaceRefGroup">
192
+ <xsd:annotation>
193
+ <xsd:documentation>Group of Facility accessibility elements.</xsd:documentation>
194
+ </xsd:annotation>
195
+ <xsd:sequence>
196
+ <xsd:element name="StopPlaceRef" type="ifopt:StopPlaceRefStructure" minOccurs="0">
197
+ <xsd:annotation>
198
+ <xsd:documentation>Reference to a STOP PLACE.</xsd:documentation>
199
+ </xsd:annotation>
200
+ </xsd:element>
201
+ <xsd:element name="StopPlaceComponentId" type="ifopt:StopPlaceComponentRefStructure" minOccurs="0">
202
+ <xsd:annotation>
203
+ <xsd:documentation>System identifier of STOP PLACE component. Unique at least within STOP PLACE and concrete component type.</xsd:documentation>
204
+ </xsd:annotation>
205
+ </xsd:element>
206
+ </xsd:sequence>
207
+ </xsd:group>
208
+ <xsd:group name="FacilityAccessibilityGroup">
209
+ <xsd:annotation>
210
+ <xsd:documentation>Group of Facility accessibility elements.</xsd:documentation>
211
+ </xsd:annotation>
212
+ <xsd:sequence>
213
+ <xsd:element name="Limitations" minOccurs="0">
214
+ <xsd:annotation>
215
+ <xsd:documentation>Limitation of facility.</xsd:documentation>
216
+ </xsd:annotation>
217
+ <xsd:complexType>
218
+ <xsd:sequence>
219
+ <xsd:group ref="acsb:MobilityLimitationGroup"/>
220
+ <xsd:group ref="acsb:SensoryLimitationGroup"/>
221
+ </xsd:sequence>
222
+ </xsd:complexType>
223
+ </xsd:element>
224
+ <xsd:element name="Suitabilities" minOccurs="0">
225
+ <xsd:annotation>
226
+ <xsd:documentation>Suitabilities of facility for specific passenger needs.</xsd:documentation>
227
+ </xsd:annotation>
228
+ <xsd:complexType>
229
+ <xsd:sequence>
230
+ <xsd:element name="Suitability" type="acsb:SuitabilityStructure" maxOccurs="unbounded">
231
+ <xsd:annotation>
232
+ <xsd:documentation>Type of specific need for wich the facility is appropriate.</xsd:documentation>
233
+ </xsd:annotation>
234
+ </xsd:element>
235
+ </xsd:sequence>
236
+ </xsd:complexType>
237
+ </xsd:element>
238
+ </xsd:sequence>
239
+ </xsd:group>
240
+ <xsd:simpleType name="FacilityCategoryEnumeration">
241
+ <xsd:annotation>
242
+ <xsd:documentation>Generic category of a facility.</xsd:documentation>
243
+ </xsd:annotation>
244
+ <xsd:restriction base="xsd:NMTOKEN">
245
+ <xsd:enumeration value="unknown"/>
246
+ <xsd:enumeration value="fixedEquipment"/>
247
+ <xsd:enumeration value="mobileEquipment"/>
248
+ <xsd:enumeration value="serviceProvidedByIndividual"/>
249
+ <xsd:enumeration value="serviceForPersonalDevice"/>
250
+ <xsd:enumeration value="reservedArea"/>
251
+ <xsd:enumeration value="site"/>
252
+ <xsd:enumeration value="siteComponent"/>
253
+ <xsd:enumeration value="parkingBay"/>
254
+ <xsd:enumeration value="vehicle"/>
255
+ </xsd:restriction>
256
+ </xsd:simpleType>
257
+ <!-- ======================================================================= -->
258
+ <xsd:complexType name="AnnotatedFacilityStructure">
259
+ <xsd:annotation>
260
+ <xsd:documentation>Summary information about Facility. Used in DISCOVERY.</xsd:documentation>
261
+ </xsd:annotation>
262
+ <xsd:sequence>
263
+ <xsd:element ref="FacilityRef"/>
264
+ <xsd:element name="Monitored" type="xsd:boolean" default="true" minOccurs="0">
265
+ <xsd:annotation>
266
+ <xsd:documentation>Whether real-time data is available for the stop. Default is 'true'.</xsd:documentation>
267
+ </xsd:annotation>
268
+ </xsd:element>
269
+ <xsd:element name="Facility" type="FacilityStructure" minOccurs="0">
270
+ <xsd:annotation>
271
+ <xsd:documentation>Description of the facility (without its status)</xsd:documentation>
272
+ </xsd:annotation>
273
+ </xsd:element>
274
+ </xsd:sequence>
275
+ </xsd:complexType>
276
+ <!-- ======================================================================= -->
277
+ <xsd:simpleType name="FacilityStatusEnumeration">
278
+ <xsd:annotation>
279
+ <xsd:documentation>Allowed values for the status of a MONITORED FACILITY.</xsd:documentation>
280
+ </xsd:annotation>
281
+ <xsd:restriction base="xsd:NMTOKEN">
282
+ <xsd:enumeration value="unknown"/>
283
+ <xsd:enumeration value="available"/>
284
+ <xsd:enumeration value="notAvailable"/>
285
+ <xsd:enumeration value="partiallyAvailable"/>
286
+ <xsd:enumeration value="added"/>
287
+ <xsd:enumeration value="removed"/>
288
+ </xsd:restriction>
289
+ </xsd:simpleType>
290
+ <xsd:simpleType name="FacilityStatusChangeEnumeration">
291
+ <xsd:annotation>
292
+ <xsd:documentation>Allowed values for changes to the status of a facility.</xsd:documentation>
293
+ </xsd:annotation>
294
+ <xsd:restriction base="xsd:NMTOKEN">
295
+ <xsd:enumeration value="unknown"/>
296
+ <xsd:enumeration value="added"/>
297
+ <xsd:enumeration value="removed"/>
298
+ </xsd:restriction>
299
+ </xsd:simpleType>
300
+ <xsd:simpleType name="CountingTypeEnumeration">
301
+ <xsd:annotation>
302
+ <xsd:documentation>Allowed values for TypeOfCounting.</xsd:documentation>
303
+ </xsd:annotation>
304
+ <xsd:restriction base="xsd:NMTOKEN">
305
+ <xsd:enumeration value="availabilityCount"/>
306
+ <xsd:enumeration value="reservedCount"/>
307
+ <xsd:enumeration value="inUseCount"/>
308
+ <xsd:enumeration value="outOfOrderCount"/>
309
+ <xsd:enumeration value="presentCount"/>
310
+ <xsd:enumeration value="chargingLevel"/>
311
+ <xsd:enumeration value="availableRunningDistance"/>
312
+ <xsd:enumeration value="currentStateCount"/>
313
+ </xsd:restriction>
314
+ </xsd:simpleType>
315
+ <xsd:simpleType name="CountingTrendEnumeration">
316
+ <xsd:annotation>
317
+ <xsd:documentation>Allowed values for trend of a counting.</xsd:documentation>
318
+ </xsd:annotation>
319
+ <xsd:restriction base="xsd:NMTOKEN">
320
+ <xsd:enumeration value="decreasing"/>
321
+ <xsd:enumeration value="increasing"/>
322
+ <xsd:enumeration value="stable"/>
323
+ <xsd:enumeration value="unstable"/>
324
+ <xsd:enumeration value="increasingQuickly"/>
325
+ <xsd:enumeration value="increasingSlowly"/>
326
+ <xsd:enumeration value="decreasingQuickly"/>
327
+ <xsd:enumeration value="decreasingSlowly"/>
328
+ <xsd:enumeration value="unknown"/>
329
+ </xsd:restriction>
330
+ </xsd:simpleType>
331
+ <xsd:simpleType name="CountedFeatureUnitEnumeration">
332
+ <xsd:annotation>
333
+ <xsd:documentation>Allowed values for units of what is counted
334
+ bay: parking bay for cars, bicycle, scooter, etc
335
+ otherSpaces: any other kind of spaces: lockers, standing spaces, toilets, etc.
336
+ devices: electronic devices (audio guide, headphones, etc.) and physical devices (walking stick, wheelchair, etc.)
337
+ vehicles: any type of vehicles (cycle, car, scooter, hoverboard, motorbike, etc.)
338
+ kW (kiloWatt) or kWh (kiloWatt-hour): means that an available or consumed power is measured
339
+ mAh (milliAmpere per hour): typically used for battery charging level
340
+ litres and cubicMeters: means that a volume is measured
341
+ squareMeters: means that a surface is measured
342
+ meters: means that a distance is measured
343
+ kg (kilogram): means that a mass is measured
344
+ A (Ampere): means that an electric current is measured
345
+ C (degree Celsius): means that a temperature is measured
346
+ other: use of "other" requires the additional open ended TypeOfCountedFeature (monitoredCountingStructure) to be filled
347
+ </xsd:documentation>
348
+ </xsd:annotation>
349
+ <xsd:restriction base="xsd:NMTOKEN">
350
+ <xsd:enumeration value="bays"/>
351
+ <xsd:enumeration value="seats"/>
352
+ <xsd:enumeration value="otherSpaces"/>
353
+ <xsd:enumeration value="devices"/>
354
+ <xsd:enumeration value="vehicles"/>
355
+ <xsd:enumeration value="persons"/>
356
+ <xsd:enumeration value="litres"/>
357
+ <xsd:enumeration value="squareMeters"/>
358
+ <xsd:enumeration value="cubicMeters"/>
359
+ <xsd:enumeration value="meters"/>
360
+ <xsd:enumeration value="kWh"/>
361
+ <xsd:enumeration value="mAh"/>
362
+ <xsd:enumeration value="kW"/>
363
+ <xsd:enumeration value="kg"/>
364
+ <xsd:enumeration value="A"/>
365
+ <xsd:enumeration value="C"/>
366
+ <xsd:enumeration value="other"/>
367
+ </xsd:restriction>
368
+ </xsd:simpleType>
369
+ <xsd:complexType name="FacilityStatusStructure">
370
+ <xsd:annotation>
371
+ <xsd:documentation>Description of the status of a MONITORED FACILITY.</xsd:documentation>
372
+ </xsd:annotation>
373
+ <xsd:sequence>
374
+ <xsd:element name="Status" type="FacilityStatusEnumeration">
375
+ <xsd:annotation>
376
+ <xsd:documentation>Status of the facility.</xsd:documentation>
377
+ </xsd:annotation>
378
+ </xsd:element>
379
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
380
+ <xsd:annotation>
381
+ <xsd:documentation>Description of the facility Status. (Unbounded since SIRI 2.0)</xsd:documentation>
382
+ </xsd:annotation>
383
+ </xsd:element>
384
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
385
+ <xsd:annotation>
386
+ <xsd:documentation>Accessibility of the facility.</xsd:documentation>
387
+ </xsd:annotation>
388
+ </xsd:element>
389
+ <xsd:element ref="Extensions" minOccurs="0"/>
390
+ </xsd:sequence>
391
+ </xsd:complexType>
392
+ <xsd:complexType name="FacilityLocationStructure">
393
+ <xsd:annotation>
394
+ <xsd:documentation>Location of the MONITORED FACILITY.</xsd:documentation>
395
+ </xsd:annotation>
396
+ <xsd:sequence>
397
+ <xsd:group ref="FacilityScheduleRefGroup">
398
+ <xsd:annotation>
399
+ <xsd:documentation>Group of Facility accessibility elements.</xsd:documentation>
400
+ </xsd:annotation>
401
+ </xsd:group>
402
+ <xsd:group ref="FacilityStopPlaceRefGroup">
403
+ <xsd:annotation>
404
+ <xsd:documentation>Group of Facility accessibility elements.</xsd:documentation>
405
+ </xsd:annotation>
406
+ </xsd:group>
407
+ <xsd:group ref="ServiceInfoGroup"/>
408
+ </xsd:sequence>
409
+ </xsd:complexType>
410
+ <xsd:complexType name="MonitoredCountingStructure">
411
+ <xsd:annotation>
412
+ <xsd:documentation>Monitored counted values.</xsd:documentation>
413
+ </xsd:annotation>
414
+ <xsd:sequence>
415
+ <xsd:element name="CountingType" type="CountingTypeEnumeration">
416
+ <xsd:annotation>
417
+ <xsd:documentation>Nature of what is counted.</xsd:documentation>
418
+ </xsd:annotation>
419
+ </xsd:element>
420
+ <xsd:element name="CountedFeatureUnit" type="CountedFeatureUnitEnumeration" minOccurs="0">
421
+ <xsd:annotation>
422
+ <xsd:documentation>Unit of type for what is being counted </xsd:documentation>
423
+ </xsd:annotation>
424
+ </xsd:element>
425
+ <xsd:element name="TypeOfCountedFeature" type="TypeOfValueStructure" minOccurs="0">
426
+ <xsd:annotation>
427
+ <xsd:documentation>Open ended type or refined classification of what is counted (complement to the information coming from the facility type itself) </xsd:documentation>
428
+ </xsd:annotation>
429
+ </xsd:element>
430
+ <xsd:choice>
431
+ <xsd:element name="Count" type="xsd:integer">
432
+ <xsd:annotation>
433
+ <xsd:documentation>Counted value</xsd:documentation>
434
+ </xsd:annotation>
435
+ </xsd:element>
436
+ <xsd:element name="Percentage" type="PercentageType">
437
+ <xsd:annotation>
438
+ <xsd:documentation>Value as a percentage (0.0 to 100.0) of the maximum possible value</xsd:documentation>
439
+ </xsd:annotation>
440
+ </xsd:element>
441
+ </xsd:choice>
442
+ <xsd:element name="Trend" type="CountingTrendEnumeration" minOccurs="0">
443
+ <xsd:annotation>
444
+ <xsd:documentation>Trend of the count</xsd:documentation>
445
+ </xsd:annotation>
446
+ </xsd:element>
447
+ <xsd:element name="Accuracy" type="PercentageType" minOccurs="0">
448
+ <xsd:annotation>
449
+ <xsd:documentation>Accuracy of the count, as a percentage (0.0 to 100.0), the percentage being a + or - maximum deviation from the provided value</xsd:documentation>
450
+ </xsd:annotation>
451
+ </xsd:element>
452
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
453
+ <xsd:annotation>
454
+ <xsd:documentation>Description of what is counted</xsd:documentation>
455
+ </xsd:annotation>
456
+ </xsd:element>
457
+ <xsd:element name="CountedItemsIdList" minOccurs="0">
458
+ <xsd:annotation>
459
+ <xsd:documentation>List of the IDs of the counted items: usefull mainly for reservation and detailed information purposes</xsd:documentation>
460
+ </xsd:annotation>
461
+ <xsd:complexType>
462
+ <xsd:sequence>
463
+ <xsd:element name="ItemId" type="IdType" maxOccurs="unbounded">
464
+ <xsd:annotation>
465
+ <xsd:documentation>IDs of a counted item</xsd:documentation>
466
+ </xsd:annotation>
467
+ </xsd:element>
468
+ </xsd:sequence>
469
+ </xsd:complexType>
470
+ </xsd:element>
471
+ <xsd:element ref="Extensions" minOccurs="0"/>
472
+ </xsd:sequence>
473
+ </xsd:complexType>
474
+ <!-- ====FACILITY CONDITION========================================= -->
475
+ <xsd:element name="FacilityConditionElement" type="FacilityConditionStructure">
476
+ <xsd:annotation>
477
+ <xsd:documentation>Description of any change concerning a MONITORED FACILITY New structure defined in SIRI XSD 1.1 for Facilities Management.</xsd:documentation>
478
+ </xsd:annotation>
479
+ </xsd:element>
480
+ <xsd:complexType name="FacilityConditionStructure">
481
+ <xsd:annotation>
482
+ <xsd:documentation>Description of any change concerning a MONITORED FACILITY New structure defined in SIRI XSD 1.1 for Facilities Management.</xsd:documentation>
483
+ </xsd:annotation>
484
+ <xsd:sequence>
485
+ <xsd:choice>
486
+ <xsd:element name="Facility" type="FacilityStructure">
487
+ <xsd:annotation>
488
+ <xsd:documentation>Facility affected by condition.</xsd:documentation>
489
+ </xsd:annotation>
490
+ </xsd:element>
491
+ <xsd:element ref="FacilityRef"/>
492
+ </xsd:choice>
493
+ <xsd:element name="FacilityStatus" type="FacilityStatusStructure">
494
+ <xsd:annotation>
495
+ <xsd:documentation>Status of Facility.</xsd:documentation>
496
+ </xsd:annotation>
497
+ </xsd:element>
498
+ <xsd:element name="MonitoredCounting" minOccurs="0" maxOccurs="unbounded">
499
+ <xsd:complexType>
500
+ <xsd:complexContent>
501
+ <xsd:extension base="MonitoredCountingStructure"/>
502
+ </xsd:complexContent>
503
+ </xsd:complexType>
504
+ </xsd:element>
505
+ <xsd:element name="FacilityUpdatedPosition" type="LocationStructure" minOccurs="0">
506
+ <xsd:annotation>
507
+ <xsd:documentation>New position of the Facility referenced by the FacilityRef or described in the FacilityStructure</xsd:documentation>
508
+ </xsd:annotation>
509
+ </xsd:element>
510
+ <xsd:element ref="SituationRef" minOccurs="0"/>
511
+ <xsd:element name="Remedy" type="RemedyStructure" minOccurs="0">
512
+ <xsd:annotation>
513
+ <xsd:documentation>Setup action to remedy the change of the facility status (if partialy or totaly anavailable)</xsd:documentation>
514
+ </xsd:annotation>
515
+ </xsd:element>
516
+ <xsd:element name="MonitoringInfo" type="MonitoringInformationStructure" minOccurs="0">
517
+ <xsd:annotation>
518
+ <xsd:documentation>Description of the mechanism used to monitor the change of the facility status.</xsd:documentation>
519
+ </xsd:annotation>
520
+ </xsd:element>
521
+ <xsd:element name="ValidityPeriod" type="HalfOpenTimestampOutputRangeStructure" minOccurs="0">
522
+ <xsd:annotation>
523
+ <xsd:documentation>Period (duration) of the status change for the facility.</xsd:documentation>
524
+ </xsd:annotation>
525
+ </xsd:element>
526
+ <xsd:element ref="Extensions" minOccurs="0"/>
527
+ </xsd:sequence>
528
+ </xsd:complexType>
529
+ <!-- ======================================================================= -->
530
+ <xsd:simpleType name="RemedyTypeEnumeration">
531
+ <xsd:annotation>
532
+ <xsd:documentation>Allowed values for actions to remedy a facility change.</xsd:documentation>
533
+ </xsd:annotation>
534
+ <xsd:restriction base="xsd:NMTOKEN">
535
+ <xsd:enumeration value="unknown"/>
536
+ <xsd:enumeration value="replace"/>
537
+ <xsd:enumeration value="repair"/>
538
+ <xsd:enumeration value="remove"/>
539
+ <xsd:enumeration value="otherRoute"/>
540
+ <xsd:enumeration value="otherLocation"/>
541
+ </xsd:restriction>
542
+ </xsd:simpleType>
543
+ <xsd:complexType name="RemedyStructure">
544
+ <xsd:annotation>
545
+ <xsd:documentation>Description of the remedy to the change of a facility status (mainly when it becomes partially or totally anavailable)</xsd:documentation>
546
+ </xsd:annotation>
547
+ <xsd:sequence>
548
+ <xsd:element name="RemedyType" type="RemedyTypeEnumeration" minOccurs="0">
549
+ <xsd:annotation>
550
+ <xsd:documentation>Type of the remedy (repair/replacement/remove)</xsd:documentation>
551
+ </xsd:annotation>
552
+ </xsd:element>
553
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
554
+ <xsd:annotation>
555
+ <xsd:documentation>Description of the set up remedy in natural language. (Unbounded since SIRI 2.0)</xsd:documentation>
556
+ </xsd:annotation>
557
+ </xsd:element>
558
+ <xsd:element name="RemedyPeriod" type="HalfOpenTimestampInputRangeStructure" minOccurs="0">
559
+ <xsd:annotation>
560
+ <xsd:documentation>Validity period for the remedy</xsd:documentation>
561
+ </xsd:annotation>
562
+ </xsd:element>
563
+ <xsd:element ref="Extensions" minOccurs="0"/>
564
+ </xsd:sequence>
565
+ </xsd:complexType>
566
+ <!--= Definition of Monitoring Information ===========================================-->
567
+ <!--= First used by Facility Management service, but may be used by other services later, and then may be moved to a more generic file in the future-->
568
+ <xsd:complexType name="MonitoringInformationStructure">
569
+ <xsd:annotation>
570
+ <xsd:documentation>Allowed values for the monitoring conditions (frequency of measurement, etc): an automatic monitoring of the status of a lift with pushed alert in case of incident is very different from a daily manual/visual check.</xsd:documentation>
571
+ </xsd:annotation>
572
+ <xsd:sequence>
573
+ <xsd:element name="MonitoringInterval" type="xsd:duration" minOccurs="0">
574
+ <xsd:annotation>
575
+ <xsd:documentation>Mean time interval between two measurements.</xsd:documentation>
576
+ </xsd:annotation>
577
+ </xsd:element>
578
+ <xsd:element name="MonitoringType" type="MonitoringTypeEnumeration" minOccurs="0">
579
+ <xsd:annotation>
580
+ <xsd:documentation>How monitoring is automatic, manual, etc.</xsd:documentation>
581
+ </xsd:annotation>
582
+ </xsd:element>
583
+ <xsd:element name="MonitoringPeriod" type="MonitoringValidityConditionStructure" minOccurs="0">
584
+ <xsd:annotation>
585
+ <xsd:documentation>When the monitoring is in effect. If absent always.</xsd:documentation>
586
+ </xsd:annotation>
587
+ </xsd:element>
588
+ <xsd:element ref="Extensions" minOccurs="0"/>
589
+ </xsd:sequence>
590
+ </xsd:complexType>
591
+ <xsd:simpleType name="MonitoringTypeEnumeration">
592
+ <xsd:annotation>
593
+ <xsd:documentation>Allowed values for the types of monitoring: automatic or manual - describing the hardware transducer (video, GPS/Radio, in-road sensors, etc.) doesn't seeme useful for SIRI.</xsd:documentation>
594
+ </xsd:annotation>
595
+ <xsd:restriction base="xsd:NMTOKEN">
596
+ <xsd:enumeration value="unknown"/>
597
+ <xsd:enumeration value="manual"/>
598
+ <xsd:enumeration value="automatic"/>
599
+ </xsd:restriction>
600
+ </xsd:simpleType>
601
+ <xsd:complexType name="MonitoringValidityConditionStructure">
602
+ <xsd:annotation>
603
+ <xsd:documentation>Allowed values for the type for Description of the monitoring conditions (frequency of mesurement, etc): an automatic monitoring of the status of a lift with pushed alert in case of incident is very different from a daily manual/visual check.</xsd:documentation>
604
+ </xsd:annotation>
605
+ <xsd:sequence>
606
+ <xsd:element name="Period" type="HalfOpenTimestampOutputRangeStructure" minOccurs="0" maxOccurs="unbounded">
607
+ <xsd:annotation>
608
+ <xsd:documentation>Date and tme range within which condition is available.</xsd:documentation>
609
+ </xsd:annotation>
610
+ </xsd:element>
611
+ <xsd:element name="Timeband" type="HalfOpenTimeRangeStructure" minOccurs="0" maxOccurs="unbounded">
612
+ <xsd:annotation>
613
+ <xsd:documentation>Monitoring period within a single day (monitoring may not be available at night, or may ony occur at certain time of day for manual monitoring, etc.). Several periods can be defined.</xsd:documentation>
614
+ </xsd:annotation>
615
+ </xsd:element>
616
+ <xsd:element name="DayType" type="DaysOfWeekEnumerationx" minOccurs="0" maxOccurs="unbounded">
617
+ <xsd:annotation>
618
+ <xsd:documentation>Days type for monitoring availability.</xsd:documentation>
619
+ </xsd:annotation>
620
+ </xsd:element>
621
+ <xsd:element name="HolidayType" type="HolidayTypeEnumerationx" minOccurs="0" maxOccurs="unbounded">
622
+ <xsd:annotation>
623
+ <xsd:documentation>Holiday type for monitoring availability.</xsd:documentation>
624
+ </xsd:annotation>
625
+ </xsd:element>
626
+ </xsd:sequence>
627
+ </xsd:complexType>
628
+ <!-- = Definitions For backward compatibility with SIRI 1.0 ====================================== -->
629
+ <xsd:element name="FacilityChangeElement" type="FacilityChangeStructure">
630
+ <xsd:annotation>
631
+ <xsd:documentation>A change to the availaibility of EQUIPMENT. Basic structure defined in the first 1.0 SIRI XSd.</xsd:documentation>
632
+ </xsd:annotation>
633
+ </xsd:element>
634
+ <xsd:complexType name="EquipmentAvailabilityStructure">
635
+ <xsd:annotation>
636
+ <xsd:documentation>Type for Availaibility Change of EQUIPMENT.</xsd:documentation>
637
+ </xsd:annotation>
638
+ <xsd:sequence>
639
+ <xsd:element name="EquipmentRef" type="ifopt:EquipmentRefStructure" minOccurs="0">
640
+ <xsd:annotation>
641
+ <xsd:documentation>Reference to an EQUIPMENT.</xsd:documentation>
642
+ </xsd:annotation>
643
+ </xsd:element>
644
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
645
+ <xsd:annotation>
646
+ <xsd:documentation>Description of EQUIPMENT. (Unbounded since SIRI 2.0)</xsd:documentation>
647
+ </xsd:annotation>
648
+ </xsd:element>
649
+ <xsd:element name="EquipmentTypeRef" type="ifopt:EquipmentTypeRefStructure" minOccurs="0">
650
+ <xsd:annotation>
651
+ <xsd:documentation>Reference to a TYPE OF EQUIPMENT.</xsd:documentation>
652
+ </xsd:annotation>
653
+ </xsd:element>
654
+ <xsd:element name="ValidityPeriod" type="HalfOpenTimestampOutputRangeStructure" minOccurs="0">
655
+ <xsd:annotation>
656
+ <xsd:documentation>Period for which change to EQUIPMENT status applies applies. If omitted, indefinite period.</xsd:documentation>
657
+ </xsd:annotation>
658
+ </xsd:element>
659
+ <xsd:element name="EquipmentStatus" type="ifopt:EquipmentStatusEnumeration" default="notAvailable">
660
+ <xsd:annotation>
661
+ <xsd:documentation>Availability status of the EQUIPMENT. Default is 'notAvailable'.</xsd:documentation>
662
+ </xsd:annotation>
663
+ </xsd:element>
664
+ <xsd:element name="EquipmentFeatures" minOccurs="0">
665
+ <xsd:annotation>
666
+ <xsd:documentation>Service Features associated with equipment.</xsd:documentation>
667
+ </xsd:annotation>
668
+ <xsd:complexType>
669
+ <xsd:sequence>
670
+ <xsd:element name="FeatureRef" type="FeatureRefStructure" maxOccurs="unbounded">
671
+ <xsd:annotation>
672
+ <xsd:documentation>Service or Stop features associated with equipment. Recommended values based on TPEG are given in SIRI documentation and enumerated in the siri_facilities package.</xsd:documentation>
673
+ </xsd:annotation>
674
+ </xsd:element>
675
+ </xsd:sequence>
676
+ </xsd:complexType>
677
+ </xsd:element>
678
+ <xsd:element ref="Extensions" minOccurs="0"/>
679
+ </xsd:sequence>
680
+ </xsd:complexType>
681
+ <xsd:complexType name="FacilityChangeStructure">
682
+ <xsd:annotation>
683
+ <xsd:documentation>Type for change to equipment availability. Basic structure defined in the first 1.0 SIRI XSd.</xsd:documentation>
684
+ </xsd:annotation>
685
+ <xsd:sequence>
686
+ <xsd:element name="EquipmentAvailability" type="EquipmentAvailabilityStructure" minOccurs="0">
687
+ <xsd:annotation>
688
+ <xsd:documentation>Availability change for Equipment item.</xsd:documentation>
689
+ </xsd:annotation>
690
+ </xsd:element>
691
+ <xsd:element ref="SituationRef" minOccurs="0"/>
692
+ <xsd:element name="MobilityDisruption" type="MobilityDisruptionStructure" minOccurs="0">
693
+ <xsd:annotation>
694
+ <xsd:documentation>Effect of change on impaired access users.</xsd:documentation>
695
+ </xsd:annotation>
696
+ </xsd:element>
697
+ </xsd:sequence>
698
+ </xsd:complexType>
699
+ <!-- ===Mobility FACILITY (For backward compatibility with SIRI 1.0 =============================== -->
700
+ <!-- =For backward compatibility with SIRI 1.0 ====================================================================== -->
701
+ <xsd:complexType name="MobilityDisruptionStructure">
702
+ <xsd:annotation>
703
+ <xsd:documentation>Type for effect of EQUIPMENT availability change on impaired access users.</xsd:documentation>
704
+ </xsd:annotation>
705
+ <xsd:sequence>
706
+ <xsd:element name="MobilityImpairedAccess" type="xsd:boolean">
707
+ <xsd:annotation>
708
+ <xsd:documentation>Whether stop or service is accessible to mobility impaired users. This may be further qualified by one or more MobilityFacility instances to specify which types of mobility access are available (true) or not available (false). For example suitableForWheelChair, or stepFreeAccess.</xsd:documentation>
709
+ </xsd:annotation>
710
+ </xsd:element>
711
+ <xsd:element ref="AccessFacility" minOccurs="0" maxOccurs="unbounded">
712
+ <xsd:annotation>
713
+ <xsd:documentation>Classification of Mobility Facility type - Based on Tpeg pti23.</xsd:documentation>
714
+ </xsd:annotation>
715
+ </xsd:element>
716
+ </xsd:sequence>
717
+ </xsd:complexType>
718
+ <xsd:group name="DisruptionGroup">
719
+ <xsd:annotation>
720
+ <xsd:documentation>Elements describing nature of disruption.</xsd:documentation>
721
+ </xsd:annotation>
722
+ <xsd:sequence>
723
+ <xsd:element ref="FormationCondition" minOccurs="0" maxOccurs="unbounded">
724
+ <xsd:annotation>
725
+ <xsd:documentation>Information about a change of the formation (e.g. TRAIN composition) or changes of vehicles within the formation. +SIRI v2.1</xsd:documentation>
726
+ </xsd:annotation>
727
+ </xsd:element>
728
+ <xsd:element ref="FacilityConditionElement" minOccurs="0" maxOccurs="unbounded">
729
+ <xsd:annotation>
730
+ <xsd:documentation>Information about a change of Equipment availability at stop or on vehicle that may affect access or use.</xsd:documentation>
731
+ </xsd:annotation>
732
+ </xsd:element>
733
+ <xsd:sequence>
734
+ <xsd:annotation>
735
+ <xsd:documentation>This sequence is here only for compatibility reasons between Siri 1.0 and Siri 1.1</xsd:documentation>
736
+ </xsd:annotation>
737
+ <xsd:element ref="FacilityChangeElement" minOccurs="0"/>
738
+ <xsd:element ref="SituationRef" minOccurs="0" maxOccurs="unbounded"/>
739
+ </xsd:sequence>
740
+ </xsd:sequence>
741
+ </xsd:group>
742
+ <!-- ===Vehicle FACILITY====================================== -->
743
+ <xsd:complexType name="TypeOfVehicleFuelStructure">
744
+ <xsd:annotation>
745
+ <xsd:documentation>Classification of vehicle energy type. See Transmodel TypeOfFuel. +SIRI v2.1</xsd:documentation>
746
+ </xsd:annotation>
747
+ <xsd:sequence>
748
+ <xsd:element name="TypeOfFuel" type="TypeOfFuelEnumeration">
749
+ <xsd:annotation>
750
+ <xsd:documentation>Values for vehicle fuel type. Use of 'other' requires the additional open ended OtherTypeOfFuel to be filled.</xsd:documentation>
751
+ </xsd:annotation>
752
+ </xsd:element>
753
+ <xsd:element name="OtherTypeOfFuel" type="TypeOfValueStructure" minOccurs="0">
754
+ <xsd:annotation>
755
+ <xsd:documentation>An arbitrary vehicle fuel classification.</xsd:documentation>
756
+ </xsd:annotation>
757
+ </xsd:element>
758
+ </xsd:sequence>
759
+ </xsd:complexType>
760
+ </xsd:schema>