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,485 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.siri.org.uk/siri" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_connectionTimetable_service">
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
+ <Contributor>Dipl.-Ing. Sven Juergens psitrans juergens@psitrans.de</Contributor>
10
+ <Contributor>Gustav Thiessen BLIC thi@BLIC.DE</Contributor>
11
+ <Coverage>Europe</Coverage>
12
+ <Creator>Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk</Creator>
13
+ <Date>
14
+ <Created>2004-09-10</Created>
15
+ </Date>
16
+ <Date>
17
+ <Modified>2004-10-01</Modified>
18
+ </Date>
19
+ <Date>
20
+ <Modified>2005-02-14</Modified>
21
+ </Date>
22
+ <Date>
23
+ <Modified>2005-02-20</Modified>
24
+ </Date>
25
+ <Date>
26
+ <Modified>2005-05-11</Modified>
27
+ </Date>
28
+ <Date>
29
+ <Modified>2007-04-17</Modified>
30
+ <!-- Name Space changes -->
31
+ </Date>
32
+ <Date>
33
+ <Modified>2008-11-17</Modified>
34
+ <!-- Revise to support substitution groups -->
35
+ </Date>
36
+ <Date>
37
+ <Modified>2011-01-19</Modified>
38
+ <!-- Drop use of As Flat Groups for InterChangeJourney -->
39
+ </Date>
40
+ <Date>
41
+ <Modified>2012-03-23</Modified>
42
+ <!-- +SIRI v2.0 -->
43
+ </Date>
44
+ <Date>
45
+ <Modified>2012-04-18</Modified>
46
+ <!-- Add valid until to response
47
+ +SIRI v2.0
48
+
49
+ - [FR] Add Extensions tag to Connection|TimetableSubscriptionRequest
50
+ - [DE] Add Extensions element to request -->
51
+ </Date>
52
+ <Description>
53
+ <p>SIRI is a European CEN technical standard for the exchange of Public Transport real-time information.</p>
54
+ <p>This sub-schema describes the Connection Timetable Service, which provides timetables of planned connections at a connection point.</p>
55
+ </Description>
56
+ <Format>
57
+ <MediaType>text/xml</MediaType>
58
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
59
+ <Description>XML schema, W3C Recommendation 2001</Description>
60
+ </Format>
61
+ <Identifier>{http://www.siri.org.uk/schema/siri/2.0/xsd/}siri_connectionTimetable_service.xsd</Identifier>
62
+ <Language>[ISO 639-2/B] ENG</Language>
63
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
64
+ <Relation>
65
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri/siri_requests.xsd</Requires>
66
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_journey.xsd</Requires>
67
+ </Relation>
68
+ <Rights><!--Unclassified-->
69
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
70
+ </Rights>
71
+ <Source>
72
+ <ul>
73
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
74
+ </ul>
75
+ </Source>
76
+ <Status>Version 2.1</Status>
77
+ <Subject>
78
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
79
+ Air transport, Airports,
80
+ Ports and maritime transport, Ferries (marine),
81
+ Public transport, Bus services, Coach services, Bus stops and stations,
82
+ Rail transport, Railway stations and track, Train services, Underground trains,
83
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
84
+ Rail transport, Roads and road transport
85
+ </Category>
86
+ <Project>CEN TC278 WG3 SG7</Project>
87
+ </Subject>
88
+ <Title>-SIRI-CT schema. Service Interface for Real-time Information. Connection Timetable Service.</Title>
89
+ <Type>Standard</Type>
90
+ </Metadata>
91
+ </xsd:appinfo>
92
+ <xsd:documentation>SIRI-CT Connection Timetable Service.</xsd:documentation>
93
+ </xsd:annotation>
94
+ <!-- ======================================================================= -->
95
+ <xsd:include schemaLocation="siri/siri_requests.xsd"/>
96
+ <xsd:include schemaLocation="siri_model/siri_interchangeJourney.xsd"/>
97
+ <xsd:include schemaLocation="siri_model/siri_modelPermissions.xsd"/>
98
+ <xsd:group name="SiriConnectionTimetableIndexGroup">
99
+ <xsd:annotation>
100
+ <xsd:documentation>Convenience artifact to pick out main elements of the Connection Timetable Service.</xsd:documentation>
101
+ </xsd:annotation>
102
+ <xsd:sequence>
103
+ <xsd:element ref="ConnectionTimetableRequest"/>
104
+ <xsd:element ref="ConnectionTimetableSubscriptionRequest"/>
105
+ <xsd:element ref="ConnectionTimetableDelivery"/>
106
+ <xsd:sequence>
107
+ <xsd:element ref="ConnectionTimetableCapabilitiesRequest"/>
108
+ <xsd:element ref="ConnectionTimetableCapabilitiesResponse"/>
109
+ </xsd:sequence>
110
+ </xsd:sequence>
111
+ </xsd:group>
112
+ <!-- ====REQUESTS ====================================================== -->
113
+ <!-- ===== FS: Connection Timetable Request ================================== -->
114
+ <xsd:element name="ConnectionTimetableRequest" type="ConnectionTimetableRequestStructure" substitutionGroup="AbstractFunctionalServiceRequest">
115
+ <xsd:annotation>
116
+ <xsd:documentation>Request for information about timetabled connections at a stop.</xsd:documentation>
117
+ </xsd:annotation>
118
+ </xsd:element>
119
+ <xsd:group name="ConnectionTimetableTopicGroup">
120
+ <xsd:annotation>
121
+ <xsd:documentation>Parameters that specify the content to be returned.</xsd:documentation>
122
+ </xsd:annotation>
123
+ <xsd:sequence>
124
+ <xsd:element name="ArrivalWindow" type="ClosedTimestampRangeStructure" minOccurs="0">
125
+ <xsd:annotation>
126
+ <xsd:documentation>Earliest and latest time. If absent, default to the data horizon of the service.</xsd:documentation>
127
+ </xsd:annotation>
128
+ </xsd:element>
129
+ <xsd:element name="ConnectionLinkRef" type="ConnectionLinkRefStructure">
130
+ <xsd:annotation>
131
+ <xsd:documentation>CONNECTION link for which data is to be supplied.</xsd:documentation>
132
+ </xsd:annotation>
133
+ </xsd:element>
134
+ <xsd:element name="LineRef" type="LineRefStructure" minOccurs="0">
135
+ <xsd:annotation>
136
+ <xsd:documentation>Feeder LINE for which data is to be supplied.</xsd:documentation>
137
+ </xsd:annotation>
138
+ </xsd:element>
139
+ <xsd:element name="DirectionRef" type="DirectionRefStructure" minOccurs="0">
140
+ <xsd:annotation>
141
+ <xsd:documentation>Feeder DIRECTION for which data is to be supplied.</xsd:documentation>
142
+ </xsd:annotation>
143
+ </xsd:element>
144
+ </xsd:sequence>
145
+ </xsd:group>
146
+ <xsd:complexType name="ConnectionTimetableRequestStructure">
147
+ <xsd:annotation>
148
+ <xsd:documentation>Type for Request for Connection Timetable Service.</xsd:documentation>
149
+ </xsd:annotation>
150
+ <xsd:complexContent>
151
+ <xsd:extension base="AbstractFunctionalServiceRequestStructure">
152
+ <xsd:sequence>
153
+ <xsd:group ref="ConnectionTimetableTopicGroup"/>
154
+ <xsd:group ref="ConnectionTimetableRequestPolicyGroup"/>
155
+ <xsd:element ref="Extensions" minOccurs="0"/>
156
+ </xsd:sequence>
157
+ <xsd:attribute name="version" type="VersionString" default="2.1">
158
+ <xsd:annotation>
159
+ <xsd:documentation>Version number of request. Fixed
160
+ </xsd:documentation>
161
+ </xsd:annotation>
162
+ </xsd:attribute>
163
+ </xsd:extension>
164
+ </xsd:complexContent>
165
+ </xsd:complexType>
166
+ <xsd:group name="ConnectionTimetableRequestPolicyGroup">
167
+ <xsd:annotation>
168
+ <xsd:documentation>Parameters that affect the request processing.</xsd:documentation>
169
+ </xsd:annotation>
170
+ <xsd:sequence>
171
+ <xsd:element name="Language" type="xsd:language" default="en" minOccurs="0" maxOccurs="unbounded">
172
+ <xsd:annotation>
173
+ <xsd:documentation>Preferred languages in which to return text values.</xsd:documentation>
174
+ </xsd:annotation>
175
+ </xsd:element>
176
+ <xsd:element ref="IncludeTranslations" minOccurs="0"/>
177
+ </xsd:sequence>
178
+ </xsd:group>
179
+ <!-- ===== FS: Connection Timetable Subscription Request ================================== -->
180
+ <xsd:group name="ConnectionTimetableSunscriptionPolicyGroup">
181
+ <xsd:annotation>
182
+ <xsd:documentation>Parameters that affect the subscription processing.</xsd:documentation>
183
+ </xsd:annotation>
184
+ <xsd:sequence/>
185
+ </xsd:group>
186
+ <xsd:element name="ConnectionTimetableSubscriptionRequest" type="ConnectionTimetableSubscriptionStructure" substitutionGroup="AbstractFunctionalServiceSubscriptionRequest">
187
+ <xsd:annotation>
188
+ <xsd:documentation>Subscription Request for information about Timetabled connections at a stop.</xsd:documentation>
189
+ </xsd:annotation>
190
+ </xsd:element>
191
+ <xsd:complexType name="ConnectionTimetableSubscriptionStructure">
192
+ <xsd:annotation>
193
+ <xsd:documentation>Type for Subscription Request for Connection Protection.</xsd:documentation>
194
+ </xsd:annotation>
195
+ <xsd:complexContent>
196
+ <xsd:extension base="AbstractSubscriptionStructure">
197
+ <xsd:sequence>
198
+ <xsd:element ref="ConnectionTimetableRequest"/>
199
+ <xsd:element ref="Extensions" minOccurs="0"/>
200
+ </xsd:sequence>
201
+ </xsd:extension>
202
+ </xsd:complexContent>
203
+ </xsd:complexType>
204
+ <!-- ====RESPONSES=========================================================== -->
205
+ <!-- ===== FS: Connection Timetable Delivery================================== -->
206
+ <xsd:element name="ConnectionTimetableDelivery" type="ConnectionTimetableDeliveryStructure" substitutionGroup="AbstractFunctionalServiceDelivery">
207
+ <xsd:annotation>
208
+ <xsd:documentation>Delivery for Connection Timetable Service.</xsd:documentation>
209
+ </xsd:annotation>
210
+ </xsd:element>
211
+ <xsd:complexType name="ConnectionTimetableDeliveryStructure">
212
+ <xsd:annotation>
213
+ <xsd:documentation>Type for Delivery for Connection Protection.</xsd:documentation>
214
+ </xsd:annotation>
215
+ <xsd:complexContent>
216
+ <xsd:extension base="AbstractServiceDeliveryStructure">
217
+ <xsd:sequence>
218
+ <xsd:group ref="ConnectionTimetablePayloadGroup"/>
219
+ <xsd:element ref="Extensions" minOccurs="0"/>
220
+ </xsd:sequence>
221
+ <xsd:attribute name="version" type="VersionString" default="2.1">
222
+ <xsd:annotation>
223
+ <xsd:documentation>Version number of response. Fixed
224
+ </xsd:documentation>
225
+ </xsd:annotation>
226
+ </xsd:attribute>
227
+ </xsd:extension>
228
+ </xsd:complexContent>
229
+ </xsd:complexType>
230
+ <xsd:group name="ConnectionTimetablePayloadGroup">
231
+ <xsd:annotation>
232
+ <xsd:documentation>Feeder delivery payload content.</xsd:documentation>
233
+ </xsd:annotation>
234
+ <xsd:sequence>
235
+ <xsd:element ref="TimetabledFeederArrival" minOccurs="0" maxOccurs="unbounded"/>
236
+ <xsd:element ref="TimetabledFeederArrivalCancellation" minOccurs="0" maxOccurs="unbounded"/>
237
+ </xsd:sequence>
238
+ </xsd:group>
239
+ <!-- ======================================================================= -->
240
+ <xsd:element name="FeederItem" type="AbstractFeederItemStructure" abstract="true">
241
+ <xsd:annotation>
242
+ <xsd:documentation>Fedder/Fetcher SERVICE JOURNEY INTERCHANGE Activity.</xsd:documentation>
243
+ </xsd:annotation>
244
+ </xsd:element>
245
+ <xsd:complexType name="AbstractFeederItemStructure" abstract="true">
246
+ <xsd:annotation>
247
+ <xsd:documentation>Type for an SERVICE JOURNEY INTERCHANGE feeder Activity.</xsd:documentation>
248
+ </xsd:annotation>
249
+ <xsd:complexContent>
250
+ <xsd:extension base="AbstractIdentifiedItemStructure">
251
+ <xsd:sequence>
252
+ <xsd:element name="ValidUntilTime" type="xsd:dateTime" minOccurs="0">
253
+ <xsd:annotation>
254
+ <xsd:documentation>Time until when data is valid. +SIRI 2.0</xsd:documentation>
255
+ </xsd:annotation>
256
+ </xsd:element>
257
+ <xsd:group ref="InterchangeFeederIdentityGroup"/>
258
+ </xsd:sequence>
259
+ </xsd:extension>
260
+ </xsd:complexContent>
261
+ </xsd:complexType>
262
+ <xsd:group name="InterchangeFeederIdentityGroup">
263
+ <xsd:annotation>
264
+ <xsd:documentation>Elements identifying CALL at CONNECTION link of SERVICE JORUNEY INTERCHANGE of Feeder Journey .</xsd:documentation>
265
+ </xsd:annotation>
266
+ <xsd:sequence>
267
+ <xsd:element name="InterchangeRef" type="InterchangeRefStructure" minOccurs="0">
268
+ <xsd:annotation>
269
+ <xsd:documentation>Reference to the the SERVICE JOURNEY INTERCHANGE between two journeys for which data is being returned.</xsd:documentation>
270
+ </xsd:annotation>
271
+ </xsd:element>
272
+ <xsd:element name="ConnectionLinkRef" type="ConnectionLinkRefStructure">
273
+ <xsd:annotation>
274
+ <xsd:documentation>Reference to the CONNECTION link or ACCESS ZONE for which data is to be returned. i.e. associated with known feeder arrival and distributor departure STOP POINTs.</xsd:documentation>
275
+ </xsd:annotation>
276
+ </xsd:element>
277
+ <xsd:group ref="ContextualisedStopPointInSequenceGroup"/>
278
+ </xsd:sequence>
279
+ </xsd:group>
280
+ <!-- ======================================================================= -->
281
+ <xsd:element name="TimetabledFeederArrival" type="TimetabledFeederArrivalStructure" substitutionGroup="FeederItem">
282
+ <xsd:annotation>
283
+ <xsd:documentation>A feeder arrival at the arrival SCHEDUELD STOP POINT of the CONNECTION link .</xsd:documentation>
284
+ </xsd:annotation>
285
+ </xsd:element>
286
+ <xsd:complexType name="TimetabledFeederArrivalStructure">
287
+ <xsd:annotation>
288
+ <xsd:documentation>Type for incoming visit by feeder journey to SERVICE JOURNEY NTERCHANGE</xsd:documentation>
289
+ </xsd:annotation>
290
+ <xsd:complexContent>
291
+ <xsd:extension base="AbstractFeederItemStructure">
292
+ <xsd:sequence>
293
+ <xsd:element name="FeederJourney" type="InterchangeJourneyStructure">
294
+ <xsd:annotation>
295
+ <xsd:documentation>Information about the feeder journey.</xsd:documentation>
296
+ </xsd:annotation>
297
+ </xsd:element>
298
+ <xsd:element name="AimedArrivalTime" type="xsd:dateTime">
299
+ <xsd:annotation>
300
+ <xsd:documentation>Planned arrival time at the connection point.</xsd:documentation>
301
+ </xsd:annotation>
302
+ </xsd:element>
303
+ <xsd:element ref="Extensions" minOccurs="0"/>
304
+ </xsd:sequence>
305
+ </xsd:extension>
306
+ </xsd:complexContent>
307
+ </xsd:complexType>
308
+ <xsd:element name="TimetabledFeederArrivalCancellation" type="TimetabledFeederArrivalCancellationStructure">
309
+ <xsd:annotation>
310
+ <xsd:documentation>Cancellation of a previously issued Feeder Arrival.</xsd:documentation>
311
+ </xsd:annotation>
312
+ </xsd:element>
313
+ <xsd:complexType name="TimetabledFeederArrivalCancellationStructure">
314
+ <xsd:annotation>
315
+ <xsd:documentation>Type for Timetabled Deletion of a feeder connection.</xsd:documentation>
316
+ </xsd:annotation>
317
+ <xsd:complexContent>
318
+ <xsd:extension base="AbstractReferencingItemStructure">
319
+ <xsd:sequence>
320
+ <xsd:group ref="InterchangeFeederIdentityGroup"/>
321
+ <xsd:element name="LineRef" type="LineRefStructure">
322
+ <xsd:annotation>
323
+ <xsd:documentation>Reference to a LINE.</xsd:documentation>
324
+ </xsd:annotation>
325
+ </xsd:element>
326
+ <xsd:element name="DirectionRef" type="DirectionRefStructure">
327
+ <xsd:annotation>
328
+ <xsd:documentation>Reference to a DIRECTION, typically outward or return.</xsd:documentation>
329
+ </xsd:annotation>
330
+ </xsd:element>
331
+ <xsd:element name="VehicleJourneyRef" type="FramedVehicleJourneyRefStructure">
332
+ <xsd:annotation>
333
+ <xsd:documentation>Reference to a VEHICLE JOURNEY.</xsd:documentation>
334
+ </xsd:annotation>
335
+ </xsd:element>
336
+ <xsd:group ref="JourneyPatternInfoGroup" minOccurs="0"/>
337
+ <xsd:element name="Reason" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
338
+ <xsd:annotation>
339
+ <xsd:documentation>Reason for deletion. (Unbounded since SIRI 2.0)</xsd:documentation>
340
+ </xsd:annotation>
341
+ </xsd:element>
342
+ <xsd:element ref="Extensions" minOccurs="0"/>
343
+ </xsd:sequence>
344
+ </xsd:extension>
345
+ </xsd:complexContent>
346
+ </xsd:complexType>
347
+ <!-- ======================================================================= -->
348
+ <!-- ==== WSDL=========================================-->
349
+ <xsd:complexType name="ConnectionTimetableDeliveriesStructure">
350
+ <xsd:annotation>
351
+ <xsd:documentation>Type for Deliveries for Connection Timetable Service. Used in WSDl.</xsd:documentation>
352
+ </xsd:annotation>
353
+ <xsd:sequence>
354
+ <xsd:element ref="ConnectionTimetableDelivery"/>
355
+ </xsd:sequence>
356
+ </xsd:complexType>
357
+ <!-- ======================================================================= -->
358
+ <!-- ==== CS: Capability Request=================================================================== -->
359
+ <xsd:element name="ConnectionTimetableCapabilitiesRequest" type="ServiceCapabilitiesRequestStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesRequest">
360
+ <xsd:annotation>
361
+ <xsd:documentation>Request for information about Connection Timetable Service Capabilities. Answered with a ConnectionTimetableCapabilitiesResponse.</xsd:documentation>
362
+ </xsd:annotation>
363
+ </xsd:element>
364
+ <xsd:element name="ConnectionTimetableCapabilitiesResponse" type="ConnectionTimetableCapabilitiesResponseStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesResponse">
365
+ <xsd:annotation>
366
+ <xsd:documentation>Capabilities for Connection Timetable Service. Answers a ConnectionTimetableCapabilitiesRequest.</xsd:documentation>
367
+ </xsd:annotation>
368
+ </xsd:element>
369
+ <!-- ==== CS: Capability Response=================================================================== -->
370
+ <xsd:complexType name="ConnectionTimetableCapabilitiesResponseStructure">
371
+ <xsd:annotation>
372
+ <xsd:documentation>Type for Delivery for Connection TimetableService.</xsd:documentation>
373
+ </xsd:annotation>
374
+ <xsd:complexContent>
375
+ <xsd:extension base="AbstractServiceCapabilitiesResponseStructure">
376
+ <xsd:sequence>
377
+ <xsd:element ref="ConnectionTimetableServiceCapabilities" minOccurs="0"/>
378
+ <xsd:element name="ConnectionTimetablePermissions" minOccurs="0">
379
+ <xsd:annotation>
380
+ <xsd:documentation>Participant's permissions to use the service, Only returned if requested.</xsd:documentation>
381
+ </xsd:annotation>
382
+ <xsd:complexType>
383
+ <xsd:complexContent>
384
+ <xsd:extension base="PermissionsStructure">
385
+ <xsd:sequence>
386
+ <xsd:element name="ConnectionTimetablePermission" type="ConnectionServicePermissionStructure" minOccurs="0" maxOccurs="unbounded">
387
+ <xsd:annotation>
388
+ <xsd:documentation>Permission for a single participant or all participants to use an aspect of the service.</xsd:documentation>
389
+ </xsd:annotation>
390
+ </xsd:element>
391
+ </xsd:sequence>
392
+ </xsd:extension>
393
+ </xsd:complexContent>
394
+ </xsd:complexType>
395
+ </xsd:element>
396
+ <xsd:element ref="Extensions" minOccurs="0"/>
397
+ </xsd:sequence>
398
+ <xsd:attribute name="version" type="VersionString" default="2.1">
399
+ <xsd:annotation>
400
+ <xsd:documentation>
401
+ Version number of response. Fixed
402
+ </xsd:documentation>
403
+ </xsd:annotation>
404
+ </xsd:attribute>
405
+ </xsd:extension>
406
+ </xsd:complexContent>
407
+ </xsd:complexType>
408
+ <xsd:complexType name="ConnectionTimetableCapabilityRequestPolicyStructure">
409
+ <xsd:annotation>
410
+ <xsd:documentation>Type for capability request.</xsd:documentation>
411
+ </xsd:annotation>
412
+ <xsd:complexContent>
413
+ <xsd:extension base="CapabilityRequestPolicyStructure">
414
+ <xsd:sequence>
415
+ <xsd:element name="ForeignJourneysOnly" type="xsd:boolean" minOccurs="0">
416
+ <xsd:annotation>
417
+ <xsd:documentation>Whether results returns foreign journeys only.</xsd:documentation>
418
+ </xsd:annotation>
419
+ </xsd:element>
420
+ </xsd:sequence>
421
+ </xsd:extension>
422
+ </xsd:complexContent>
423
+ </xsd:complexType>
424
+ <xsd:element name="ConnectionTimetableServiceCapabilities" type="ConnectionTimetableServiceCapabilitiesStructure">
425
+ <xsd:annotation>
426
+ <xsd:documentation>Capabilities of Connection Timetable Service.</xsd:documentation>
427
+ </xsd:annotation>
428
+ </xsd:element>
429
+ <xsd:complexType name="ConnectionTimetableServiceCapabilitiesStructure">
430
+ <xsd:annotation>
431
+ <xsd:documentation>Type for Connection Timetable Capabilities.</xsd:documentation>
432
+ </xsd:annotation>
433
+ <xsd:complexContent>
434
+ <xsd:extension base="AbstractCapabilitiesStructure">
435
+ <xsd:sequence>
436
+ <xsd:element name="TopicFiltering" minOccurs="0">
437
+ <xsd:annotation>
438
+ <xsd:documentation>Filtering Capabilities.</xsd:documentation>
439
+ </xsd:annotation>
440
+ <xsd:complexType>
441
+ <xsd:sequence>
442
+ <xsd:element ref="FilterByLineRef"/>
443
+ <xsd:element ref="FilterByConnectionLinkRef">
444
+ <xsd:annotation>
445
+ <xsd:documentation>Whether results can be filtered by Connection link. Default is ' true'.</xsd:documentation>
446
+ </xsd:annotation>
447
+ </xsd:element>
448
+ </xsd:sequence>
449
+ </xsd:complexType>
450
+ </xsd:element>
451
+ <xsd:element name="RequestPolicy" minOccurs="0">
452
+ <xsd:annotation>
453
+ <xsd:documentation>Request Policy capabilities.</xsd:documentation>
454
+ </xsd:annotation>
455
+ <xsd:complexType>
456
+ <xsd:complexContent>
457
+ <xsd:extension base="CapabilityRequestPolicyStructure">
458
+ <xsd:sequence>
459
+ <xsd:element name="ForeignJourneysOnly" type="xsd:boolean" default="false" minOccurs="0">
460
+ <xsd:annotation>
461
+ <xsd:documentation>Whether service returns only foreign journeys. Default is 'false'.</xsd:documentation>
462
+ </xsd:annotation>
463
+ </xsd:element>
464
+ </xsd:sequence>
465
+ </xsd:extension>
466
+ </xsd:complexContent>
467
+ </xsd:complexType>
468
+ </xsd:element>
469
+ <xsd:element name="SubscriptionPolicy" type="CapabilitySubscriptionPolicyStructure" minOccurs="0">
470
+ <xsd:annotation>
471
+ <xsd:documentation>Subscription Policy capabilities.</xsd:documentation>
472
+ </xsd:annotation>
473
+ </xsd:element>
474
+ <xsd:element name="AccessControl" type="ConnectionCapabilityAccessControlStructure" minOccurs="0">
475
+ <xsd:annotation>
476
+ <xsd:documentation>Optional Access control capabilities.</xsd:documentation>
477
+ </xsd:annotation>
478
+ </xsd:element>
479
+ <xsd:element ref="Extensions" minOccurs="0"/>
480
+ </xsd:sequence>
481
+ </xsd:extension>
482
+ </xsd:complexContent>
483
+ </xsd:complexType>
484
+ <!-- ======================================================================= -->
485
+ </xsd:schema>