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,490 @@
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" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_estimatedTimetable_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>Werner Kohl MDV</Contributor>
10
+ <Coverage>Europe</Coverage>
11
+ <Creator>Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk</Creator>
12
+ <Date>
13
+ <Created>2003-02-10</Created>
14
+ </Date>
15
+ <Date>
16
+ <Modified>2004-10-31</Modified>
17
+ </Date>
18
+ <Date>
19
+ <Modified>2005-02-14</Modified>
20
+ </Date>
21
+ <Date>
22
+ <Modified>2005-02-20</Modified>
23
+ </Date>
24
+ <Date>
25
+ <Modified>2005-05-11</Modified>
26
+ </Date>
27
+ <Date><Modified>2007-04-17</Modified>
28
+ Name Space changes
29
+ </Date>
30
+ <Date><Modified>2008-03-26</Modified>
31
+ Add wrapper tag for Line DIRECTION to help binding to Axis
32
+ </Date>
33
+ <Date><Modified>2008-11-17</Modified>
34
+ Revise to support substitution groups
35
+ </Date>
36
+ <Date><Modified>2011-01-19</Modified>
37
+ Drop use of As Flat Groups for EstimatedCalls
38
+ </Date>
39
+ <Date><Modified>2012-03-23</Modified>
40
+ +SIRI v2.0
41
+ - Add EstimatedServiceJourneyInterchange (i.e. Estimated Connection of VEHICLE) to EstimatedTimetableDelivery
42
+ - [FR] Add Extensions tag to EstimatedTimetableSubscriptionRequest
43
+ - [DE] Add ExpectedDeparturePredictionQuality to OnwardVehicleDepartureTimes
44
+ [DE] Correct capabilites matrix to matx doc. Add defauklt preview intervakl and versionref
45
+ </Date>
46
+ <Description>
47
+ <p>SIRI is a European CEN standard for the exchange of Public Transport real-time information.</p>
48
+ <p>This sub-schema describes the Estimated Timetable Service.</p>
49
+ </Description>
50
+ <Format>
51
+ <MediaType>text/xml</MediaType>
52
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
53
+ <Description>XML schema, W3C Recommendation 2001</Description>
54
+ </Format>
55
+ <Identifier>{http://www.siri.org.uk/schema/2.0/xsd/}siri_estimatedTimetable_service.xsd</Identifier>
56
+ <Language>[ISO 639-2/B] ENG</Language>
57
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
58
+ <Relation>
59
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri/siri_requests.xsd</Requires>
60
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_estimatedVehicleJourney.xsd</Requires>
61
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_modelPermissions.xsd</Requires>
62
+ </Relation>
63
+ <Rights><!--Unclassified-->
64
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
65
+ </Rights>
66
+ <Source>
67
+ <ul>
68
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
69
+ </ul>
70
+ </Source>
71
+ <Status>Version 2.1</Status>
72
+ <Subject>
73
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
74
+ Air transport, Airports,
75
+ Ports and maritime transport, Ferries (marine),
76
+ Public transport, Bus services, Coach services, Bus stops and stations,
77
+ Rail transport, Railway stations and track, Train services, Underground trains,
78
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
79
+ Rail transport, Roads and road transport
80
+ </Category>
81
+ <Project>CEN TC278 WG3 SG7</Project>
82
+ </Subject>
83
+ <Title>SIRI-ET XML schema. Service Interface for Real-time Information. Estimated Timetable Service.</Title>
84
+ <Type>Standard</Type>
85
+ </Metadata>
86
+ </xsd:appinfo>
87
+ <xsd:documentation>SIRI-ET Estimated Timetable Service.</xsd:documentation>
88
+ </xsd:annotation>
89
+ <!-- ==== Dependencies=========================================-->
90
+ <xsd:include schemaLocation="siri/siri_requests.xsd"/>
91
+ <xsd:include schemaLocation="siri_model/siri_estimatedVehicleJourney.xsd"/>
92
+ <xsd:include schemaLocation="siri_model/siri_modelPermissions.xsd"/>
93
+ <!-- ==== Estimated Timetable messages =========================================-->
94
+ <xsd:group name="SiriEstimatedTimetableIndexGroup">
95
+ <xsd:annotation>
96
+ <xsd:documentation>Convenience artifact to pick out main elements of the Estimated Timetable Service.</xsd:documentation>
97
+ </xsd:annotation>
98
+ <xsd:sequence>
99
+ <xsd:element ref="EstimatedTimetableRequest"/>
100
+ <xsd:element ref="EstimatedTimetableSubscriptionRequest"/>
101
+ <xsd:element ref="EstimatedTimetableDelivery"/>
102
+ <xsd:sequence>
103
+ <xsd:element ref="EstimatedTimetableCapabilitiesRequest"/>
104
+ <xsd:element ref="EstimatedTimetableCapabilitiesResponse"/>
105
+ </xsd:sequence>
106
+ </xsd:sequence>
107
+ </xsd:group>
108
+ <!-- ==== Production Timetable Delivery =========================================-->
109
+ <!-- ====REQUESTS ====================================================== -->
110
+ <!-- ==== FS: Estimated Timetable Subscription =========================================-->
111
+ <xsd:element name="EstimatedTimetableRequest" type="EstimatedTimetableRequestStructure" substitutionGroup="AbstractFunctionalServiceRequest">
112
+ <xsd:annotation>
113
+ <xsd:documentation>Request for information about the estimated timetable.</xsd:documentation>
114
+ </xsd:annotation>
115
+ </xsd:element>
116
+ <xsd:complexType name="EstimatedTimetableRequestStructure">
117
+ <xsd:annotation>
118
+ <xsd:documentation>Type for Type for Functional Service Request for Estimated Timetable.</xsd:documentation>
119
+ </xsd:annotation>
120
+ <xsd:complexContent>
121
+ <xsd:extension base="AbstractFunctionalServiceRequestStructure">
122
+ <xsd:sequence>
123
+ <xsd:group ref="EstimatedTimetableTopicGroup"/>
124
+ <xsd:group ref="EstimatedTimetableRequestPolicyGroup"/>
125
+ <xsd:element ref="Extensions" minOccurs="0"/>
126
+ </xsd:sequence>
127
+ <xsd:attribute name="version" type="VersionString" default="2.1">
128
+ <xsd:annotation>
129
+ <xsd:documentation>Version number of request. Fixed
130
+ </xsd:documentation>
131
+ </xsd:annotation>
132
+ </xsd:attribute>
133
+ </xsd:extension>
134
+ </xsd:complexContent>
135
+ </xsd:complexType>
136
+ <xsd:group name="EstimatedTimetableTopicGroup">
137
+ <xsd:annotation>
138
+ <xsd:documentation>Parameters that specify the content to be returned.</xsd:documentation>
139
+ </xsd:annotation>
140
+ <xsd:sequence>
141
+ <xsd:element name="PreviewInterval" type="PositiveDurationType" minOccurs="0">
142
+ <xsd:annotation>
143
+ <xsd:documentation>Forward duration for which journeys should be included. For subscriptions, this duration is a continuously rolling window from the present time. For immediate requests, this duration is measured from the time of the request.</xsd:documentation>
144
+ </xsd:annotation>
145
+ </xsd:element>
146
+ <xsd:element name="TimetableVersionRef" type="VersionRefStructure" minOccurs="0">
147
+ <xsd:annotation>
148
+ <xsd:documentation>Communicate only differences to the timetable specified by this version of the timetable.</xsd:documentation>
149
+ </xsd:annotation>
150
+ </xsd:element>
151
+ <xsd:element name="OperatorRef" type="OperatorRefStructure" minOccurs="0" maxOccurs="unbounded">
152
+ <xsd:annotation>
153
+ <xsd:documentation>Filter the results to include journeys for only the specified OPERATORs.</xsd:documentation>
154
+ </xsd:annotation>
155
+ </xsd:element>
156
+ <xsd:element name="Lines" minOccurs="0">
157
+ <xsd:annotation>
158
+ <xsd:documentation>Filter the results to include only VEHICLEs along the given LINEs.</xsd:documentation>
159
+ </xsd:annotation>
160
+ <xsd:complexType>
161
+ <xsd:sequence>
162
+ <xsd:element name="LineDirection" type="LineDirectionStructure" maxOccurs="unbounded">
163
+ <xsd:annotation>
164
+ <xsd:documentation>Include only vehicles along the given LINE.</xsd:documentation>
165
+ </xsd:annotation>
166
+ </xsd:element>
167
+ </xsd:sequence>
168
+ </xsd:complexType>
169
+ </xsd:element>
170
+ <xsd:element name="VehicleMode" type="VehicleModesEnumeration" minOccurs="0" maxOccurs="unbounded">
171
+ <xsd:annotation>
172
+ <xsd:documentation>Filter the results to include only journeys of the specified VEHICLE MODE. +SIRI v2.1</xsd:documentation>
173
+ </xsd:annotation>
174
+ </xsd:element>
175
+ <xsd:element name="ProductCategoryRef" type="ProductCategoryRefStructure" minOccurs="0" maxOccurs="unbounded">
176
+ <xsd:annotation>
177
+ <xsd:documentation>Filter the results to include only journeys of the specified TYPE OF PRODUCT CATEGORY. +SIRI v2.1</xsd:documentation>
178
+ </xsd:annotation>
179
+ </xsd:element>
180
+ <xsd:element name="StopPointRef" type="StopPointRefStructure" minOccurs="0" maxOccurs="unbounded">
181
+ <xsd:annotation>
182
+ <xsd:documentation>Filter the results to include only journeys with a CALL at the specified STOP POINT. +SIRI v2.1</xsd:documentation>
183
+ </xsd:annotation>
184
+ </xsd:element>
185
+ </xsd:sequence>
186
+ </xsd:group>
187
+ <xsd:group name="EstimatedTimetableRequestPolicyGroup">
188
+ <xsd:annotation>
189
+ <xsd:documentation>Parameters that affect the request processing. Mostly act to reduce the number of messages exchanged.</xsd:documentation>
190
+ </xsd:annotation>
191
+ <xsd:sequence>
192
+ <xsd:element name="Language" type="xsd:language" default="en" minOccurs="0" maxOccurs="unbounded">
193
+ <xsd:annotation>
194
+ <xsd:documentation>Preferred languages in which to return text values.</xsd:documentation>
195
+ </xsd:annotation>
196
+ </xsd:element>
197
+ <xsd:element ref="IncludeTranslations" minOccurs="0"/>
198
+ <xsd:element ref="IncludeInterchanges" minOccurs="0"/>
199
+ <xsd:element ref="IncludeJourneyRelations" minOccurs="0"/>
200
+ <xsd:element ref="IncludeTrainFormations" minOccurs="0"/>
201
+ <xsd:element name="EstimatedTimetableDetailLevel" type="EstimatedTimetableDetailEnumeration" default="calls" minOccurs="0">
202
+ <xsd:annotation>
203
+ <xsd:documentation>Level of detail to include in response. Default is 'normal'. (SIRI 2.0)</xsd:documentation>
204
+ </xsd:annotation>
205
+ </xsd:element>
206
+ </xsd:sequence>
207
+ </xsd:group>
208
+ <xsd:simpleType name="EstimatedTimetableDetailEnumeration">
209
+ <xsd:annotation>
210
+ <xsd:documentation>Detail Levels for Estimated Timetable Request.</xsd:documentation>
211
+ </xsd:annotation>
212
+ <xsd:restriction base="xsd:NMTOKEN">
213
+ <xsd:enumeration value="minimum">
214
+ <xsd:annotation>
215
+ <xsd:documentation>Return only the minimum amount of optional data for each Stop Visit to provide a display, A time at stop, LINE name and destination name.</xsd:documentation>
216
+ </xsd:annotation>
217
+ </xsd:enumeration>
218
+ <xsd:enumeration value="basic">
219
+ <xsd:annotation>
220
+ <xsd:documentation>Return minimum and other available basic details for each Stop Visit. Do not include data on times at next stop or destination.</xsd:documentation>
221
+ </xsd:annotation>
222
+ </xsd:enumeration>
223
+ <xsd:enumeration value="normal">
224
+ <xsd:annotation>
225
+ <xsd:documentation>Return all basic data, and also origin VIA points and destination.</xsd:documentation>
226
+ </xsd:annotation>
227
+ </xsd:enumeration>
228
+ <xsd:enumeration value="calls">
229
+ <xsd:annotation>
230
+ <xsd:documentation>Return in addition to normal data, the estimated call data i .</xsd:documentation>
231
+ </xsd:annotation>
232
+ </xsd:enumeration>
233
+ <xsd:enumeration value="full">
234
+ <xsd:annotation>
235
+ <xsd:documentation>Return all available data for each including calls.</xsd:documentation>
236
+ </xsd:annotation>
237
+ </xsd:enumeration>
238
+ </xsd:restriction>
239
+ </xsd:simpleType>
240
+ <!-- ==== FS: Estimated Timetable Subscription =========================================-->
241
+ <xsd:element name="EstimatedTimetableSubscriptionRequest" type="EstimatedTimetableSubscriptionStructure" substitutionGroup="AbstractFunctionalServiceSubscriptionRequest">
242
+ <xsd:annotation>
243
+ <xsd:documentation>Request for a subscription to the Estimated Timetable Service.</xsd:documentation>
244
+ </xsd:annotation>
245
+ </xsd:element>
246
+ <xsd:group name="EstimatedTimetableSubscriptionPolicyGroup">
247
+ <xsd:annotation>
248
+ <xsd:documentation>Parameters that affect the subscription publishing and notification processing.</xsd:documentation>
249
+ </xsd:annotation>
250
+ <xsd:sequence>
251
+ <xsd:element name="IncrementalUpdates" type="xsd:boolean" default="true" minOccurs="0">
252
+ <xsd:annotation>
253
+ <xsd:documentation>Whether the producer should return the complete set of data, or only provide updates to the previously returned data i.e. changes to the expected deviation (delay or early time). Default is 'true'. If true only changes at the first stop will be returned and the client must interpolate the
254
+ If false each subscription response will contain the full information as specified in this request (++SIRI 2.0).</xsd:documentation>
255
+ </xsd:annotation>
256
+ </xsd:element>
257
+ <xsd:element name="ChangeBeforeUpdates" type="DurationType" minOccurs="0">
258
+ <xsd:annotation>
259
+ <xsd:documentation>The amount of change to the arrival or departure time that can happen before an update is sent (i.e. if ChangeBeforeUpdate is set to 2 minutes, the subscriber will not be told that a timetable is changed by 30 seconds - an update will only be sent when the timetable is changed by at least least 2 minutes. (OPtional from SIRI 2.0)</xsd:documentation>
260
+ </xsd:annotation>
261
+ </xsd:element>
262
+ <xsd:element name="SkipRecordedCallUpdates" type="xsd:boolean" default="false" minOccurs="0">
263
+ <xsd:annotation>
264
+ <xsd:documentation>Indicates whether actual arrival-/departure times should be delivered as incremental updates, i.e. whether RECORDED CALL updates are transmitted immediately after an event occurs. +SIRI v2.1
265
+ - 'false': Specifies that the data producer should transmit RECORDED CALL data, in particular actual arrival-/departure information as an incremental update immediately after an event occurs (with hysteresis taken into account) as is generally the case.
266
+ The server will automatically proceed with 'false' if capability is not supported.
267
+ - 'true': Can be requested if the data traffic is to be reduced and an immediate transmissions is not required in any of the consumer systems.
268
+ 'true' specifies that the data producer should skip RECORDED CALL updates (if capability is supported after all), i.e., deliver them with the next update instead.
269
+ - No specification: Default value 'false' applies (don't skip updates of recorded data).</xsd:documentation>
270
+ </xsd:annotation>
271
+ </xsd:element>
272
+ <xsd:element name="IncludeOnlyRecordedCallUpdates" type="xsd:boolean" default="false" minOccurs="0">
273
+ <xsd:annotation>
274
+ <xsd:documentation>Indicates whether ONLY actual arrival-/departure times should be delivered. In other words, whether all updates related to ESTIMATED CALL should be skipped. +SIRI v2.1
275
+ - 'false': Specifies that the data producer should transmit ESTIMATED and RECORDED CALL data as an incremental update immediately after an event occurs (with hysteresis taken into account) as is generally the case.
276
+ The server will automatically proceed with 'false' if capability is not supported.
277
+ - 'true': Can be requested if a consumer system is only interested in the actual times / recorded events because it only wants to check the performance for example.
278
+ 'true' specifies that the data producer should only deliver RECORDED CALL udpates and skip ESTIMATED CALL updates (if capability is supported after all), i.e., deliver ESTIMATED CALL updates only with the next RECORDED CALL update.
279
+ - No specification: Default value 'false' applies (don't skip updates of estimated data).</xsd:documentation>
280
+ </xsd:annotation>
281
+ </xsd:element>
282
+ </xsd:sequence>
283
+ </xsd:group>
284
+ <xsd:complexType name="EstimatedTimetableSubscriptionStructure">
285
+ <xsd:annotation>
286
+ <xsd:documentation>Subscription Request for the Estimated Timetable Service.</xsd:documentation>
287
+ </xsd:annotation>
288
+ <xsd:complexContent>
289
+ <xsd:extension base="AbstractSubscriptionStructure">
290
+ <xsd:sequence>
291
+ <xsd:element ref="EstimatedTimetableRequest"/>
292
+ <xsd:sequence>
293
+ <xsd:group ref="EstimatedTimetableSubscriptionPolicyGroup"/>
294
+ </xsd:sequence>
295
+ <xsd:element ref="Extensions" minOccurs="0"/>
296
+ </xsd:sequence>
297
+ </xsd:extension>
298
+ </xsd:complexContent>
299
+ </xsd:complexType>
300
+ <!-- ====RESPONSES=========================================================== -->
301
+ <!-- ==== FS: Estimated Timetable Delivery ============================================-->
302
+ <xsd:element name="EstimatedTimetableDelivery" type="EstimatedTimetableDeliveryStructure" substitutionGroup="AbstractFunctionalServiceDelivery">
303
+ <xsd:annotation>
304
+ <xsd:documentation>Delivery for Estimated Timetable Service.</xsd:documentation>
305
+ </xsd:annotation>
306
+ </xsd:element>
307
+ <xsd:complexType name="EstimatedTimetableDeliveryStructure">
308
+ <xsd:annotation>
309
+ <xsd:documentation>Type for Delivery for Real-time Timetable Service.</xsd:documentation>
310
+ </xsd:annotation>
311
+ <xsd:complexContent>
312
+ <xsd:extension base="AbstractServiceDeliveryStructure">
313
+ <xsd:sequence>
314
+ <xsd:group ref="EstimatedTimetablePayloadGroup"/>
315
+ </xsd:sequence>
316
+ <xsd:attribute name="version" type="VersionString" default="2.1">
317
+ <xsd:annotation>
318
+ <xsd:documentation>Version number of response. Fixed
319
+ </xsd:documentation>
320
+ </xsd:annotation>
321
+ </xsd:attribute>
322
+ </xsd:extension>
323
+ </xsd:complexContent>
324
+ </xsd:complexType>
325
+ <xsd:complexType name="EstimatedVersionFrameStructure">
326
+ <xsd:annotation>
327
+ <xsd:documentation>Type for version frame structure.</xsd:documentation>
328
+ </xsd:annotation>
329
+ <xsd:complexContent>
330
+ <xsd:extension base="AbstractItemStructure">
331
+ <xsd:sequence>
332
+ <xsd:element ref="VersionRef" minOccurs="0"/>
333
+ <xsd:element ref="EstimatedVehicleJourney" maxOccurs="unbounded"/>
334
+ <xsd:element ref="EstimatedServiceJourneyInterchange" minOccurs="0" maxOccurs="unbounded">
335
+ <xsd:annotation>
336
+ <xsd:documentation>Connection parameters for a monitored SERVICE JOURNEY INTERCHANGE between a feeder and distributor journey. SIRI 2.0</xsd:documentation>
337
+ </xsd:annotation>
338
+ </xsd:element>
339
+ </xsd:sequence>
340
+ </xsd:extension>
341
+ </xsd:complexContent>
342
+ </xsd:complexType>
343
+ <xsd:group name="EstimatedTimetablePayloadGroup">
344
+ <xsd:annotation>
345
+ <xsd:documentation>Payload part of Estimated Timetable Delivery.</xsd:documentation>
346
+ </xsd:annotation>
347
+ <xsd:sequence>
348
+ <xsd:element name="EstimatedJourneyVersionFrame" type="EstimatedVersionFrameStructure" maxOccurs="unbounded">
349
+ <xsd:annotation>
350
+ <xsd:documentation>Estimated Journeys of a common TIMETABLE VERSION FRAME, grouped by timetable version.</xsd:documentation>
351
+ </xsd:annotation>
352
+ </xsd:element>
353
+ <xsd:element ref="Extensions" minOccurs="0"/>
354
+ </xsd:sequence>
355
+ </xsd:group>
356
+ <!-- ======================================================================= -->
357
+ <!-- ==== WSDL=========================================-->
358
+ <xsd:complexType name="EstimatedTimetableDeliveriesStructure">
359
+ <xsd:annotation>
360
+ <xsd:documentation>Type for Deliveries for Real-time Timetable Service. Used in WSDL. </xsd:documentation>
361
+ </xsd:annotation>
362
+ <xsd:sequence>
363
+ <xsd:element ref="EstimatedTimetableDelivery" maxOccurs="unbounded"/>
364
+ </xsd:sequence>
365
+ </xsd:complexType>
366
+ <!-- ======================================================================= -->
367
+ <!-- ==== CS: Capability Request=================================================================== -->
368
+ <xsd:element name="EstimatedTimetableCapabilitiesRequest" type="ServiceCapabilitiesRequestStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesRequest">
369
+ <xsd:annotation>
370
+ <xsd:documentation>Request for information about Estimated Timetable Service Capabilities. Answered with a EstimatedTimetableCapabilitiesResponse.</xsd:documentation>
371
+ </xsd:annotation>
372
+ </xsd:element>
373
+ <!-- ==== CS: Capability Response=================================================================== -->
374
+ <xsd:element name="EstimatedTimetableCapabilitiesResponse" type="EstimatedTimetableCapabilitiesResponseStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesResponse">
375
+ <xsd:annotation>
376
+ <xsd:documentation>Capabilities for Estimated Timetable Service. Answers a EstimatedTimetableCapabilitiesRequest.</xsd:documentation>
377
+ </xsd:annotation>
378
+ </xsd:element>
379
+ <xsd:complexType name="EstimatedTimetableCapabilitiesResponseStructure">
380
+ <xsd:annotation>
381
+ <xsd:documentation>Type for Delivery for Estimated Timetable Capability.</xsd:documentation>
382
+ </xsd:annotation>
383
+ <xsd:complexContent>
384
+ <xsd:extension base="AbstractServiceCapabilitiesResponseStructure">
385
+ <xsd:sequence>
386
+ <xsd:element ref="EstimatedTimetableServiceCapabilities" minOccurs="0"/>
387
+ <xsd:element ref="EstimatedTimetablePermissions" minOccurs="0"/>
388
+ <xsd:element ref="Extensions" minOccurs="0"/>
389
+ </xsd:sequence>
390
+ <xsd:attribute name="version" type="VersionString" use="optional" default="2.1"/>
391
+ </xsd:extension>
392
+ </xsd:complexContent>
393
+ </xsd:complexType>
394
+ <xsd:complexType name="EstimatedTimetableCapabilityRequestPolicyStructure">
395
+ <xsd:annotation>
396
+ <xsd:documentation>Type for Estimated Timetable Capability Request Policy.</xsd:documentation>
397
+ </xsd:annotation>
398
+ <xsd:complexContent>
399
+ <xsd:extension base="CapabilityRequestPolicyStructure">
400
+ <xsd:sequence>
401
+ <xsd:element name="ForeignJourneysOnly" type="xsd:boolean" minOccurs="0">
402
+ <xsd:annotation>
403
+ <xsd:documentation>Whether results returns foreign journeys only.</xsd:documentation>
404
+ </xsd:annotation>
405
+ </xsd:element>
406
+ </xsd:sequence>
407
+ </xsd:extension>
408
+ </xsd:complexContent>
409
+ </xsd:complexType>
410
+ <xsd:element name="EstimatedTimetableServiceCapabilities" type="EstimatedTimetableServiceCapabilitiesStructure">
411
+ <xsd:annotation>
412
+ <xsd:documentation> Capabilities of Estimated TimetableService.</xsd:documentation>
413
+ </xsd:annotation>
414
+ </xsd:element>
415
+ <xsd:complexType name="EstimatedTimetableServiceCapabilitiesStructure">
416
+ <xsd:annotation>
417
+ <xsd:documentation>Type for Estimated Timetable Capabilities.</xsd:documentation>
418
+ </xsd:annotation>
419
+ <xsd:complexContent>
420
+ <xsd:extension base="AbstractCapabilitiesStructure">
421
+ <xsd:sequence>
422
+ <xsd:element name="TopicFiltering" minOccurs="0">
423
+ <xsd:annotation>
424
+ <xsd:documentation>Filtering Capabilities.</xsd:documentation>
425
+ </xsd:annotation>
426
+ <xsd:complexType>
427
+ <xsd:sequence>
428
+ <xsd:element name="DefaultPreviewInterval" type="PositiveDurationType" minOccurs="0">
429
+ <xsd:annotation>
430
+ <xsd:documentation>Preview interval available for estimations.</xsd:documentation>
431
+ </xsd:annotation>
432
+ </xsd:element>
433
+ <xsd:element ref="FilterByOperatorRef"/>
434
+ <xsd:element ref="FilterByLineRef"/>
435
+ <xsd:element ref="FilterByVehicleMode" minOccurs="0"/>
436
+ <xsd:element ref="FilterByProductCategoryRef" minOccurs="0"/>
437
+ <xsd:element ref="FilterByStopPointRef" minOccurs="0"/>
438
+ <xsd:element name="FilterByVersionRef" type="xsd:boolean" default="true" minOccurs="0">
439
+ <xsd:annotation>
440
+ <xsd:documentation>Whether results can be filtered by TIMETABLE VERSION Default is 'true'.</xsd:documentation>
441
+ </xsd:annotation>
442
+ </xsd:element>
443
+ </xsd:sequence>
444
+ </xsd:complexType>
445
+ </xsd:element>
446
+ <xsd:element name="RequestPolicy" minOccurs="0">
447
+ <xsd:annotation>
448
+ <xsd:documentation>Request Policy capabilities.</xsd:documentation>
449
+ </xsd:annotation>
450
+ <xsd:complexType>
451
+ <xsd:complexContent>
452
+ <xsd:extension base="CapabilityRequestPolicyStructure"/>
453
+ </xsd:complexContent>
454
+ </xsd:complexType>
455
+ </xsd:element>
456
+ <xsd:element name="SubscriptionPolicy" type="CapabilitySubscriptionPolicyStructure" minOccurs="0">
457
+ <xsd:annotation>
458
+ <xsd:documentation>Subscription Policy capabilities.</xsd:documentation>
459
+ </xsd:annotation>
460
+ </xsd:element>
461
+ <xsd:element name="AccessControl" type="ConnectionCapabilityAccessControlStructure" minOccurs="0">
462
+ <xsd:annotation>
463
+ <xsd:documentation>Optional Access control capabilities.</xsd:documentation>
464
+ </xsd:annotation>
465
+ </xsd:element>
466
+ <xsd:element ref="Extensions" minOccurs="0"/>
467
+ </xsd:sequence>
468
+ </xsd:extension>
469
+ </xsd:complexContent>
470
+ </xsd:complexType>
471
+ <!-- ====permissions=================================================================== -->
472
+ <xsd:element name="EstimatedTimetablePermissions">
473
+ <xsd:annotation>
474
+ <xsd:documentation>Participant's permissions to use the service.</xsd:documentation>
475
+ </xsd:annotation>
476
+ <xsd:complexType>
477
+ <xsd:complexContent>
478
+ <xsd:extension base="PermissionsStructure">
479
+ <xsd:sequence>
480
+ <xsd:element name="EstimatedTimetablePermission" type="ConnectionServicePermissionStructure" minOccurs="0" maxOccurs="unbounded">
481
+ <xsd:annotation>
482
+ <xsd:documentation>Permission for a single participant or all participants to use an aspect of the service.</xsd:documentation>
483
+ </xsd:annotation>
484
+ </xsd:element>
485
+ </xsd:sequence>
486
+ </xsd:extension>
487
+ </xsd:complexContent>
488
+ </xsd:complexType>
489
+ </xsd:element>
490
+ </xsd:schema>