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,1533 @@
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:ifopt="http://www.ifopt.org.uk/ifopt" xmlns:acsb="http://www.ifopt.org.uk/acsb" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_situationAffects">
3
+ <xsd:include schemaLocation="siri_monitoredVehicleJourney.xsd"/>
4
+ <xsd:include schemaLocation="siri_modes.xsd"/>
5
+ <xsd:include schemaLocation="siri_situationServiceTypes.xsd"/>
6
+ <xsd:include schemaLocation="siri_situationClassifiers.xsd"/>
7
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_location.xsd"/>
8
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_stop.xsd"/>
9
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_modes.xsd"/>
10
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_equipment.xsd"/>
11
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_checkpoint.xsd"/>
12
+ <xsd:import namespace="http://www.ifopt.org.uk/ifopt" schemaLocation="../ifopt/ifopt_path.xsd"/>
13
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_all.xsd"/>
14
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_accessibility.xsd"/>
15
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_passengerMobility.xsd"/>
16
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_limitations.xsd"/>
17
+ <!-- ======================================================================= -->
18
+ <xsd:annotation>
19
+ <xsd:appinfo>
20
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
21
+ <Aggregation>main schema</Aggregation>
22
+ <Audience>e-service developers</Audience>
23
+ <Contributor>Waldemar Isajkin (INIT GmbH)</Contributor>
24
+ <Coverage>Europe</Coverage>
25
+ <Creator>Drafted for version 1.0 Kizoom Incident Schema Nicholas Knowles, Kizoom. mailto:schemer@kizoom.org.uk</Creator>
26
+ <Date>
27
+ <Created>2007-09-29</Created>
28
+ </Date>
29
+ <Date>
30
+ <Modified>2007-05-10</Modified>
31
+ </Date>
32
+ <Date>
33
+ <Modified>2008-07-05</Modified>
34
+ <!-- line group corrected to ref a LINEref an not a route ref -->
35
+ </Date>
36
+ <Date>
37
+ <Modified>2013-10-10</Modified>
38
+ <!-- [vdv] Added Service Condition to the AffectedVehicleJourney
39
+ [vdv] Corrected LineGroup - added PublishedLineName and changed cardinality of LineRef to 1:1
40
+ [vdv] CallCondition - changed cardinality to allow to include multiple conditions
41
+ [vdv] AffectedCallStructure - added CallPropertyGroup
42
+ [vdv] AffectedVehicleJourneyStructure - added DestinationDisplayAtOrigin
43
+ [vdv] AffectedRouteStructure - added possibility to expose the ROUTE as a sequence of STOP POINTS with links between them
44
+ [vdv] AffectedVehicles added
45
+ -->
46
+ </Date>
47
+ <Date><Modified>2014-06-20</Modified>
48
+ <!-- [de] Add temporal filter to request in siri_situationExchange_service.xsd.
49
+ [de] Add IncludeOnly-IfInPublicationWindow to situation request temporal filter siri_situationExchange_service.xsd.
50
+ [doc/fx] Correct capability Matrix siri_situationExchange_service.xsd.
51
+ -->
52
+ </Date>
53
+ <Date><Modified>2018-06-13</Modified>
54
+ <!-- [vdv-UmS] StopPoints and StopPlaces added to AffectedLineStructure to be able to restrict line-oriented information for specific stopping points or stops
55
+ [vdv-UmS] Lines added to AffectedStopPointStructure and AffectedStopPlaceStructure to be able to restrict stopping point- or stop-oriented information for specific lines
56
+ -->
57
+ </Date>
58
+ <Date><Modified>2018-11-08</Modified>
59
+ <!-- [vdv] Wrapped "AffectedInterchanges" node around AffectedInterchange in AffectedCallStructure
60
+ [vdv] "PublishedLineName" inside "LineGroup" and "AffectedVehicleJourneyStructure" changed to "unbounded" to allow multiple definitions for different languages due to the xml:lang-Attribute
61
+ [VDV-UmS] optional "StopPlaceName" (unbounded because of lang-attr.) and optional "StopPlaceRef" inserted to "AffectedStopPointStructure" to be able to send stop information for the affected StopPoint
62
+ [vdv] "Route" inside "AffectedVehicleJourneyStructure" is now optional since all of its content are optional -->
63
+ </Date>
64
+ <Date><Modified>2019-05-07</Modified>
65
+ <!-- [VDV-UmS] "AffectedLines" inside "LineGroup" changed to "AffectedLine"
66
+ -->
67
+ </Date>
68
+ <Date><Modified>2020-01-29</Modified>
69
+ <!-- SIRI 2.1
70
+ Aligned with TPEG2 PTS, added AccessibilityFeatureEnumeration (more values than in IFOPT)
71
+ Removed unused AreaOfInterestEnumeration
72
+ -->
73
+ </Date>
74
+ <Description>
75
+ <p>SIRI-SX is an XML schema for the exchange of structured incidents </p>
76
+ </Description>
77
+ <Format>
78
+ <MediaType>text/xml</MediaType>
79
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
80
+ <Description>XML schema, W3C Recommendation 2001</Description>
81
+ </Format>
82
+ <Identifier>{http://www.siri.org.uk/schema/2.0/xsd/}siri_model/siri_situationAffects.xsd</Identifier>
83
+ <Language>[ISO 639-2/B] ENG</Language>
84
+ <Publisher>CEN</Publisher>
85
+ <Relation>
86
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_situationServiceTypes.xsd</Requires>
87
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_modes.xsd</Requires>
88
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_journey.xsd</Requires>
89
+ </Relation>
90
+ <Rights><!--Unclassified-->
91
+ <Copyright>Kizoom 2000-2007, CEN 2009-2021</Copyright>
92
+ </Rights>
93
+ <Source>
94
+ <ul>
95
+ <li>Schema derived Derived from the Kizoom XTIS schema </li>
96
+ </ul>
97
+ </Source>
98
+ <Status>Version 2.1</Status>
99
+ <Subject>
100
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
101
+ Air transport, Airports,
102
+ Ports and maritime transport, Ferries (marine),
103
+ Public transport, Bus services, Coach services, Bus stops and stations,
104
+ Rail transport, Railway stations and track, Train services, Underground trains,
105
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
106
+ Rail transport, Roads and road transport
107
+ </Category>
108
+ <Project>CEN TC278 WG3 SG7</Project>
109
+ </Subject>
110
+ <Title>SIRI-SX Xml Schema for PT Incidents. Common affects element subschema</Title>
111
+ <Type>Standard</Type>
112
+ </Metadata>
113
+ </xsd:appinfo>
114
+ <xsd:documentation>SIRI-SX Situation Scope.</xsd:documentation>
115
+ </xsd:annotation>
116
+ <!-- ======================================================================= -->
117
+ <xsd:complexType name="AffectedStopPointStructure">
118
+ <xsd:annotation>
119
+ <xsd:documentation>Type for an SCHEDULED STOP POINT affected by a SITUATION.</xsd:documentation>
120
+ </xsd:annotation>
121
+ <xsd:sequence>
122
+ <xsd:element ref="StopPointRef" minOccurs="0"/>
123
+ <xsd:element name="PrivateRef" type="xsd:string" minOccurs="0">
124
+ <xsd:annotation>
125
+ <xsd:documentation>Alternative private code of stop.</xsd:documentation>
126
+ </xsd:annotation>
127
+ </xsd:element>
128
+ <xsd:element name="StopPointName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
129
+ <xsd:annotation>
130
+ <xsd:documentation>Name of SCHEDULED STOP POINT. (Unbounded since SIRI 2.0)</xsd:documentation>
131
+ </xsd:annotation>
132
+ </xsd:element>
133
+ <xsd:element name="StopPointType" type="StopPointTypeEnumeration" minOccurs="0">
134
+ <xsd:annotation>
135
+ <xsd:documentation>Type of stop type. Normally implicit in VEHICLE mode. TPEG table pti 17_4</xsd:documentation>
136
+ </xsd:annotation>
137
+ </xsd:element>
138
+ <xsd:element name="Location" type="LocationStructure" minOccurs="0">
139
+ <xsd:annotation>
140
+ <xsd:documentation>Spatial coordinates of STOP POINT. Derivable from StopRef.</xsd:documentation>
141
+ </xsd:annotation>
142
+ </xsd:element>
143
+ <xsd:element name="StopPlaceRef" type="ifopt:StopPlaceRefStructure" minOccurs="0">
144
+ <xsd:annotation>
145
+ <xsd:documentation>Reference of STOP PLACE related to this affected StopPoint.</xsd:documentation>
146
+ </xsd:annotation>
147
+ </xsd:element>
148
+ <xsd:element name="StopPlaceName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
149
+ <xsd:annotation>
150
+ <xsd:documentation>Name of STOP PLACE related to this affected StopPoint. (Unbounded to allow a text for every language)</xsd:documentation>
151
+ </xsd:annotation>
152
+ </xsd:element>
153
+ <xsd:element name="AffectedModes" type="AffectedModesStructure" minOccurs="0">
154
+ <xsd:annotation>
155
+ <xsd:documentation>Modes within station/stop affected by the SITUATION. If not specified, assume all modes of that station.</xsd:documentation>
156
+ </xsd:annotation>
157
+ </xsd:element>
158
+ <xsd:element name="PlaceRef" type="ZoneRefStructure" minOccurs="0">
159
+ <xsd:annotation>
160
+ <xsd:documentation>Reference to a SITE or TOPOGRAPHIC PLACE affected by the Locality of stop (In UK NPtg Locality Code). Derivable from StopRef.</xsd:documentation>
161
+ </xsd:annotation>
162
+ </xsd:element>
163
+ <xsd:element name="PlaceName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
164
+ <xsd:annotation>
165
+ <xsd:documentation>Name of locality in which stop is found. Derivable from LocalityRef. (Unbounded since SIRI 2.0)</xsd:documentation>
166
+ </xsd:annotation>
167
+ </xsd:element>
168
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
169
+ <xsd:annotation>
170
+ <xsd:documentation>Assessment of current ACCESSIBILITY of the STOP POINT as affected by the SITUATION.</xsd:documentation>
171
+ </xsd:annotation>
172
+ </xsd:element>
173
+ <xsd:element name="StopCondition" type="RoutePointTypeEnumeration" minOccurs="0" maxOccurs="unbounded">
174
+ <xsd:annotation>
175
+ <xsd:documentation>Status of STOP</xsd:documentation>
176
+ </xsd:annotation>
177
+ </xsd:element>
178
+ <xsd:element name="ConnectionLinks" minOccurs="0">
179
+ <xsd:annotation>
180
+ <xsd:documentation>CONNECTION links from stop.</xsd:documentation>
181
+ </xsd:annotation>
182
+ <xsd:complexType>
183
+ <xsd:sequence>
184
+ <xsd:element name="AffectedConnectionLink" type="AffectedConnectionLinkStructure" maxOccurs="unbounded">
185
+ <xsd:annotation>
186
+ <xsd:documentation>CONNECTION LINKs from stop that are affected by the SITUATION.</xsd:documentation>
187
+ </xsd:annotation>
188
+ </xsd:element>
189
+ </xsd:sequence>
190
+ </xsd:complexType>
191
+ </xsd:element>
192
+ <xsd:element name="Lines" minOccurs="0">
193
+ <xsd:annotation>
194
+ <xsd:documentation>Used to restrict stop points to some lines</xsd:documentation>
195
+ </xsd:annotation>
196
+ <xsd:complexType>
197
+ <xsd:sequence>
198
+ <xsd:element name="AffectedLine" type="AffectedLineStructure" maxOccurs="unbounded"/>
199
+ </xsd:sequence>
200
+ </xsd:complexType>
201
+ </xsd:element>
202
+ <xsd:element ref="Extensions" minOccurs="0"/>
203
+ </xsd:sequence>
204
+ </xsd:complexType>
205
+ <xsd:complexType name="AffectedModesStructure">
206
+ <xsd:annotation>
207
+ <xsd:documentation>Type for TRANSPORT MODEs affecetd by a SITUATION.</xsd:documentation>
208
+ </xsd:annotation>
209
+ <xsd:choice>
210
+ <xsd:element name="AllModes" type="EmptyType" minOccurs="0">
211
+ <xsd:annotation>
212
+ <xsd:documentation>All known modes for stop.</xsd:documentation>
213
+ </xsd:annotation>
214
+ </xsd:element>
215
+ <xsd:element name="Mode" minOccurs="0" maxOccurs="unbounded">
216
+ <xsd:annotation>
217
+ <xsd:documentation>Mode affected by SITUATION.</xsd:documentation>
218
+ </xsd:annotation>
219
+ <xsd:complexType>
220
+ <xsd:group ref="AffectedModeGroup"/>
221
+ </xsd:complexType>
222
+ </xsd:element>
223
+ </xsd:choice>
224
+ </xsd:complexType>
225
+ <!-- ===Connections============================================================== -->
226
+ <xsd:simpleType name="ZoneCodeType">
227
+ <xsd:annotation>
228
+ <xsd:documentation>Type for identifier of a ZONe.</xsd:documentation>
229
+ </xsd:annotation>
230
+ <xsd:restriction base="xsd:NMTOKEN"/>
231
+ </xsd:simpleType>
232
+ <xsd:complexType name="ZoneRefStructure">
233
+ <xsd:annotation>
234
+ <xsd:documentation>Type for a reference to a ZONE or locality.</xsd:documentation>
235
+ </xsd:annotation>
236
+ <xsd:simpleContent>
237
+ <xsd:extension base="ZoneCodeType"/>
238
+ </xsd:simpleContent>
239
+ </xsd:complexType>
240
+ <!-- ===Connections============================================================== -->
241
+ <!-- ======================================================================= -->
242
+ <xsd:complexType name="AffectedConnectionLinkStructure">
243
+ <xsd:annotation>
244
+ <xsd:documentation>Type for a reference Information about a CONNECTION link from a given stop that is affected by a SITUATION.</xsd:documentation>
245
+ </xsd:annotation>
246
+ <xsd:sequence>
247
+ <xsd:element name="ConnectionLinkRef" type="ConnectionLinkRefStructure" minOccurs="0" maxOccurs="unbounded">
248
+ <xsd:annotation>
249
+ <xsd:documentation>Reference to a CONNECTION link affected by a SITUATION.</xsd:documentation>
250
+ </xsd:annotation>
251
+ </xsd:element>
252
+ <xsd:element name="ConnectionName" type="NaturalLanguageStringStructure" minOccurs="0">
253
+ <xsd:annotation>
254
+ <xsd:documentation>Name of CONNECTION link affected by a SITUATION.</xsd:documentation>
255
+ </xsd:annotation>
256
+ </xsd:element>
257
+ <xsd:choice minOccurs="0">
258
+ <xsd:element name="AllLines" type="EmptyType"/>
259
+ <xsd:sequence>
260
+ <xsd:group ref="LineGroup" minOccurs="0"/>
261
+ <xsd:element name="ConnectingStopPointRef" type="StopPointRefStructure" minOccurs="0">
262
+ <xsd:annotation>
263
+ <xsd:documentation>Reference to other connecting STOP POINT of a CONNECTION link. If blank, both feeder and distributor vehicles go to same stop.</xsd:documentation>
264
+ <xsd:documentation>Reference to a STOP POINT.</xsd:documentation>
265
+ </xsd:annotation>
266
+ </xsd:element>
267
+ <xsd:element name="ConnectingStopPointName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
268
+ <xsd:annotation>
269
+ <xsd:documentation>Name of other connecting STOP POINT of a CONNECTION link. Derivable from StopRef. (Unbounded since SIRI 2.0)</xsd:documentation>
270
+ </xsd:annotation>
271
+ </xsd:element>
272
+ <xsd:element name="ConnectingZoneRef" type="ZoneRefStructure" minOccurs="0">
273
+ <xsd:annotation>
274
+ <xsd:documentation>Zone in which connecting stop lies.</xsd:documentation>
275
+ </xsd:annotation>
276
+ </xsd:element>
277
+ </xsd:sequence>
278
+ </xsd:choice>
279
+ <xsd:element name="ConnectionDirection" type="ConnectionDirectionEnumeration" default="both" minOccurs="0">
280
+ <xsd:annotation>
281
+ <xsd:documentation>Direction of SERVICE JOURNEY INTERCHANGE. Default is 'both'.</xsd:documentation>
282
+ </xsd:annotation>
283
+ </xsd:element>
284
+ <xsd:element name="AffectedPathLink" type="AffectedPathLinkStructure" minOccurs="0" maxOccurs="unbounded">
285
+ <xsd:annotation>
286
+ <xsd:documentation>PATH LINKs affected by a SITUATION.</xsd:documentation>
287
+ </xsd:annotation>
288
+ </xsd:element>
289
+ <xsd:element ref="Extensions" minOccurs="0"/>
290
+ </xsd:sequence>
291
+ </xsd:complexType>
292
+ <xsd:simpleType name="ConnectionDirectionEnumeration">
293
+ <xsd:annotation>
294
+ <xsd:documentation>Values for DIRECTION of CONNECTION link or SERVCIE JOURNEY INTERCHANGE.</xsd:documentation>
295
+ </xsd:annotation>
296
+ <xsd:restriction base="xsd:NMTOKEN">
297
+ <xsd:enumeration value="to"/>
298
+ <xsd:enumeration value="from"/>
299
+ <xsd:enumeration value="both"/>
300
+ </xsd:restriction>
301
+ </xsd:simpleType>
302
+ <!-- ======================================================================= -->
303
+ <xsd:complexType name="AffectedPathLinkStructure">
304
+ <xsd:annotation>
305
+ <xsd:documentation>Information about a CONNECTION link from a given stop affected by a SITUATION.</xsd:documentation>
306
+ </xsd:annotation>
307
+ <xsd:sequence>
308
+ <xsd:element name="LinkRef" type="xsd:NMTOKEN" minOccurs="0" maxOccurs="unbounded">
309
+ <xsd:annotation>
310
+ <xsd:documentation>Identifier of CONNECTION link.</xsd:documentation>
311
+ </xsd:annotation>
312
+ </xsd:element>
313
+ <xsd:element name="LinkName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
314
+ <xsd:annotation>
315
+ <xsd:documentation>Description of Link. (Unbounded since SIRI 2.0)</xsd:documentation>
316
+ </xsd:annotation>
317
+ </xsd:element>
318
+ <xsd:element name="AccessibilityFeature" type="AccessibilityFeatureEnumeration" minOccurs="0">
319
+ <xsd:annotation>
320
+ <xsd:documentation>Nature of CONNECTION link.</xsd:documentation>
321
+ </xsd:annotation>
322
+ </xsd:element>
323
+ <xsd:element name="LinkDirection" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
324
+ <xsd:annotation>
325
+ <xsd:documentation>Description of a DIRECTION of CONNECTION link.</xsd:documentation>
326
+ </xsd:annotation>
327
+ </xsd:element>
328
+ <xsd:group ref="ProjectionGroup">
329
+ <xsd:annotation>
330
+ <xsd:documentation>Spatial projection of element that can be used to show affected area on a map.</xsd:documentation>
331
+ </xsd:annotation>
332
+ </xsd:group>
333
+ <xsd:element ref="Extensions" minOccurs="0"/>
334
+ </xsd:sequence>
335
+ </xsd:complexType>
336
+ <!-- ===Interchange============================================================ -->
337
+ <!-- ======================================================================= -->
338
+ <xsd:group name="AffectedModeGroup">
339
+ <xsd:annotation>
340
+ <xsd:documentation>Mode Submode. Overrides any value sspecified for (i) Affected Network (ii) General Context.</xsd:documentation>
341
+ </xsd:annotation>
342
+ <xsd:sequence>
343
+ <xsd:element ref="VehicleMode" minOccurs="0"/>
344
+ <xsd:group ref="PtNetworkModeChoiceGroup" minOccurs="0"/>
345
+ <xsd:element name="AccessMode" type="ifopt:AccessModesEnumeration" minOccurs="0"/>
346
+ </xsd:sequence>
347
+ </xsd:group>
348
+ <xsd:complexType name="AffectedInterchangeStructure">
349
+ <xsd:annotation>
350
+ <xsd:documentation>Information about a SERVICE JOURNEY INTERCHANGE at CONNECTION link from a given SCHEDULED STOP POINT.</xsd:documentation>
351
+ </xsd:annotation>
352
+ <xsd:sequence>
353
+ <xsd:element name="InterchangeRef" type="InterchangeRefStructure" minOccurs="0">
354
+ <xsd:annotation>
355
+ <xsd:documentation>Reference to a SERVICE JOURNEY INTERCHANGE affected by a SITUATION.</xsd:documentation>
356
+ </xsd:annotation>
357
+ </xsd:element>
358
+ <xsd:element name="InterchangeStopPointRef" type="StopPointRefStructure" minOccurs="0">
359
+ <xsd:annotation>
360
+ <xsd:documentation>Identifier of STOP POINT of a stop at which VEHICLE JOURNEY meets for interchange If blank, same stop as destination.</xsd:documentation>
361
+ <xsd:documentation>Reference to a STOP POINT.</xsd:documentation>
362
+ </xsd:annotation>
363
+ </xsd:element>
364
+ <xsd:element name="InterchangeStopPointName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
365
+ <xsd:annotation>
366
+ <xsd:documentation>Name of other Connecting STOP POINT of a connection. Derivable from InterchangeStopRef. (Unbounded since SIRI 2.0)</xsd:documentation>
367
+ </xsd:annotation>
368
+ </xsd:element>
369
+ <xsd:element name="ConnectingVehicleJourneyRef" type="DatedVehicleJourneyRefStructure" minOccurs="0">
370
+ <xsd:annotation>
371
+ <xsd:documentation>Reference to connecting VEHICLE JOURNEY affected by a SITUATION.</xsd:documentation>
372
+ </xsd:annotation>
373
+ </xsd:element>
374
+ <xsd:element ref="InterchangeStatusType" minOccurs="0"/>
375
+ <xsd:element name="ConnectionLink" type="AffectedConnectionLinkStructure" minOccurs="0" maxOccurs="unbounded">
376
+ <xsd:annotation>
377
+ <xsd:documentation>Reference to a CONNECTION Link affected by a SITUATION.</xsd:documentation>
378
+ </xsd:annotation>
379
+ </xsd:element>
380
+ <xsd:element ref="Extensions" minOccurs="0"/>
381
+ </xsd:sequence>
382
+ </xsd:complexType>
383
+ <!-- ======================================================================= -->
384
+ <xsd:simpleType name="NetworkCodeType">
385
+ <xsd:annotation>
386
+ <xsd:documentation>Type for identifier of an OPERATOR Code.</xsd:documentation>
387
+ </xsd:annotation>
388
+ <xsd:restriction base="xsd:NMTOKEN"/>
389
+ </xsd:simpleType>
390
+ <xsd:complexType name="NetworkRefStructure">
391
+ <xsd:annotation>
392
+ <xsd:documentation>Type for reference to an OPERATOR.</xsd:documentation>
393
+ </xsd:annotation>
394
+ <xsd:simpleContent>
395
+ <xsd:extension base="OperatorCodeType"/>
396
+ </xsd:simpleContent>
397
+ </xsd:complexType>
398
+ <xsd:simpleType name="OperationalUnitCodeType">
399
+ <xsd:annotation>
400
+ <xsd:documentation>Type for identifier of an OPERATOR Code.</xsd:documentation>
401
+ </xsd:annotation>
402
+ <xsd:restriction base="xsd:NMTOKEN"/>
403
+ </xsd:simpleType>
404
+ <xsd:complexType name="OperationalUnitRefStructure">
405
+ <xsd:annotation>
406
+ <xsd:documentation>Type for reference to an Operatorational Unit Code.</xsd:documentation>
407
+ </xsd:annotation>
408
+ <xsd:simpleContent>
409
+ <xsd:extension base="OperatorRefStructure"/>
410
+ </xsd:simpleContent>
411
+ </xsd:complexType>
412
+ <xsd:complexType name="AffectedOperatorStructure">
413
+ <xsd:annotation>
414
+ <xsd:documentation>Type for Annotated reference to an OPERATOR affected by a SITUATION.</xsd:documentation>
415
+ </xsd:annotation>
416
+ <xsd:sequence>
417
+ <xsd:element name="OperatorRef" type="OperatorRefStructure" minOccurs="0">
418
+ <xsd:annotation>
419
+ <xsd:documentation>Reference to an OPERATOR.</xsd:documentation>
420
+ </xsd:annotation>
421
+ </xsd:element>
422
+ <xsd:element name="OperatorName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
423
+ <xsd:annotation>
424
+ <xsd:documentation>Public Name of OPERATOR. Can be derived from OperatorRef. (Unbounded since SIRI 2.0)</xsd:documentation>
425
+ </xsd:annotation>
426
+ </xsd:element>
427
+ <xsd:element name="OperatorShortName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
428
+ <xsd:annotation>
429
+ <xsd:documentation>Short Name for OPERATOR. Can be derived from OperatorRef. (Unbounded since SIRI 2.0)</xsd:documentation>
430
+ </xsd:annotation>
431
+ </xsd:element>
432
+ <xsd:element name="OperationalUnitRef" type="OperationalUnitRefStructure" minOccurs="0" maxOccurs="unbounded">
433
+ <xsd:annotation>
434
+ <xsd:documentation>OPERATIONAL UNIT responsible for managing services.</xsd:documentation>
435
+ </xsd:annotation>
436
+ </xsd:element>
437
+ <xsd:element ref="Extensions" minOccurs="0"/>
438
+ </xsd:sequence>
439
+ </xsd:complexType>
440
+ <xsd:complexType name="NetworkStructure">
441
+ <xsd:annotation>
442
+ <xsd:documentation>Type for Annotated reference to a NETWORK affected by a SITUATION.</xsd:documentation>
443
+ </xsd:annotation>
444
+ <xsd:sequence>
445
+ <xsd:element name="NetworkRef" type="OperatorRefStructure" minOccurs="0">
446
+ <xsd:annotation>
447
+ <xsd:documentation>Reference to a NETWORK.</xsd:documentation>
448
+ </xsd:annotation>
449
+ </xsd:element>
450
+ <xsd:element name="NetworkName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
451
+ <xsd:annotation>
452
+ <xsd:documentation>Name of NETWORK. Can be derived from NetworkRef. (Unbounded since SIRI 2.0)</xsd:documentation>
453
+ </xsd:annotation>
454
+ </xsd:element>
455
+ <xsd:group ref="AffectedModeGroup"/>
456
+ </xsd:sequence>
457
+ </xsd:complexType>
458
+ <!-- ======================================================================= -->
459
+ <xsd:simpleType name="SectionCodeType">
460
+ <xsd:annotation>
461
+ <xsd:documentation>Type for ideifier of a Route section.</xsd:documentation>
462
+ </xsd:annotation>
463
+ <xsd:restriction base="xsd:NMTOKEN"/>
464
+ </xsd:simpleType>
465
+ <xsd:complexType name="SectionRefStructure">
466
+ <xsd:annotation>
467
+ <xsd:documentation>Type for reference to a Section.</xsd:documentation>
468
+ </xsd:annotation>
469
+ <xsd:simpleContent>
470
+ <xsd:extension base="LineRefCodeType"/>
471
+ </xsd:simpleContent>
472
+ </xsd:complexType>
473
+ <xsd:group name="LineGroup">
474
+ <xsd:annotation>
475
+ <xsd:documentation>Line to which link connects.</xsd:documentation>
476
+ </xsd:annotation>
477
+ <xsd:sequence>
478
+ <xsd:element ref="LineRef"/>
479
+ <xsd:element ref="PublishedLineName" minOccurs="0" maxOccurs="unbounded"/>
480
+ </xsd:sequence>
481
+ </xsd:group>
482
+ <!-- ======================================================================= -->
483
+ <xsd:simpleType name="AdviceCodeType">
484
+ <xsd:annotation>
485
+ <xsd:documentation>Type for identifier of an advisory NOTICE</xsd:documentation>
486
+ </xsd:annotation>
487
+ <xsd:restriction base="xsd:NMTOKEN"/>
488
+ </xsd:simpleType>
489
+ <xsd:complexType name="AdviceRefStructure">
490
+ <xsd:annotation>
491
+ <xsd:documentation>Type for reference to predefined advisory NOTICE.</xsd:documentation>
492
+ </xsd:annotation>
493
+ <xsd:simpleContent>
494
+ <xsd:extension base="AdviceCodeType"/>
495
+ </xsd:simpleContent>
496
+ </xsd:complexType>
497
+ <!-- ======================================================================= -->
498
+ <xsd:group name="ProjectionGroup">
499
+ <xsd:sequence>
500
+ <xsd:element name="LinkProjection" type="ifopt:LinkProjectionStructure" minOccurs="0">
501
+ <xsd:annotation>
502
+ <xsd:documentation>GIs projection of Section. NB Line here means Geometry Polyline, not Transmodel Transport Line.</xsd:documentation>
503
+ </xsd:annotation>
504
+ </xsd:element>
505
+ <xsd:element name="Offset" type="OffsetStructure" minOccurs="0">
506
+ <xsd:annotation>
507
+ <xsd:documentation>Offset from start or end of section to use when projecting.</xsd:documentation>
508
+ </xsd:annotation>
509
+ </xsd:element>
510
+ </xsd:sequence>
511
+ </xsd:group>
512
+ <xsd:complexType name="OffsetStructure">
513
+ <xsd:annotation>
514
+ <xsd:documentation>Type for information about the LINEs affected by a SITUATION.</xsd:documentation>
515
+ </xsd:annotation>
516
+ <xsd:sequence>
517
+ <xsd:element name="DistanceFromStart" type="xsd:unsignedInt" minOccurs="0">
518
+ <xsd:annotation>
519
+ <xsd:documentation>Distance in metres from start of link at which SITUATION is to be shown. I f absent use start of link.</xsd:documentation>
520
+ </xsd:annotation>
521
+ </xsd:element>
522
+ <xsd:element name="DistanceFromEnd" type="xsd:unsignedInt" minOccurs="0">
523
+ <xsd:annotation>
524
+ <xsd:documentation>Distance in metres from end of link at which SITUATION is to be shown. I f absent use end of link.</xsd:documentation>
525
+ </xsd:annotation>
526
+ </xsd:element>
527
+ </xsd:sequence>
528
+ </xsd:complexType>
529
+ <xsd:complexType name="AffectedNetworkStructure">
530
+ <xsd:annotation>
531
+ <xsd:documentation>Type for information about the parts of the network affected by an incident. If not explicitly overridden, modes and submodes will be defaulted to any values present in the general context.</xsd:documentation>
532
+ </xsd:annotation>
533
+ <xsd:sequence>
534
+ <xsd:element name="AffectedOperator" type="AffectedOperatorStructure" minOccurs="0" maxOccurs="unbounded">
535
+ <xsd:annotation>
536
+ <xsd:documentation>Operators of LINEs affected by incident. Overrides any value specified for (i) General Context.</xsd:documentation>
537
+ </xsd:annotation>
538
+ </xsd:element>
539
+ <xsd:element name="NetworkRef" type="NetworkRefStructure" minOccurs="0">
540
+ <xsd:annotation>
541
+ <xsd:documentation>Network of affected LINE. If absent, may be taken from context.</xsd:documentation>
542
+ </xsd:annotation>
543
+ </xsd:element>
544
+ <xsd:element name="NetworkName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
545
+ <xsd:annotation>
546
+ <xsd:documentation>Name of Network. (Unbounded since SIRI 2.0)</xsd:documentation>
547
+ </xsd:annotation>
548
+ </xsd:element>
549
+ <xsd:element name="RoutesAffected" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
550
+ <xsd:annotation>
551
+ <xsd:documentation>Textual description of overall routes affected. Should correspond to any structured description in the AffectedLines element. (Unbounded since SIRI 2.0)</xsd:documentation>
552
+ </xsd:annotation>
553
+ </xsd:element>
554
+ <xsd:group ref="AffectedModeGroup"/>
555
+ <xsd:choice>
556
+ <xsd:element name="AllLines" type="EmptyType">
557
+ <xsd:annotation>
558
+ <xsd:documentation>All LINEs in the network are affected.</xsd:documentation>
559
+ </xsd:annotation>
560
+ </xsd:element>
561
+ <xsd:element name="SelectedRoutes" type="AffectedRouteStructure" maxOccurs="unbounded">
562
+ <xsd:annotation>
563
+ <xsd:documentation>Only some ROUTEs are affected, LINE level information not available. See the RoutesAffected element for textual description.</xsd:documentation>
564
+ </xsd:annotation>
565
+ </xsd:element>
566
+ <xsd:element name="AffectedSection" type="AffectedSectionStructure" maxOccurs="unbounded">
567
+ <xsd:annotation>
568
+ <xsd:documentation>Only some COMMON SECTIONs are affected, LINE level information not available. </xsd:documentation>
569
+ </xsd:annotation>
570
+ </xsd:element>
571
+ <xsd:sequence>
572
+ <xsd:element name="AffectedLine" type="AffectedLineStructure" maxOccurs="unbounded">
573
+ <xsd:annotation>
574
+ <xsd:documentation>Information about the indvidual LINEs in the network that are affected. If not explicitly overridden, modes and submodes will be defaulted to any values present (i) in the AffectedNetwork (ii) In the general context.</xsd:documentation>
575
+ </xsd:annotation>
576
+ </xsd:element>
577
+ </xsd:sequence>
578
+ </xsd:choice>
579
+ <xsd:element ref="Extensions" minOccurs="0"/>
580
+ </xsd:sequence>
581
+ </xsd:complexType>
582
+ <xsd:complexType name="AffectedLineStructure">
583
+ <xsd:annotation>
584
+ <xsd:documentation>Information about the individual LINEs in the network that are affected by a SITUATION. If not explicitly overridden, modes and submodes will be defaulted to any values present (i) in the AffectedNetwork (ii) in the general context. </xsd:documentation>
585
+ </xsd:annotation>
586
+ <xsd:sequence>
587
+ <xsd:element name="AffectedOperator" type="AffectedOperatorStructure" minOccurs="0" maxOccurs="unbounded">
588
+ <xsd:annotation>
589
+ <xsd:documentation>Restricts the affected scope to the specified operators of LINEs that are affected by the situation. Overrides any value specified for (i) Affected Network (ii) General Context.</xsd:documentation>
590
+ </xsd:annotation>
591
+ </xsd:element>
592
+ <xsd:group ref="LineGroup"/>
593
+ <xsd:element name="Origins" type="AffectedStopPointStructure" minOccurs="0" maxOccurs="unbounded">
594
+ <xsd:annotation>
595
+ <xsd:documentation>Restricts the affected scope to the specified origins</xsd:documentation>
596
+ </xsd:annotation>
597
+ </xsd:element>
598
+ <xsd:element name="Destinations" type="AffectedStopPointStructure" minOccurs="0" maxOccurs="unbounded">
599
+ <xsd:annotation>
600
+ <xsd:documentation>Restricts the affected scope to the specified DESTINATIONs</xsd:documentation>
601
+ </xsd:annotation>
602
+ </xsd:element>
603
+ <xsd:element name="Direction" type="DirectionStructure" minOccurs="0" maxOccurs="unbounded">
604
+ <xsd:annotation>
605
+ <xsd:documentation>DIRECTIONs affected.</xsd:documentation>
606
+ </xsd:annotation>
607
+ </xsd:element>
608
+ <xsd:element name="Routes" minOccurs="0">
609
+ <xsd:annotation>
610
+ <xsd:documentation>Restricts the affected scope to the specified ROUTEs</xsd:documentation>
611
+ </xsd:annotation>
612
+ <xsd:complexType>
613
+ <xsd:sequence>
614
+ <xsd:element name="AffectedRoute" type="AffectedRouteStructure" maxOccurs="unbounded">
615
+ <xsd:annotation>
616
+ <xsd:documentation>Route affected by Situation.</xsd:documentation>
617
+ </xsd:annotation>
618
+ </xsd:element>
619
+ </xsd:sequence>
620
+ </xsd:complexType>
621
+ </xsd:element>
622
+ <xsd:element name="Sections" minOccurs="0">
623
+ <xsd:annotation>
624
+ <xsd:documentation>Restricts the affected scope to the specified LINE SECTIONs</xsd:documentation>
625
+ </xsd:annotation>
626
+ <xsd:complexType>
627
+ <xsd:sequence>
628
+ <xsd:element name="AffectedSection" type="AffectedSectionStructure" maxOccurs="unbounded"/>
629
+ </xsd:sequence>
630
+ </xsd:complexType>
631
+ </xsd:element>
632
+ <xsd:element name="StopPoints" minOccurs="0">
633
+ <xsd:annotation>
634
+ <xsd:documentation>Restricts the affected scope to the specified SCHEDULED STOP POINTs</xsd:documentation>
635
+ </xsd:annotation>
636
+ <xsd:complexType>
637
+ <xsd:sequence>
638
+ <xsd:element name="AffectedStopPoint" type="AffectedStopPointStructure" maxOccurs="unbounded"/>
639
+ </xsd:sequence>
640
+ </xsd:complexType>
641
+ </xsd:element>
642
+ <xsd:element name="StopPlaces" minOccurs="0">
643
+ <xsd:annotation>
644
+ <xsd:documentation>Restricts the affected scope to the specified STOP PLACEs</xsd:documentation>
645
+ </xsd:annotation>
646
+ <xsd:complexType>
647
+ <xsd:sequence>
648
+ <xsd:element name="AffectedStopPlace" type="AffectedStopPlaceStructure" maxOccurs="unbounded"/>
649
+ </xsd:sequence>
650
+ </xsd:complexType>
651
+ </xsd:element>
652
+ <xsd:element ref="Extensions" minOccurs="0"/>
653
+ </xsd:sequence>
654
+ </xsd:complexType>
655
+ <xsd:complexType name="AffectedSectionStructure">
656
+ <xsd:annotation>
657
+ <xsd:documentation>Type for information about the SECTIONs affected by a SITUATION.</xsd:documentation>
658
+ </xsd:annotation>
659
+ <xsd:sequence>
660
+ <xsd:choice>
661
+ <xsd:element name="SectionRef" type="SectionRefStructure" minOccurs="0">
662
+ <xsd:annotation>
663
+ <xsd:documentation>Reference to a section of ROUTE affected by a SITUATION.</xsd:documentation>
664
+ </xsd:annotation>
665
+ </xsd:element>
666
+ <xsd:element name="IndirectSectionRef">
667
+ <xsd:annotation>
668
+ <xsd:documentation>An indirect reference to a COMMON SECTION by stating the stop point ref of the first and last POINT IN JOURNEY PATTERN of the section in question. Intermediate POINTs should be added if necessary to distinguish different sections having the same start and end point and is a means to exclude sections not containing those stop points.</xsd:documentation>
669
+ </xsd:annotation>
670
+ <xsd:complexType>
671
+ <xsd:sequence>
672
+ <xsd:choice>
673
+ <xsd:element name="FirstStopPointRef" type="StopPointRefStructure">
674
+ <xsd:annotation>
675
+ <xsd:documentation>Used to indicate the SCHEDULED stop point at the start of the SECTION</xsd:documentation>
676
+ </xsd:annotation>
677
+ </xsd:element>
678
+ <xsd:element name="FirstStopPlaceRef" type="ifopt:StopPlaceRefStructure">
679
+ <xsd:annotation>
680
+ <xsd:documentation>Used to indicate that any SCHEDULED stop point with a stop assignment to the indicated StopPlace is to be considered as start of the SECTION</xsd:documentation>
681
+ </xsd:annotation>
682
+ </xsd:element>
683
+ <xsd:element name="FirstQuayRef" type="QuayRefStructure">
684
+ <xsd:annotation>
685
+ <xsd:documentation>Used to indicate that any SCHEDULED stop point with a stop assignment to the indicated QUAY is to be considered as start of the SECTION</xsd:documentation>
686
+ </xsd:annotation>
687
+ </xsd:element>
688
+ </xsd:choice>
689
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
690
+ <xsd:element name="IntermediateStopPointRef" type="StopPointRefStructure">
691
+ <xsd:annotation>
692
+ <xsd:documentation>An intermediate Stop POINT of the SECTION that must be part of SECTION</xsd:documentation>
693
+ </xsd:annotation>
694
+ </xsd:element>
695
+ <xsd:element name="IntermediateStopPlaceRef" type="ifopt:StopPlaceRefStructure">
696
+ <xsd:annotation>
697
+ <xsd:documentation>Used to indicate that at least one SCHEDULED stop point with a stop assignment to the indicated StopPlace must be part of the SECTION</xsd:documentation>
698
+ </xsd:annotation>
699
+ </xsd:element>
700
+ <xsd:element name="IntermediateQuayRef" type="QuayRefStructure">
701
+ <xsd:annotation>
702
+ <xsd:documentation>Used to indicate that at least one SCHEDULED stop point with a stop assignment to the indicated QUAY must be part of the SECTION</xsd:documentation>
703
+ </xsd:annotation>
704
+ </xsd:element>
705
+ </xsd:choice>
706
+ <xsd:choice>
707
+ <xsd:element name="LastStopPointRef" type="StopPointRefStructure">
708
+ <xsd:annotation>
709
+ <xsd:documentation>Used to indicate the SCHEDULED stop point at the end of the SECTION</xsd:documentation>
710
+ </xsd:annotation>
711
+ </xsd:element>
712
+ <xsd:element name="LastStopPlaceRef" type="ifopt:StopPlaceRefStructure">
713
+ <xsd:annotation>
714
+ <xsd:documentation>Used to indicate that any SCHEDULED stop point with a stop assignment to the indicated StopPlace is to be considered as end of the SECTION</xsd:documentation>
715
+ </xsd:annotation>
716
+ </xsd:element>
717
+ <xsd:element name="LastQuayRef" type="QuayRefStructure">
718
+ <xsd:annotation>
719
+ <xsd:documentation>Used to indicate that any SCHEDULED stop point with a stop assignment to the indicated QUAY is to be considered as end of the SECTION</xsd:documentation>
720
+ </xsd:annotation>
721
+ </xsd:element>
722
+ </xsd:choice>
723
+ </xsd:sequence>
724
+ </xsd:complexType>
725
+ </xsd:element>
726
+ </xsd:choice>
727
+ <xsd:group ref="ProjectionGroup">
728
+ <xsd:annotation>
729
+ <xsd:documentation>Spatial projection of element that can be used to show affected area on a map.</xsd:documentation>
730
+ </xsd:annotation>
731
+ </xsd:group>
732
+ <xsd:element ref="Extensions" minOccurs="0"/>
733
+ </xsd:sequence>
734
+ </xsd:complexType>
735
+ <!-- ======================================================================= -->
736
+ <xsd:complexType name="AffectedRouteStructure">
737
+ <xsd:annotation>
738
+ <xsd:documentation>An ordered list of MAPPING POINTs defining one single path through the road (or rail) Network. A ROUTE may pass through the same MAPPING POINT more than once.</xsd:documentation>
739
+ </xsd:annotation>
740
+ <xsd:sequence>
741
+ <xsd:element name="RouteRef" type="RouteRefStructure" minOccurs="0">
742
+ <xsd:annotation>
743
+ <xsd:documentation>Reference to a ROUTE affected by SITUATION.</xsd:documentation>
744
+ </xsd:annotation>
745
+ </xsd:element>
746
+ <xsd:element name="Direction" type="DirectionStructure" minOccurs="0" maxOccurs="unbounded">
747
+ <xsd:annotation>
748
+ <xsd:documentation>DIRECTIONS affected by SITUATION.</xsd:documentation>
749
+ </xsd:annotation>
750
+ </xsd:element>
751
+ <xsd:element name="Sections" minOccurs="0">
752
+ <xsd:annotation>
753
+ <xsd:documentation>Sections of ROUTE affected by SITUATION.</xsd:documentation>
754
+ </xsd:annotation>
755
+ <xsd:complexType>
756
+ <xsd:sequence>
757
+ <xsd:element name="AffectedSection" type="AffectedSectionStructure" maxOccurs="unbounded">
758
+ <xsd:annotation>
759
+ <xsd:documentation>Sections of ROUTE that is affected by SITUATION.</xsd:documentation>
760
+ </xsd:annotation>
761
+ </xsd:element>
762
+ </xsd:sequence>
763
+ </xsd:complexType>
764
+ </xsd:element>
765
+ <xsd:element name="StopPoints" minOccurs="0">
766
+ <xsd:annotation>
767
+ <xsd:documentation>Stop Poins of the ROUTE. Can be either all or only affected by SITUATION.</xsd:documentation>
768
+ </xsd:annotation>
769
+ <xsd:complexType>
770
+ <xsd:sequence>
771
+ <xsd:element name="AffectedOnly" type="xsd:boolean" default="false" minOccurs="0">
772
+ <xsd:annotation>
773
+ <xsd:documentation>Indicates whether the list of STOP POINTS contains all STOP POINTS of ROUTE or only affected by SITUATION.</xsd:documentation>
774
+ </xsd:annotation>
775
+ </xsd:element>
776
+ <xsd:sequence maxOccurs="unbounded">
777
+ <xsd:element name="AffectedStopPoint" type="AffectedStopPointStructure">
778
+ <xsd:annotation>
779
+ <xsd:documentation>Stop Point of the ROUTE</xsd:documentation>
780
+ </xsd:annotation>
781
+ </xsd:element>
782
+ <xsd:element name="LinkProjectionToNextStopPoint" type="ifopt:LinkProjectionStructure" minOccurs="0">
783
+ <xsd:annotation>
784
+ <xsd:documentation>GIs projection of Link to the next provided StopPoint. NB Line here means Geometry Polyline, not Transmodel Transport Line.</xsd:documentation>
785
+ </xsd:annotation>
786
+ </xsd:element>
787
+ </xsd:sequence>
788
+ </xsd:sequence>
789
+ </xsd:complexType>
790
+ </xsd:element>
791
+ <xsd:element name="RouteLinks" minOccurs="0">
792
+ <xsd:annotation>
793
+ <xsd:documentation>ROUTE LINKs affected by SITUATION.</xsd:documentation>
794
+ </xsd:annotation>
795
+ <xsd:complexType>
796
+ <xsd:sequence>
797
+ <xsd:element name="RouteLinkRef" type="RouteLinkRefStructure" maxOccurs="unbounded"/>
798
+ </xsd:sequence>
799
+ </xsd:complexType>
800
+ </xsd:element>
801
+ <xsd:element ref="Extensions" minOccurs="0"/>
802
+ </xsd:sequence>
803
+ </xsd:complexType>
804
+ <!-- ======================================================================= -->
805
+ <xsd:complexType name="AffectedVehicleJourneyStructure">
806
+ <xsd:annotation>
807
+ <xsd:documentation>Type for information about a VEHICLE JOURNEY affected by a SITUATION.</xsd:documentation>
808
+ </xsd:annotation>
809
+ <xsd:sequence>
810
+ <xsd:choice minOccurs="0">
811
+ <xsd:annotation>
812
+ <xsd:documentation>Use of simple reference is deprecated </xsd:documentation>
813
+ </xsd:annotation>
814
+ <xsd:element name="FramedVehicleJourneyRef" type="FramedVehicleJourneyRefStructure">
815
+ <xsd:annotation>
816
+ <xsd:documentation>Refercence to a VEHICLE JOURENY framed by the day. SIRI 2.0 </xsd:documentation>
817
+ </xsd:annotation>
818
+ </xsd:element>
819
+ <xsd:element name="VehicleJourneyRef" type="VehicleJourneyRefStructure" maxOccurs="unbounded">
820
+ <xsd:annotation>
821
+ <xsd:documentation>DEPRECATED (SIRI 2.1) - use only FramedVehicleJourneyRef</xsd:documentation>
822
+ </xsd:annotation>
823
+ </xsd:element>
824
+ </xsd:choice>
825
+ <xsd:element name="DatedVehicleJourneyRef" type="DatedVehicleJourneyRefStructure" minOccurs="0" maxOccurs="unbounded">
826
+ <xsd:annotation>
827
+ <xsd:documentation>Reference to a specific DATED VEHICLE JOURNEY affected by a SITUATION.</xsd:documentation>
828
+ </xsd:annotation>
829
+ </xsd:element>
830
+ <xsd:element name="JourneyName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
831
+ <xsd:annotation>
832
+ <xsd:documentation>Name of journey affected by a SITUATION. (Unbounded since SIRI 2.0)</xsd:documentation>
833
+ </xsd:annotation>
834
+ </xsd:element>
835
+ <xsd:element name="Operator" type="AffectedOperatorStructure" minOccurs="0">
836
+ <xsd:annotation>
837
+ <xsd:documentation>OPERATOR of LINE affected by SITUATION.</xsd:documentation>
838
+ </xsd:annotation>
839
+ </xsd:element>
840
+ <xsd:element name="LineRef" type="LineRefStructure" minOccurs="0">
841
+ <xsd:annotation>
842
+ <xsd:documentation>Reference to the LINE of the journey affected by an SITUATION.</xsd:documentation>
843
+ </xsd:annotation>
844
+ </xsd:element>
845
+ <xsd:element ref="PublishedLineName" minOccurs="0" maxOccurs="unbounded"/>
846
+ <xsd:element name="DirectionRef" type="DirectionRefStructure" minOccurs="0">
847
+ <xsd:annotation>
848
+ <xsd:documentation>DIRECTION of LINE in which journey runs.</xsd:documentation>
849
+ </xsd:annotation>
850
+ </xsd:element>
851
+ <xsd:element name="BlockRef" type="BlockRefStructure" minOccurs="0">
852
+ <xsd:annotation>
853
+ <xsd:documentation>BLOCK which journey runs. +SIRI 2.0</xsd:documentation>
854
+ </xsd:annotation>
855
+ </xsd:element>
856
+ <xsd:element name="TrainNumbers" minOccurs="0">
857
+ <xsd:annotation>
858
+ <xsd:documentation>TRAIN NUMBERs for journey. +SIRI v2.0</xsd:documentation>
859
+ </xsd:annotation>
860
+ <xsd:complexType>
861
+ <xsd:sequence>
862
+ <xsd:element name="TrainNumberRef" type="TrainNumberRefStructure" maxOccurs="unbounded">
863
+ <xsd:annotation>
864
+ <xsd:documentation>TRAIN NUMBER assigned to VEHICLE JOURNEY. +SIRI 2.0</xsd:documentation>
865
+ </xsd:annotation>
866
+ </xsd:element>
867
+ </xsd:sequence>
868
+ </xsd:complexType>
869
+ </xsd:element>
870
+ <xsd:element name="JourneyParts" minOccurs="0">
871
+ <xsd:annotation>
872
+ <xsd:documentation>JOURNEY PARTs making up JOURNEY +SIRIv2.0 e.</xsd:documentation>
873
+ </xsd:annotation>
874
+ <xsd:complexType>
875
+ <xsd:sequence>
876
+ <xsd:element name="JourneyPartInfo" type="JourneyPartInfoStructure" maxOccurs="unbounded">
877
+ <xsd:annotation>
878
+ <xsd:documentation>Information about Parts of JOURNEY +SIRI v2.0</xsd:documentation>
879
+ </xsd:annotation>
880
+ </xsd:element>
881
+ </xsd:sequence>
882
+ </xsd:complexType>
883
+ </xsd:element>
884
+ <xsd:element name="Origins" type="AffectedStopPointStructure" minOccurs="0" maxOccurs="unbounded">
885
+ <xsd:annotation>
886
+ <xsd:documentation>Restricts the affected scope to the specified origins from which the LINE runs. [equivalent to pti15 1 start_point route_description_type]</xsd:documentation>
887
+ </xsd:annotation>
888
+ </xsd:element>
889
+ <xsd:element name="Destinations" type="AffectedStopPointStructure" minOccurs="0" maxOccurs="unbounded">
890
+ <xsd:annotation>
891
+ <xsd:documentation>Restricts the affected scope to the specified DESTINATIONs</xsd:documentation>
892
+ </xsd:annotation>
893
+ </xsd:element>
894
+ <xsd:element name="Route" type="AffectedRouteStructure" minOccurs="0" maxOccurs="unbounded">
895
+ <xsd:annotation>
896
+ <xsd:documentation>ROUTE affected by the SITUATION.</xsd:documentation>
897
+ </xsd:annotation>
898
+ </xsd:element>
899
+ <xsd:element name="OriginAimedDepartureTime" type="xsd:dateTime" minOccurs="0">
900
+ <xsd:annotation>
901
+ <xsd:documentation>Timetabled departure tme of journey from Origin.</xsd:documentation>
902
+ </xsd:annotation>
903
+ </xsd:element>
904
+ <xsd:element name="DestinationAimedArrivalTime" type="xsd:dateTime" minOccurs="0">
905
+ <xsd:annotation>
906
+ <xsd:documentation>Timetabled arrival time of journey at Destination.</xsd:documentation>
907
+ </xsd:annotation>
908
+ </xsd:element>
909
+ <xsd:element name="OriginDisplayAtDestination" type="NaturalLanguagePlaceNameStructure" minOccurs="0" maxOccurs="unbounded">
910
+ <xsd:annotation>
911
+ <xsd:documentation>DESTINATION name shown for journey at the origin. Can be Used to identify journey for user. (+SIRI 2.0), </xsd:documentation>
912
+ </xsd:annotation>
913
+ </xsd:element>
914
+ <xsd:element name="DestinationDisplayAtOrigin" type="NaturalLanguagePlaceNameStructure" minOccurs="0" maxOccurs="unbounded">
915
+ <xsd:annotation>
916
+ <xsd:documentation>DESTINATION name shown for journey at the origin. Can be Used to identify journey for user. (+SIRI 2.0)</xsd:documentation>
917
+ </xsd:annotation>
918
+ </xsd:element>
919
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
920
+ <xsd:annotation>
921
+ <xsd:documentation>Accessibility Disruption status ofto JOURNEY, as affected by Situation.</xsd:documentation>
922
+ </xsd:annotation>
923
+ </xsd:element>
924
+ <xsd:element name="JourneyCondition" type="ServiceConditionEnumeration" minOccurs="0" maxOccurs="unbounded">
925
+ <xsd:annotation>
926
+ <xsd:documentation>Status of service for this Vehicle Journey - TPEG value. Multiple Conditions can be valid at the same time. (+SIRI 2.0)</xsd:documentation>
927
+ </xsd:annotation>
928
+ </xsd:element>
929
+ <xsd:element name="Calls" minOccurs="0">
930
+ <xsd:annotation>
931
+ <xsd:documentation>CALLs making up VEHICLE JOURNEY [equivalent to TPEG pti15 3 stop, 15_5 not-stopping, 15-6 temporary stop route_description_type]</xsd:documentation>
932
+ </xsd:annotation>
933
+ <xsd:complexType>
934
+ <xsd:sequence>
935
+ <xsd:element name="Call" type="AffectedCallStructure" maxOccurs="unbounded"/>
936
+ </xsd:sequence>
937
+ </xsd:complexType>
938
+ </xsd:element>
939
+ <xsd:element name="Facilities" minOccurs="0">
940
+ <xsd:annotation>
941
+ <xsd:documentation>Facilities available for VEHICLE JOURNEY (+SIRI 2.0)</xsd:documentation>
942
+ </xsd:annotation>
943
+ <xsd:complexType>
944
+ <xsd:sequence>
945
+ <xsd:element name="AffectedFacility" type="AffectedFacilityStructure" maxOccurs="unbounded">
946
+ <xsd:annotation>
947
+ <xsd:documentation>Facililitiy available for VEHICLE JOURNEY (+SIRI 2.0)</xsd:documentation>
948
+ </xsd:annotation>
949
+ </xsd:element>
950
+ </xsd:sequence>
951
+ </xsd:complexType>
952
+ </xsd:element>
953
+ <xsd:element ref="Extensions" minOccurs="0"/>
954
+ </xsd:sequence>
955
+ </xsd:complexType>
956
+ <xsd:complexType name="AffectedVehicleStructure">
957
+ <xsd:annotation>
958
+ <xsd:documentation>Type for information about a VEHICLE affected by an SITUATION.</xsd:documentation>
959
+ </xsd:annotation>
960
+ <xsd:sequence>
961
+ <xsd:element name="VehicleRef" type="VehicleRefStructure">
962
+ <xsd:annotation>
963
+ <xsd:documentation>Reference to a specific VEHICLE affected by an SITUATION.</xsd:documentation>
964
+ </xsd:annotation>
965
+ </xsd:element>
966
+ <xsd:element name="VehicleRegistrationNumberPlate" type="xsd:normalizedString" minOccurs="0" maxOccurs="unbounded">
967
+ <xsd:annotation>
968
+ <xsd:documentation>Registration plate of VEHICLE</xsd:documentation>
969
+ </xsd:annotation>
970
+ </xsd:element>
971
+ <xsd:element name="PhoneNumber" type="PhoneType" minOccurs="0">
972
+ <xsd:annotation>
973
+ <xsd:documentation>(Mobile) phone number on which the vehicle can be called</xsd:documentation>
974
+ </xsd:annotation>
975
+ </xsd:element>
976
+ <xsd:element name="IPAddress" type="xsd:NMTOKEN" minOccurs="0">
977
+ <xsd:annotation>
978
+ <xsd:documentation>Internet protocol address of the VEHICLE in form 000.000.000.000</xsd:documentation>
979
+ </xsd:annotation>
980
+ </xsd:element>
981
+ <xsd:element name="RadioAddress" type="xsd:NMTOKEN" minOccurs="0">
982
+ <xsd:annotation>
983
+ <xsd:documentation>Radio address of the VEHICLE</xsd:documentation>
984
+ </xsd:annotation>
985
+ </xsd:element>
986
+ <xsd:element name="FramedVehicleJourneyRef" type="FramedVehicleJourneyRefStructure" minOccurs="0">
987
+ <xsd:annotation>
988
+ <xsd:documentation>Reference to VEHICLE JOURNEY framed by the day which the VEHICLE is running.</xsd:documentation>
989
+ </xsd:annotation>
990
+ </xsd:element>
991
+ <xsd:element name="Location" type="LocationStructure" minOccurs="0">
992
+ <xsd:annotation>
993
+ <xsd:documentation>Location where the VEHICLE was when the situation arose</xsd:documentation>
994
+ </xsd:annotation>
995
+ </xsd:element>
996
+ <xsd:element name="CurrentLocation" type="LocationStructure" minOccurs="0">
997
+ <xsd:annotation>
998
+ <xsd:documentation>Current Location of the VEHICLE</xsd:documentation>
999
+ </xsd:annotation>
1000
+ </xsd:element>
1001
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
1002
+ <xsd:annotation>
1003
+ <xsd:documentation>Current Accessibility assessment of vehicle.</xsd:documentation>
1004
+ </xsd:annotation>
1005
+ </xsd:element>
1006
+ <xsd:group ref="ServiceInfoGroup" minOccurs="0"/>
1007
+ <xsd:element name="TrainBlockPart" type="TrainBlockPartStructure" minOccurs="0" maxOccurs="unbounded">
1008
+ <xsd:annotation>
1009
+ <xsd:documentation>If a VEHICLE JOURNEY is a coupled journey, i.e. comprises several coupled BLOCK PARTs, there will be a separate delivery for each BLOCK PART and this element will indicate the vehicles that the journey part uses.</xsd:documentation>
1010
+ </xsd:annotation>
1011
+ </xsd:element>
1012
+ <xsd:group ref="OperationalBlockGroup"/>
1013
+ <xsd:element name="InCongestion" type="xsd:boolean" minOccurs="0">
1014
+ <xsd:annotation>
1015
+ <xsd:documentation>Whether the VEHICLE is in traffic congestion. If not, present, not known.</xsd:documentation>
1016
+ </xsd:annotation>
1017
+ </xsd:element>
1018
+ <xsd:element name="InPanic" type="xsd:boolean" default="false" minOccurs="0">
1019
+ <xsd:annotation>
1020
+ <xsd:documentation>Whether the panic alarm on the VEHICLE is activated. Default is 'false'.</xsd:documentation>
1021
+ </xsd:annotation>
1022
+ </xsd:element>
1023
+ <xsd:element name="HeadwayService" type="xsd:boolean" default="false" minOccurs="0">
1024
+ <xsd:annotation>
1025
+ <xsd:documentation>Whether this is a Headway Service, that is shown as operating at a prescribed interval rather than to a fixed timetable. Default is 'false'.</xsd:documentation>
1026
+ </xsd:annotation>
1027
+ </xsd:element>
1028
+ <xsd:element ref="Extensions" minOccurs="0"/>
1029
+ </xsd:sequence>
1030
+ </xsd:complexType>
1031
+ <xsd:complexType name="AffectedCallStructure">
1032
+ <xsd:annotation>
1033
+ <xsd:documentation>Type for information about a CALL affected by an SITUATION.</xsd:documentation>
1034
+ </xsd:annotation>
1035
+ <xsd:complexContent>
1036
+ <xsd:extension base="AffectedStopPointStructure">
1037
+ <xsd:sequence>
1038
+ <xsd:element name="Order" type="xsd:positiveInteger" minOccurs="0">
1039
+ <xsd:annotation>
1040
+ <xsd:documentation>Order of visit to stop within JOURNEY PATTERN of journey.</xsd:documentation>
1041
+ </xsd:annotation>
1042
+ </xsd:element>
1043
+ <xsd:element name="CallCondition" type="RoutePointTypeEnumeration" minOccurs="0" maxOccurs="unbounded">
1044
+ <xsd:annotation>
1045
+ <xsd:documentation>Status of CALL TPEG 13_6</xsd:documentation>
1046
+ </xsd:annotation>
1047
+ </xsd:element>
1048
+ <xsd:group ref="CallRealtimeGroup"/>
1049
+ <xsd:group ref="CallPropertyGroup"/>
1050
+ <xsd:group ref="AffectedStopArrivalGroup"/>
1051
+ <xsd:group ref="AffectedStopDepartureGroup"/>
1052
+ <xsd:group ref="HeadwayIntervalGroup"/>
1053
+ <xsd:element name="AffectedInterchanges" minOccurs="0">
1054
+ <xsd:complexType>
1055
+ <xsd:sequence>
1056
+ <xsd:element name="AffectedInterchange" type="AffectedInterchangeStructure" minOccurs="0" maxOccurs="unbounded"/>
1057
+ </xsd:sequence>
1058
+ </xsd:complexType>
1059
+ </xsd:element>
1060
+ </xsd:sequence>
1061
+ </xsd:extension>
1062
+ </xsd:complexContent>
1063
+ </xsd:complexType>
1064
+ <xsd:group name="AffectedStopArrivalGroup">
1065
+ <xsd:annotation>
1066
+ <xsd:documentation>Elements describing the arrival of a VEHICLE at a SCHEDULED STOP POINT.</xsd:documentation>
1067
+ </xsd:annotation>
1068
+ <xsd:sequence>
1069
+ <xsd:group ref="VehicleArrivalTimesGroup"/>
1070
+ <xsd:element ref="ArrivalStatus" minOccurs="0"/>
1071
+ <!-- multiplicity of Arrival-/DeparturePlatformName is 0:1 in all SIRI services except here to ensure compatibility with VDV736 / UmS profile of CEN SIRI SX -->
1072
+ <xsd:element ref="ArrivalPlatformName" minOccurs="0" maxOccurs="unbounded"/>
1073
+ <xsd:element ref="ArrivalBoardingActivity" minOccurs="0"/>
1074
+ </xsd:sequence>
1075
+ </xsd:group>
1076
+ <xsd:group name="AffectedStopDepartureGroup">
1077
+ <xsd:annotation>
1078
+ <xsd:documentation>Elements describing the departure of a VEHICLE from a SCHEDULED STOP POINT.</xsd:documentation>
1079
+ </xsd:annotation>
1080
+ <xsd:sequence>
1081
+ <xsd:group ref="VehicleDepartureTimesGroup"/>
1082
+ <xsd:element ref="DepartureStatus" minOccurs="0"/>
1083
+ <!-- multiplicity of Arrival-/DeparturePlatformName is 0:1 in all SIRI services except here to ensure compatibility with VDV736 / UmS profile of CEN SIRI SX -->
1084
+ <xsd:element ref="DeparturePlatformName" minOccurs="0" maxOccurs="unbounded"/>
1085
+ <xsd:element ref="DepartureBoardingActivity" minOccurs="0"/>
1086
+ </xsd:sequence>
1087
+ </xsd:group>
1088
+ <xsd:complexType name="AffectedFacilityStructure">
1089
+ <xsd:annotation>
1090
+ <xsd:documentation>Type for information about a FACILITY affected by an SITUATION. (+SIRI 2.0)</xsd:documentation>
1091
+ </xsd:annotation>
1092
+ <xsd:sequence>
1093
+ <xsd:element ref="FacilityRef" minOccurs="0"/>
1094
+ <xsd:element name="StartStopPointRef" type="StopPointRefStructure" minOccurs="0">
1095
+ <xsd:annotation>
1096
+ <xsd:documentation>Identifier of stop point at which availability first applies.</xsd:documentation>
1097
+ </xsd:annotation>
1098
+ </xsd:element>
1099
+ <xsd:element name="EndStopPointRef" type="StopPointRefStructure" minOccurs="0">
1100
+ <xsd:annotation>
1101
+ <xsd:documentation>Identifier of stop point at which availability last applies.</xsd:documentation>
1102
+ </xsd:annotation>
1103
+ </xsd:element>
1104
+ <xsd:element name="FacilityName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
1105
+ <xsd:annotation>
1106
+ <xsd:documentation>Name of FACILITY. </xsd:documentation>
1107
+ </xsd:annotation>
1108
+ </xsd:element>
1109
+ <xsd:element name="FacilityStatus" type="FacilityStatusEnumeration" minOccurs="0" maxOccurs="unbounded">
1110
+ <xsd:annotation>
1111
+ <xsd:documentation>Status of Facility</xsd:documentation>
1112
+ </xsd:annotation>
1113
+ </xsd:element>
1114
+ <xsd:element ref="Extensions" minOccurs="0" maxOccurs="unbounded"/>
1115
+ </xsd:sequence>
1116
+ </xsd:complexType>
1117
+ <!-- ======================================================================= -->
1118
+ <xsd:complexType name="AffectedPlaceStructure">
1119
+ <xsd:annotation>
1120
+ <xsd:documentation>Type for annotated references to a TOPOGRAPHIC PLACE.</xsd:documentation>
1121
+ </xsd:annotation>
1122
+ <xsd:sequence>
1123
+ <xsd:element name="PlaceRef" type="xsd:NMTOKEN" minOccurs="0">
1124
+ <xsd:annotation>
1125
+ <xsd:documentation>Reference to a SITE or TOPOGRAPHIC PLACE (Locality).</xsd:documentation>
1126
+ </xsd:annotation>
1127
+ </xsd:element>
1128
+ <xsd:element name="PrivateCode" type="xsd:NMTOKEN" minOccurs="0">
1129
+ <xsd:annotation>
1130
+ <xsd:documentation>Alternative identifier of SITE or TOPOGRAPHIC PLACE</xsd:documentation>
1131
+ </xsd:annotation>
1132
+ </xsd:element>
1133
+ <xsd:element name="PlaceName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
1134
+ <xsd:annotation>
1135
+ <xsd:documentation>Name of SITE or TOPOGRAPHIC PLACE (locality) in which stop is found. (Unbounded since SIRI 2.0)</xsd:documentation>
1136
+ </xsd:annotation>
1137
+ </xsd:element>
1138
+ <xsd:element name="Location" type="LocationStructure" minOccurs="0">
1139
+ <xsd:annotation>
1140
+ <xsd:documentation>Spatial coordinates of STOP POINT. Derivable from StopRef.</xsd:documentation>
1141
+ </xsd:annotation>
1142
+ </xsd:element>
1143
+ <xsd:element name="PlaceCategory" type="xsd:NMTOKEN" minOccurs="0">
1144
+ <xsd:annotation>
1145
+ <xsd:documentation>Category of TOPOGRAPHIC PLACE or SITE.</xsd:documentation>
1146
+ </xsd:annotation>
1147
+ </xsd:element>
1148
+ <xsd:element name="EquipmentRef" type="xsd:NMTOKEN" minOccurs="0" maxOccurs="unbounded">
1149
+ <xsd:annotation>
1150
+ <xsd:documentation>Reference to an EQUIPMENT found at SITE.</xsd:documentation>
1151
+ </xsd:annotation>
1152
+ </xsd:element>
1153
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
1154
+ <xsd:annotation>
1155
+ <xsd:documentation>Changes to accessibility for SITE.</xsd:documentation>
1156
+ </xsd:annotation>
1157
+ </xsd:element>
1158
+ <xsd:element ref="Extensions" minOccurs="0"/>
1159
+ </xsd:sequence>
1160
+ </xsd:complexType>
1161
+ <!-- ======================================================================= -->
1162
+ <xsd:complexType name="AffectedStopPlaceElementStructure">
1163
+ <xsd:annotation>
1164
+ <xsd:documentation>Type for information about the quays affected by an SITUATION.</xsd:documentation>
1165
+ </xsd:annotation>
1166
+ <xsd:sequence>
1167
+ <xsd:element name="AccessibilityAssessment" type="acsb:AccessibilityAssessmentStructure" minOccurs="0">
1168
+ <xsd:annotation>
1169
+ <xsd:documentation>Disruption of accessibility.</xsd:documentation>
1170
+ </xsd:annotation>
1171
+ </xsd:element>
1172
+ </xsd:sequence>
1173
+ </xsd:complexType>
1174
+ <xsd:complexType name="AffectedStopPlaceStructure">
1175
+ <xsd:annotation>
1176
+ <xsd:documentation>Type for information about the STOP PLACEs affected by an SITUATION.</xsd:documentation>
1177
+ </xsd:annotation>
1178
+ <xsd:complexContent>
1179
+ <xsd:extension base="AffectedStopPlaceElementStructure">
1180
+ <xsd:sequence>
1181
+ <xsd:element name="StopPlaceRef" type="ifopt:StopPlaceRefStructure">
1182
+ <xsd:annotation>
1183
+ <xsd:documentation>Identifier of STOP PLACE affected by SITUATION.</xsd:documentation>
1184
+ </xsd:annotation>
1185
+ </xsd:element>
1186
+ <xsd:element name="PlaceName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
1187
+ <xsd:annotation>
1188
+ <xsd:documentation>Name of STOP PLACE. (Unbounded since SIRI 2.0)</xsd:documentation>
1189
+ </xsd:annotation>
1190
+ </xsd:element>
1191
+ <xsd:element name="StopPlaceType" type="StopPlaceTypeEnumeration" minOccurs="0">
1192
+ <xsd:annotation>
1193
+ <xsd:documentation>Type of STOP PLACE.</xsd:documentation>
1194
+ </xsd:annotation>
1195
+ </xsd:element>
1196
+ <xsd:element name="AffectedFacilities" minOccurs="0">
1197
+ <xsd:annotation>
1198
+ <xsd:documentation>Facilities available for VEHICLE JOURNEY (+SIRI 2.0)</xsd:documentation>
1199
+ </xsd:annotation>
1200
+ <xsd:complexType>
1201
+ <xsd:sequence>
1202
+ <xsd:element name="AffectedFacility" type="AffectedFacilityStructure" maxOccurs="unbounded">
1203
+ <xsd:annotation>
1204
+ <xsd:documentation>Facililitiy available for VEHICLE JOURNEY (+SIRI 2.0)</xsd:documentation>
1205
+ </xsd:annotation>
1206
+ </xsd:element>
1207
+ </xsd:sequence>
1208
+ </xsd:complexType>
1209
+ </xsd:element>
1210
+ <xsd:element name="AffectedComponents" minOccurs="0">
1211
+ <xsd:annotation>
1212
+ <xsd:documentation>Quays affected by SITUATION.</xsd:documentation>
1213
+ </xsd:annotation>
1214
+ <xsd:complexType>
1215
+ <xsd:sequence>
1216
+ <xsd:element name="AffectedComponent" type="AffectedStopPlaceComponentStructure" minOccurs="0" maxOccurs="unbounded">
1217
+ <xsd:annotation>
1218
+ <xsd:documentation>Quay affected by SITUATION.</xsd:documentation>
1219
+ </xsd:annotation>
1220
+ </xsd:element>
1221
+ </xsd:sequence>
1222
+ </xsd:complexType>
1223
+ </xsd:element>
1224
+ <xsd:element name="AffectedNavigationPaths" minOccurs="0">
1225
+ <xsd:annotation>
1226
+ <xsd:documentation>PathLinks affected by SITUATION.</xsd:documentation>
1227
+ </xsd:annotation>
1228
+ <xsd:complexType>
1229
+ <xsd:sequence>
1230
+ <xsd:element name="NavigationPathRef" type="ifopt:NavigationPathRefStructure" maxOccurs="unbounded"/>
1231
+ </xsd:sequence>
1232
+ </xsd:complexType>
1233
+ </xsd:element>
1234
+ <xsd:element name="Lines" minOccurs="0">
1235
+ <xsd:annotation>
1236
+ <xsd:documentation>Used to restrict STOP PLACEs to some lines</xsd:documentation>
1237
+ </xsd:annotation>
1238
+ <xsd:complexType>
1239
+ <xsd:sequence>
1240
+ <xsd:element name="AffectedLine" type="AffectedLineStructure" maxOccurs="unbounded"/>
1241
+ </xsd:sequence>
1242
+ </xsd:complexType>
1243
+ </xsd:element>
1244
+ <xsd:element ref="Extensions" minOccurs="0"/>
1245
+ </xsd:sequence>
1246
+ </xsd:extension>
1247
+ </xsd:complexContent>
1248
+ </xsd:complexType>
1249
+ <xsd:complexType name="AffectedStopPlaceComponentStructure">
1250
+ <xsd:annotation>
1251
+ <xsd:documentation>Type for information about the quays affected by an SITUATION.</xsd:documentation>
1252
+ </xsd:annotation>
1253
+ <xsd:complexContent>
1254
+ <xsd:extension base="AffectedStopPlaceElementStructure">
1255
+ <xsd:sequence>
1256
+ <xsd:element name="ComponentRef" type="ifopt:StopPlaceComponentRefStructure">
1257
+ <xsd:annotation>
1258
+ <xsd:documentation>Reference to a STOP PLACE.</xsd:documentation>
1259
+ </xsd:annotation>
1260
+ </xsd:element>
1261
+ <xsd:element name="ComponentName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
1262
+ <xsd:annotation>
1263
+ <xsd:documentation>Name of component. (Unbounded since SIRI 2.0)</xsd:documentation>
1264
+ </xsd:annotation>
1265
+ </xsd:element>
1266
+ <xsd:element name="ComponentType" type="ifopt:StopPlaceComponentTypeEnumeration" minOccurs="0">
1267
+ <xsd:annotation>
1268
+ <xsd:documentation>Type of Component.</xsd:documentation>
1269
+ </xsd:annotation>
1270
+ </xsd:element>
1271
+ <xsd:group ref="ifopt:PlaceProjectionGroup" minOccurs="0"/>
1272
+ <xsd:element name="Offset" type="OffsetStructure" minOccurs="0">
1273
+ <xsd:annotation>
1274
+ <xsd:documentation>Further qualifcation of affected part of Link projection,</xsd:documentation>
1275
+ </xsd:annotation>
1276
+ </xsd:element>
1277
+ <xsd:element name="AccessFeatureType" type="AccessibilityFeatureEnumeration" minOccurs="0">
1278
+ <xsd:annotation>
1279
+ <xsd:documentation>Type of AccessFeature (+SIRI.20)</xsd:documentation>
1280
+ </xsd:annotation>
1281
+ </xsd:element>
1282
+ <xsd:element name="AffectedFacilities" minOccurs="0">
1283
+ <xsd:annotation>
1284
+ <xsd:documentation>Facilities available for component (+SIRI 2.0)</xsd:documentation>
1285
+ </xsd:annotation>
1286
+ <xsd:complexType>
1287
+ <xsd:sequence>
1288
+ <xsd:element name="AffectedFacility" type="AffectedFacilityStructure" maxOccurs="unbounded">
1289
+ <xsd:annotation>
1290
+ <xsd:documentation>Facility available for VEHICLE JOURNEY (+SIRI 2.0)</xsd:documentation>
1291
+ </xsd:annotation>
1292
+ </xsd:element>
1293
+ </xsd:sequence>
1294
+ </xsd:complexType>
1295
+ </xsd:element>
1296
+ <xsd:element ref="Extensions" minOccurs="0"/>
1297
+ </xsd:sequence>
1298
+ </xsd:extension>
1299
+ </xsd:complexContent>
1300
+ </xsd:complexType>
1301
+ <xsd:complexType name="CasualtiesStructure">
1302
+ <xsd:annotation>
1303
+ <xsd:documentation xml:lang="en">Type for Information on casualties.</xsd:documentation>
1304
+ </xsd:annotation>
1305
+ <xsd:sequence>
1306
+ <xsd:element name="NumberOfDeaths" type="xsd:nonNegativeInteger" minOccurs="0">
1307
+ <xsd:annotation>
1308
+ <xsd:documentation>Number of fatalities.</xsd:documentation>
1309
+ </xsd:annotation>
1310
+ </xsd:element>
1311
+ <xsd:element name="NumberOfInjured" type="xsd:nonNegativeInteger" minOccurs="0">
1312
+ <xsd:annotation>
1313
+ <xsd:documentation>Number of injured presons.</xsd:documentation>
1314
+ </xsd:annotation>
1315
+ </xsd:element>
1316
+ </xsd:sequence>
1317
+ </xsd:complexType>
1318
+ <xsd:simpleType name="StopPlaceTypeEnumeration">
1319
+ <xsd:annotation>
1320
+ <xsd:documentation>Values for STOP PLACE types - TPEG Pts041 and IFOPT</xsd:documentation>
1321
+ </xsd:annotation>
1322
+ <xsd:restriction base="xsd:string">
1323
+ <xsd:enumeration value="unknown">
1324
+ <xsd:annotation>
1325
+ <xsd:documentation>TPEG Pts41_0, unknown</xsd:documentation>
1326
+ </xsd:annotation>
1327
+ </xsd:enumeration>
1328
+ <xsd:enumeration value="railwayStation">
1329
+ <xsd:annotation>
1330
+ <xsd:documentation>TPEG Pts41_1, railway station</xsd:documentation>
1331
+ </xsd:annotation>
1332
+ </xsd:enumeration>
1333
+ <xsd:enumeration value="undergroundStation">
1334
+ <xsd:annotation>
1335
+ <xsd:documentation>TPEG Pts41_2, underground station</xsd:documentation>
1336
+ </xsd:annotation>
1337
+ </xsd:enumeration>
1338
+ <xsd:enumeration value="tramStation">
1339
+ <xsd:annotation>
1340
+ <xsd:documentation>IFOPT, TPEG Pts41_3, tram station</xsd:documentation>
1341
+ </xsd:annotation>
1342
+ </xsd:enumeration>
1343
+ <xsd:enumeration value="busStation">
1344
+ <xsd:annotation>
1345
+ <xsd:documentation>IFOPT, TPEG Pts41_4, bus station</xsd:documentation>
1346
+ </xsd:annotation>
1347
+ </xsd:enumeration>
1348
+ <xsd:enumeration value="airport">
1349
+ <xsd:annotation>
1350
+ <xsd:documentation>IFOPT, TPEG Pts41_5, airport</xsd:documentation>
1351
+ </xsd:annotation>
1352
+ </xsd:enumeration>
1353
+ <xsd:enumeration value="pier">
1354
+ <xsd:annotation>
1355
+ <xsd:documentation>TPEG Pts41_6, pier</xsd:documentation>
1356
+ </xsd:annotation>
1357
+ </xsd:enumeration>
1358
+ <xsd:enumeration value="harbourPort">
1359
+ <xsd:annotation>
1360
+ <xsd:documentation>IFOPT, TPEG Pts41_7, harbour port</xsd:documentation>
1361
+ </xsd:annotation>
1362
+ </xsd:enumeration>
1363
+ <xsd:enumeration value="ferryStop">
1364
+ <xsd:annotation>
1365
+ <xsd:documentation>,IFOPT, TPEG Pts41_8, ferry stop</xsd:documentation>
1366
+ </xsd:annotation>
1367
+ </xsd:enumeration>
1368
+ <xsd:enumeration value="lightRailwayStation">
1369
+ <xsd:annotation>
1370
+ <xsd:documentation>TPEG Pts41_9, light railway station</xsd:documentation>
1371
+ </xsd:annotation>
1372
+ </xsd:enumeration>
1373
+ <xsd:enumeration value="cogwheelStation">
1374
+ <xsd:annotation>
1375
+ <xsd:documentation>TPEG Pts41_10, cogwheel station</xsd:documentation>
1376
+ </xsd:annotation>
1377
+ </xsd:enumeration>
1378
+ <xsd:enumeration value="funicularStation">
1379
+ <xsd:annotation>
1380
+ <xsd:documentation>TPEG Pts41_11, funicular station</xsd:documentation>
1381
+ </xsd:annotation>
1382
+ </xsd:enumeration>
1383
+ <xsd:enumeration value="ropewayStation">
1384
+ <xsd:annotation>
1385
+ <xsd:documentation>TPEG Pts41_12, ropeway station</xsd:documentation>
1386
+ </xsd:annotation>
1387
+ </xsd:enumeration>
1388
+ <xsd:enumeration value="coachStation">
1389
+ <xsd:annotation>
1390
+ <xsd:documentation>IFOPT, coach station</xsd:documentation>
1391
+ </xsd:annotation>
1392
+ </xsd:enumeration>
1393
+ <xsd:enumeration value="ferryPort">
1394
+ <xsd:annotation>
1395
+ <xsd:documentation>IFOPT, ferry port</xsd:documentation>
1396
+ </xsd:annotation>
1397
+ </xsd:enumeration>
1398
+ <xsd:enumeration value="onStreetBus">
1399
+ <xsd:annotation>
1400
+ <xsd:documentation>IFOPT, on-street bus stop</xsd:documentation>
1401
+ </xsd:annotation>
1402
+ </xsd:enumeration>
1403
+ <xsd:enumeration value="onStreetTram">
1404
+ <xsd:annotation>
1405
+ <xsd:documentation>IFOPT, on-street tram stop</xsd:documentation>
1406
+ </xsd:annotation>
1407
+ </xsd:enumeration>
1408
+ <xsd:enumeration value="skiLift">
1409
+ <xsd:annotation>
1410
+ <xsd:documentation>IFOPT, ski lift</xsd:documentation>
1411
+ </xsd:annotation>
1412
+ </xsd:enumeration>
1413
+ <xsd:enumeration value="other">
1414
+ <xsd:annotation>
1415
+ <xsd:documentation>IFOPT, other</xsd:documentation>
1416
+ </xsd:annotation>
1417
+ </xsd:enumeration>
1418
+ <xsd:enumeration value="undefinedStopPlaceType">
1419
+ <xsd:annotation>
1420
+ <xsd:documentation>TPEG Pts41_255, undefined STOP PLACE type</xsd:documentation>
1421
+ </xsd:annotation>
1422
+ </xsd:enumeration>
1423
+ <xsd:enumeration value="railStation">
1424
+ <xsd:annotation>
1425
+ <xsd:documentation>IFOPT, deprecated (SIRI 2.1), use railwayStation</xsd:documentation>
1426
+ </xsd:annotation>
1427
+ </xsd:enumeration>
1428
+ <xsd:enumeration value="metroStation">
1429
+ <xsd:annotation>
1430
+ <xsd:documentation>IFOPT, deprecated (SIRI 2.1), use undergroundStation</xsd:documentation>
1431
+ </xsd:annotation>
1432
+ </xsd:enumeration>
1433
+ </xsd:restriction>
1434
+ </xsd:simpleType>
1435
+ <xsd:simpleType name="AccessibilityFeatureEnumeration">
1436
+ <xsd:annotation>
1437
+ <xsd:documentation>Values for AccessibilityFeature - TPEG Pts040 and IFOPT</xsd:documentation>
1438
+ </xsd:annotation>
1439
+ <xsd:restriction base="xsd:string">
1440
+ <xsd:enumeration value="unknown">
1441
+ <xsd:annotation>
1442
+ <xsd:documentation>IFOPT, TPEG Pts40_0, unknown</xsd:documentation>
1443
+ </xsd:annotation>
1444
+ </xsd:enumeration>
1445
+ <xsd:enumeration value="singleStep">
1446
+ <xsd:annotation>
1447
+ <xsd:documentation>TPEG Pts40_1, single step</xsd:documentation>
1448
+ </xsd:annotation>
1449
+ </xsd:enumeration>
1450
+ <xsd:enumeration value="stairs">
1451
+ <xsd:annotation>
1452
+ <xsd:documentation>IFOPT, TPEG Pts40_2, stairs</xsd:documentation>
1453
+ </xsd:annotation>
1454
+ </xsd:enumeration>
1455
+ <xsd:enumeration value="escalator">
1456
+ <xsd:annotation>
1457
+ <xsd:documentation>IFOPT, TPEG Pts40_3, escalator</xsd:documentation>
1458
+ </xsd:annotation>
1459
+ </xsd:enumeration>
1460
+ <xsd:enumeration value="travelator">
1461
+ <xsd:annotation>
1462
+ <xsd:documentation>IFOPT, TPEG Pts40_4, travelator / moving walkway</xsd:documentation>
1463
+ </xsd:annotation>
1464
+ </xsd:enumeration>
1465
+ <xsd:enumeration value="lift">
1466
+ <xsd:annotation>
1467
+ <xsd:documentation>IFOPT, TPEG Pts40_5, lift / elevator</xsd:documentation>
1468
+ </xsd:annotation>
1469
+ </xsd:enumeration>
1470
+ <xsd:enumeration value="ramp">
1471
+ <xsd:annotation>
1472
+ <xsd:documentation>IFOPT, TPEG Pts40_6, ramp</xsd:documentation>
1473
+ </xsd:annotation>
1474
+ </xsd:enumeration>
1475
+ <xsd:enumeration value="mindTheGap">
1476
+ <xsd:annotation>
1477
+ <xsd:documentation>TPEG Pts40_7, mind the gap</xsd:documentation>
1478
+ </xsd:annotation>
1479
+ </xsd:enumeration>
1480
+ <xsd:enumeration value="tactilePaving">
1481
+ <xsd:annotation>
1482
+ <xsd:documentation>TPEG Pts40_8, tactile paving</xsd:documentation>
1483
+ </xsd:annotation>
1484
+ </xsd:enumeration>
1485
+ <xsd:enumeration value="seriesOfStairs">
1486
+ <xsd:annotation>
1487
+ <xsd:documentation>IFOPT, series of stairs</xsd:documentation>
1488
+ </xsd:annotation>
1489
+ </xsd:enumeration>
1490
+ <xsd:enumeration value="shuttle">
1491
+ <xsd:annotation>
1492
+ <xsd:documentation>IFOPT, shuttle</xsd:documentation>
1493
+ </xsd:annotation>
1494
+ </xsd:enumeration>
1495
+ <xsd:enumeration value="barrier">
1496
+ <xsd:annotation>
1497
+ <xsd:documentation>IFOPT, barrier</xsd:documentation>
1498
+ </xsd:annotation>
1499
+ </xsd:enumeration>
1500
+ <xsd:enumeration value="narrowEntrance">
1501
+ <xsd:annotation>
1502
+ <xsd:documentation>IFOPT, narrow entrance</xsd:documentation>
1503
+ </xsd:annotation>
1504
+ </xsd:enumeration>
1505
+ <xsd:enumeration value="confinedSpace">
1506
+ <xsd:annotation>
1507
+ <xsd:documentation>IFOPT, confined space</xsd:documentation>
1508
+ </xsd:annotation>
1509
+ </xsd:enumeration>
1510
+ <xsd:enumeration value="queueManagement">
1511
+ <xsd:annotation>
1512
+ <xsd:documentation>IFOPT, queue management</xsd:documentation>
1513
+ </xsd:annotation>
1514
+ </xsd:enumeration>
1515
+ <xsd:enumeration value="none">
1516
+ <xsd:annotation>
1517
+ <xsd:documentation>IFOPT, none</xsd:documentation>
1518
+ </xsd:annotation>
1519
+ </xsd:enumeration>
1520
+ <xsd:enumeration value="other">
1521
+ <xsd:annotation>
1522
+ <xsd:documentation>IFOPT, other</xsd:documentation>
1523
+ </xsd:annotation>
1524
+ </xsd:enumeration>
1525
+ <xsd:enumeration value="undefined">
1526
+ <xsd:annotation>
1527
+ <xsd:documentation>TPEG Pts40_255, undefined accessibility feature type</xsd:documentation>
1528
+ </xsd:annotation>
1529
+ </xsd:enumeration>
1530
+ </xsd:restriction>
1531
+ </xsd:simpleType>
1532
+ <!-- ======================================================================= -->
1533
+ </xsd:schema>