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,483 @@
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_generalMessage_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>Gustav Thiessen BLIC thi@BLIC.DE</Contributor>
10
+ <Coverage>Europe</Coverage>
11
+ <Creator>&gt;Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk</Creator>
12
+ <Date>
13
+ <Created>2004-09-29</Created>
14
+ </Date>
15
+ <Date>
16
+ <Modified>2004-10-01</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>
28
+ <Modified>2007-04-17</Modified>
29
+ <!-- Name Space changes -->
30
+ </Date>
31
+ <Date>
32
+ <Modified>2008-11-17</Modified>
33
+ <!-- Revise to support substitution groups -->
34
+ </Date>
35
+ <Date>
36
+ <Modified>2011-04-18</Modified>
37
+ <!--
38
+ (i) siri_generalMessage_service.xsd (line 221) Missing extension point in InfoMessageStructure in Robin Vettier Ixxi.biz
39
+ (ii) and siri_generalMessage_service.xsd subscription structure
40
+ (iii) Missing type: Assign a type of normalizedString to formatRef -->
41
+ </Date>
42
+ <Date>
43
+ <Modified>2012-03-23</Modified>
44
+ <!-- +SIRI v2.0 -->
45
+ </Date>
46
+ <Description>
47
+ <p>SIRI is a European CEN technical standard for the exchange of Public Transport real-time information.</p>
48
+ <p>This sub-schema describes the General Message 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_generalMessage_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_reference.xsd</Requires>
61
+ </Relation>
62
+ <Rights><!--Unclassified-->
63
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
64
+ </Rights>
65
+ <Source>
66
+ <ul>
67
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
68
+ </ul>
69
+ </Source>
70
+ <Status>Version 2.1</Status>
71
+ <Subject>
72
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
73
+ Air transport, Airports,
74
+ Ports and maritime transport, Ferries (marine),
75
+ Public transport, Bus services, Coach services, Bus stops and stations,
76
+ Rail transport, Railway stations and track, Train services, Underground trains,
77
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
78
+ Rail transport, Roads and road transport
79
+ </Category>
80
+ <Project>CEN TC278 WG3 SG7</Project>
81
+ </Subject>
82
+ <Title>SIRI-GM XML schema. Service Interface for Real-time Information. SubSchema for General Message Service </Title>
83
+ <Type>Standard</Type>
84
+ </Metadata>
85
+ </xsd:appinfo>
86
+ <xsd:documentation>SIRI-GM General Message Service.</xsd:documentation>
87
+ </xsd:annotation>
88
+ <xsd:include schemaLocation="siri/siri_requests.xsd"/>
89
+ <!-- ======================================================================= -->
90
+ <xsd:include schemaLocation="siri_model/siri_reference.xsd"/>
91
+ <xsd:include schemaLocation="siri_model/siri_modelPermissions.xsd"/>
92
+ <xsd:group name="SiriGeneralMessageIndexGroup">
93
+ <xsd:annotation>
94
+ <xsd:documentation>Convenience artefact to pick out main elements of the General Message Service.</xsd:documentation>
95
+ </xsd:annotation>
96
+ <xsd:sequence>
97
+ <xsd:element ref="GeneralMessageRequest"/>
98
+ <xsd:element ref="GeneralMessageSubscriptionRequest"/>
99
+ <xsd:element ref="GeneralMessageDelivery"/>
100
+ <xsd:sequence>
101
+ <xsd:element ref="GeneralMessageCapabilitiesRequest"/>
102
+ <xsd:element ref="GeneralMessageCapabilitiesResponse"/>
103
+ </xsd:sequence>
104
+ </xsd:sequence>
105
+ </xsd:group>
106
+ <!-- ======================================================================= -->
107
+ <!-- ====REQUESTS ====================================================== -->
108
+ <!-- ==== FS: General Message Request ========================================= -->
109
+ <xsd:element name="GeneralMessageRequest" type="GeneralMessageRequestStructure" substitutionGroup="AbstractFunctionalServiceRequest">
110
+ <xsd:annotation>
111
+ <xsd:documentation>Request for information about general information messages affecting stops, vehicles or services.</xsd:documentation>
112
+ </xsd:annotation>
113
+ </xsd:element>
114
+ <xsd:complexType name="GeneralMessageRequestStructure">
115
+ <xsd:annotation>
116
+ <xsd:documentation>Service Request for General Messages.</xsd:documentation>
117
+ </xsd:annotation>
118
+ <xsd:complexContent>
119
+ <xsd:extension base="AbstractFunctionalServiceRequestStructure">
120
+ <xsd:sequence>
121
+ <xsd:group ref="GeneralMessageTopicGroup"/>
122
+ <xsd:group ref="GeneralMessageRequestPolicyGroup"/>
123
+ <xsd:element ref="Extensions" minOccurs="0"/>
124
+ </xsd:sequence>
125
+ <xsd:attribute name="version" type="VersionString" default="2.1">
126
+ <xsd:annotation>
127
+ <xsd:documentation>Version number of request. Fixed
128
+ </xsd:documentation>
129
+ </xsd:annotation>
130
+ </xsd:attribute>
131
+ </xsd:extension>
132
+ </xsd:complexContent>
133
+ </xsd:complexType>
134
+ <xsd:group name="GeneralMessageTopicGroup">
135
+ <xsd:annotation>
136
+ <xsd:documentation>Parameters that affect the request processing.</xsd:documentation>
137
+ </xsd:annotation>
138
+ <xsd:sequence>
139
+ <xsd:element name="InfoChannelRef" type="InfoChannelRefStructure" minOccurs="0" maxOccurs="unbounded">
140
+ <xsd:annotation>
141
+ <xsd:documentation>Referenceto an Info Channel for which messages are to be returned.</xsd:documentation>
142
+ </xsd:annotation>
143
+ </xsd:element>
144
+ </xsd:sequence>
145
+ </xsd:group>
146
+ <xsd:group name="GeneralMessageRequestPolicyGroup">
147
+ <xsd:annotation>
148
+ <xsd:documentation>Parameters that affect the request processing.</xsd:documentation>
149
+ </xsd:annotation>
150
+ <xsd:sequence>
151
+ <xsd:element name="Language" type="xsd:language" default="en" minOccurs="0" maxOccurs="unbounded">
152
+ <xsd:annotation>
153
+ <xsd:documentation>Preferred languages in which to return text values.</xsd:documentation>
154
+ </xsd:annotation>
155
+ </xsd:element>
156
+ </xsd:sequence>
157
+ </xsd:group>
158
+ <xsd:element name="GeneralMessageSubscriptionRequest" type="GeneralMessageSubscriptionStructure" substitutionGroup="AbstractFunctionalServiceSubscriptionRequest">
159
+ <xsd:annotation>
160
+ <xsd:documentation>Request for a subscription to General Message Service.</xsd:documentation>
161
+ </xsd:annotation>
162
+ </xsd:element>
163
+ <xsd:complexType name="GeneralMessageSubscriptionStructure">
164
+ <xsd:annotation>
165
+ <xsd:documentation>Subscription for General Message Service.</xsd:documentation>
166
+ </xsd:annotation>
167
+ <xsd:complexContent>
168
+ <xsd:extension base="AbstractSubscriptionStructure">
169
+ <xsd:sequence>
170
+ <xsd:element ref="GeneralMessageRequest"/>
171
+ <xsd:element ref="Extensions" minOccurs="0"/>
172
+ </xsd:sequence>
173
+ </xsd:extension>
174
+ </xsd:complexContent>
175
+ </xsd:complexType>
176
+ <!-- ====RESPONSES=========================================================== -->
177
+ <!-- ==== FS: General Message Response========================================= -->
178
+ <xsd:element name="GeneralMessageDelivery" type="GeneralMessageDeliveryStructure" substitutionGroup="AbstractFunctionalServiceDelivery">
179
+ <xsd:annotation>
180
+ <xsd:documentation>Delivery for General Message Service.</xsd:documentation>
181
+ </xsd:annotation>
182
+ </xsd:element>
183
+ <xsd:group name="GeneralMessagePayloadGroup">
184
+ <xsd:annotation>
185
+ <xsd:documentation>General Message payload content.</xsd:documentation>
186
+ </xsd:annotation>
187
+ <xsd:sequence>
188
+ <xsd:element ref="GeneralMessage" minOccurs="0" maxOccurs="unbounded"/>
189
+ <xsd:element ref="GeneralMessageCancellation" minOccurs="0" maxOccurs="unbounded"/>
190
+ </xsd:sequence>
191
+ </xsd:group>
192
+ <xsd:complexType name="GeneralMessageDeliveryStructure">
193
+ <xsd:annotation>
194
+ <xsd:documentation>Delivery for General Message.</xsd:documentation>
195
+ </xsd:annotation>
196
+ <xsd:complexContent>
197
+ <xsd:extension base="AbstractServiceDeliveryStructure">
198
+ <xsd:sequence>
199
+ <xsd:group ref="GeneralMessagePayloadGroup"/>
200
+ <xsd:element ref="Extensions" minOccurs="0"/>
201
+ </xsd:sequence>
202
+ <xsd:attribute name="version" type="VersionString" default="2.1">
203
+ <xsd:annotation>
204
+ <xsd:documentation>Version number of response. Fixed
205
+ </xsd:documentation>
206
+ </xsd:annotation>
207
+ </xsd:attribute>
208
+ </xsd:extension>
209
+ </xsd:complexContent>
210
+ </xsd:complexType>
211
+ <!-- ======================================================================= -->
212
+ <xsd:element name="GeneralMessage" type="InfoMessageStructure">
213
+ <xsd:annotation>
214
+ <xsd:documentation>An informative message.</xsd:documentation>
215
+ </xsd:annotation>
216
+ </xsd:element>
217
+ <xsd:complexType name="InfoMessageStructure">
218
+ <xsd:annotation>
219
+ <xsd:documentation>Type for an Info Message. @formatRef.</xsd:documentation>
220
+ </xsd:annotation>
221
+ <xsd:complexContent>
222
+ <xsd:extension base="AbstractIdentifiedItemStructure">
223
+ <xsd:sequence>
224
+ <xsd:group ref="InfoMessageGroup"/>
225
+ <xsd:element name="ValidUntilTime" type="xsd:dateTime" minOccurs="0">
226
+ <xsd:annotation>
227
+ <xsd:documentation>Time until when message is valid. If absent unopen ended.</xsd:documentation>
228
+ </xsd:annotation>
229
+ </xsd:element>
230
+ <xsd:element ref="SituationRef" minOccurs="0"/>
231
+ <xsd:element name="Content" type="xsd:anyType">
232
+ <xsd:annotation>
233
+ <xsd:documentation>Message Content. Format is specified by Format Ref.</xsd:documentation>
234
+ </xsd:annotation>
235
+ </xsd:element>
236
+ <!-- BEGIN ADDED RV20100629: to comply with CEN and Profile IDF -->
237
+ <xsd:element ref="Extensions" minOccurs="0"/>
238
+ <!-- END ADDED RV20100629: to comply with CEN and Profile IDF -->
239
+ </xsd:sequence>
240
+ <xsd:attribute name="formatRef" type="xsd:string">
241
+ <xsd:annotation>
242
+ <xsd:documentation>Reference to a format of the Content. If absent, free text.</xsd:documentation>
243
+ </xsd:annotation>
244
+ </xsd:attribute>
245
+ </xsd:extension>
246
+ </xsd:complexContent>
247
+ </xsd:complexType>
248
+ <xsd:group name="InfoMessageGroup">
249
+ <xsd:annotation>
250
+ <xsd:documentation>Extra information provided on general message notifcation that can be used to filter messages.</xsd:documentation>
251
+ </xsd:annotation>
252
+ <xsd:sequence>
253
+ <xsd:element name="InfoMessageIdentifier" type="InfoMessageRefStructure">
254
+ <xsd:annotation>
255
+ <xsd:documentation>Unique identifier of message.</xsd:documentation>
256
+ </xsd:annotation>
257
+ </xsd:element>
258
+ <xsd:element name="InfoMessageVersion" type="xsd:positiveInteger" minOccurs="0">
259
+ <xsd:annotation>
260
+ <xsd:documentation>Optional version number of update to previosu message.</xsd:documentation>
261
+ </xsd:annotation>
262
+ </xsd:element>
263
+ <xsd:element name="InfoChannelRef" type="InfoChannelRefStructure" minOccurs="0">
264
+ <xsd:annotation>
265
+ <xsd:documentation>Info Channel to which message belongs.</xsd:documentation>
266
+ </xsd:annotation>
267
+ </xsd:element>
268
+ </xsd:sequence>
269
+ </xsd:group>
270
+ <xsd:element name="GeneralMessageCancellation" type="InfoMessageCancellationStructure">
271
+ <xsd:annotation>
272
+ <xsd:documentation>A revocation of a previous message.</xsd:documentation>
273
+ </xsd:annotation>
274
+ </xsd:element>
275
+ <xsd:complexType name="InfoMessageCancellationStructure">
276
+ <xsd:annotation>
277
+ <xsd:documentation>Type for Revocation of a previous message.</xsd:documentation>
278
+ </xsd:annotation>
279
+ <xsd:complexContent>
280
+ <xsd:extension base="AbstractReferencingItemStructure">
281
+ <xsd:sequence>
282
+ <xsd:element name="InfoMessageIdentifier" type="InfoMessageRefStructure">
283
+ <xsd:annotation>
284
+ <xsd:documentation>Identifier of message. Unique within service and Producer participant.</xsd:documentation>
285
+ </xsd:annotation>
286
+ </xsd:element>
287
+ <xsd:element name="InfoChannelRef" type="InfoChannelRefStructure" minOccurs="0">
288
+ <xsd:annotation>
289
+ <xsd:documentation>Info Channel to which message belongs.</xsd:documentation>
290
+ </xsd:annotation>
291
+ </xsd:element>
292
+ <xsd:element ref="Extensions" minOccurs="0"/>
293
+ </xsd:sequence>
294
+ </xsd:extension>
295
+ </xsd:complexContent>
296
+ </xsd:complexType>
297
+ <!-- ======================================================================= -->
298
+ <xsd:simpleType name="InfoMessageIdentifierType">
299
+ <xsd:annotation>
300
+ <xsd:documentation>Type for identifier of an Info Message.</xsd:documentation>
301
+ </xsd:annotation>
302
+ <xsd:restriction base="xsd:NMTOKEN"/>
303
+ </xsd:simpleType>
304
+ <xsd:complexType name="InfoMessageRefStructure">
305
+ <xsd:annotation>
306
+ <xsd:documentation>Type for reference to an Info Message.</xsd:documentation>
307
+ </xsd:annotation>
308
+ <xsd:simpleContent>
309
+ <xsd:extension base="InfoMessageIdentifierType"/>
310
+ </xsd:simpleContent>
311
+ </xsd:complexType>
312
+ <!-- ======================================================================= -->
313
+ <!-- ==== WSDL=========================================-->
314
+ <xsd:complexType name="GeneralMessageDeliveriesStructure">
315
+ <xsd:annotation>
316
+ <xsd:documentation>Type for Deliveries. Used in WSDL.</xsd:documentation>
317
+ </xsd:annotation>
318
+ <xsd:sequence>
319
+ <xsd:element ref="GeneralMessageDelivery" maxOccurs="unbounded">
320
+ <xsd:annotation>
321
+ <xsd:documentation>Delivery for general Message service.</xsd:documentation>
322
+ </xsd:annotation>
323
+ </xsd:element>
324
+ </xsd:sequence>
325
+ </xsd:complexType>
326
+ <!-- ======================================================================= -->
327
+ <!-- ==== CS: Capability Request=================================================================== -->
328
+ <xsd:element name="GeneralMessageCapabilitiesRequest" type="ServiceCapabilitiesRequestStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesRequest">
329
+ <xsd:annotation>
330
+ <xsd:documentation>Request for information about General Message Service Capabilities. Answered with a GeneralMessageCapabilitiesResponse.</xsd:documentation>
331
+ </xsd:annotation>
332
+ </xsd:element>
333
+ <!-- ==== CS: Capability Response=================================================================== -->
334
+ <xsd:element name="GeneralMessageCapabilitiesResponse" type="GeneralMessageCapabilitiesResponseStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesResponse">
335
+ <xsd:annotation>
336
+ <xsd:documentation>Capabilities for General Message Service. Answers a GeneralMessageCapabilitiesResponse.</xsd:documentation>
337
+ </xsd:annotation>
338
+ </xsd:element>
339
+ <xsd:complexType name="GeneralMessageCapabilitiesResponseStructure">
340
+ <xsd:annotation>
341
+ <xsd:documentation>Type for Delivery for General MessageService.</xsd:documentation>
342
+ </xsd:annotation>
343
+ <xsd:complexContent>
344
+ <xsd:extension base="AbstractServiceCapabilitiesResponseStructure">
345
+ <xsd:sequence>
346
+ <xsd:element ref="GeneralMessageServiceCapabilities" minOccurs="0"/>
347
+ <xsd:element ref="GeneralMessagePermissions" minOccurs="0"/>
348
+ <xsd:element ref="Extensions" minOccurs="0"/>
349
+ </xsd:sequence>
350
+ <xsd:attribute name="version" type="VersionString" default="2.1">
351
+ <xsd:annotation>
352
+ <xsd:documentation>
353
+ Version number of response. Fixed
354
+ </xsd:documentation>
355
+ </xsd:annotation>
356
+ </xsd:attribute>
357
+ </xsd:extension>
358
+ </xsd:complexContent>
359
+ </xsd:complexType>
360
+ <xsd:element name="GeneralMessageServiceCapabilities" type="GeneralMessageServiceCapabilitiesStructure">
361
+ <xsd:annotation>
362
+ <xsd:documentation>Capabilities of General Message Service.</xsd:documentation>
363
+ </xsd:annotation>
364
+ </xsd:element>
365
+ <xsd:complexType name="GeneralMessageServiceCapabilitiesStructure">
366
+ <xsd:annotation>
367
+ <xsd:documentation>Type for General Message Capabilities.</xsd:documentation>
368
+ </xsd:annotation>
369
+ <xsd:complexContent>
370
+ <xsd:extension base="AbstractCapabilitiesStructure">
371
+ <xsd:sequence>
372
+ <xsd:element name="TopicFiltering" minOccurs="0">
373
+ <xsd:annotation>
374
+ <xsd:documentation>Filtering Capabilities.</xsd:documentation>
375
+ </xsd:annotation>
376
+ <xsd:complexType>
377
+ <xsd:sequence>
378
+ <xsd:element name="DefaultPreviewInterval" type="PositiveDurationType" default="PT60M">
379
+ <xsd:annotation>
380
+ <xsd:documentation>Default preview interval. Default is 60 minutes.</xsd:documentation>
381
+ </xsd:annotation>
382
+ </xsd:element>
383
+ <xsd:element name="FilterByInfoChannel" type="xsd:boolean" default="true" minOccurs="0">
384
+ <xsd:annotation>
385
+ <xsd:documentation>Whether results can be filtered by InfoChannel, departures. Default is 'true'.</xsd:documentation>
386
+ </xsd:annotation>
387
+ </xsd:element>
388
+ </xsd:sequence>
389
+ </xsd:complexType>
390
+ </xsd:element>
391
+ <xsd:element name="RequestPolicy" type="CapabilityRequestPolicyStructure" minOccurs="0">
392
+ <xsd:annotation>
393
+ <xsd:documentation>Request Policiy capabilities.</xsd:documentation>
394
+ </xsd:annotation>
395
+ </xsd:element>
396
+ <xsd:element name="AccessControl" type="GeneralMessageCapabilityAccessControlStructure" minOccurs="0">
397
+ <xsd:annotation>
398
+ <xsd:documentation>Optional Access control capabilities.</xsd:documentation>
399
+ </xsd:annotation>
400
+ </xsd:element>
401
+ </xsd:sequence>
402
+ </xsd:extension>
403
+ </xsd:complexContent>
404
+ </xsd:complexType>
405
+ <!-- ====permissions=================================================================== -->
406
+ <xsd:element name="GeneralMessagePermissions">
407
+ <xsd:annotation>
408
+ <xsd:documentation>Participant's permissions to use the service.</xsd:documentation>
409
+ </xsd:annotation>
410
+ <xsd:complexType>
411
+ <xsd:complexContent>
412
+ <xsd:extension base="PermissionsStructure">
413
+ <xsd:sequence>
414
+ <xsd:element name="GeneralMessagePermission" type="GeneralMessageServicePermissionStructure" minOccurs="0" maxOccurs="unbounded">
415
+ <xsd:annotation>
416
+ <xsd:documentation>Permission or a single particpant or all participants.</xsd:documentation>
417
+ </xsd:annotation>
418
+ </xsd:element>
419
+ </xsd:sequence>
420
+ </xsd:extension>
421
+ </xsd:complexContent>
422
+ </xsd:complexType>
423
+ </xsd:element>
424
+ <xsd:complexType name="GeneralMessageServicePermissionStructure">
425
+ <xsd:annotation>
426
+ <xsd:documentation>Type for General MessageService Permission.</xsd:documentation>
427
+ </xsd:annotation>
428
+ <xsd:complexContent>
429
+ <xsd:extension base="AbstractPermissionStructure">
430
+ <xsd:sequence>
431
+ <xsd:element name="InfoChannelPermissions">
432
+ <xsd:annotation>
433
+ <xsd:documentation>The monitoring points that the participant may access.</xsd:documentation>
434
+ </xsd:annotation>
435
+ <xsd:complexType>
436
+ <xsd:choice>
437
+ <xsd:element ref="AllowAll"/>
438
+ <xsd:element name="InfoChannelPermission" type="InfoChannelPermissionStructure" maxOccurs="unbounded">
439
+ <xsd:annotation>
440
+ <xsd:documentation>Participant's permission for this InfoChannel.</xsd:documentation>
441
+ </xsd:annotation>
442
+ </xsd:element>
443
+ </xsd:choice>
444
+ </xsd:complexType>
445
+ </xsd:element>
446
+ <xsd:element ref="Extensions" minOccurs="0"/>
447
+ </xsd:sequence>
448
+ </xsd:extension>
449
+ </xsd:complexContent>
450
+ </xsd:complexType>
451
+ <xsd:complexType name="GeneralMessageCapabilityAccessControlStructure">
452
+ <xsd:annotation>
453
+ <xsd:documentation>Type for access control.</xsd:documentation>
454
+ </xsd:annotation>
455
+ <xsd:complexContent>
456
+ <xsd:extension base="CapabilityAccessControlStructure">
457
+ <xsd:sequence>
458
+ <xsd:element name="CheckInfoChannelRef" type="xsd:boolean" default="true">
459
+ <xsd:annotation>
460
+ <xsd:documentation>If access control is supported, whether access control by LINE is supported. Default is 'true'.</xsd:documentation>
461
+ </xsd:annotation>
462
+ </xsd:element>
463
+ </xsd:sequence>
464
+ </xsd:extension>
465
+ </xsd:complexContent>
466
+ </xsd:complexType>
467
+ <xsd:complexType name="InfoChannelPermissionStructure">
468
+ <xsd:annotation>
469
+ <xsd:documentation>Type for Info Channel Permission.</xsd:documentation>
470
+ </xsd:annotation>
471
+ <xsd:complexContent>
472
+ <xsd:extension base="AbstractTopicPermissionStructure">
473
+ <xsd:sequence>
474
+ <xsd:element name="InfoChannelRef" type="InfoChannelRefStructure">
475
+ <xsd:annotation>
476
+ <xsd:documentation>Reference to an Info Channel to which permission applies.</xsd:documentation>
477
+ </xsd:annotation>
478
+ </xsd:element>
479
+ </xsd:sequence>
480
+ </xsd:extension>
481
+ </xsd:complexContent>
482
+ </xsd:complexType>
483
+ </xsd:schema>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- SIRI Model - All SIRI packages
3
+ (C) Copyright CEN 2004-2021
4
+
5
+ -->
6
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acsb="http://www.ifopt.org.uk/acsb" xmlns:D2LogicalModel="http://datex2.eu/schema/2_0RC1/2_0" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_all_journeyModel">
7
+ <!-- ======================================================================= -->
8
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_all.xsd"/>
9
+ <!-- ======================================================================= -->
10
+ <xsd:include schemaLocation="../siri/siri_all_framework.xsd"/>
11
+ <xsd:include schemaLocation="siri_all_model.xsd"/>
12
+ <!-- ======================================================================= -->
13
+ </xsd:schema>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- SIRI Model - All SIRI Journey Model packages
3
+ (C) Copyright CEN 2004-2021
4
+
5
+ -->
6
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acsb="http://www.ifopt.org.uk/acsb" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_all_journeyModel">
7
+ <!-- ======================================================================= -->
8
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_all.xsd"/>
9
+ <!-- ======================================================================= -->
10
+ <xsd:include schemaLocation="siri_facilities.xsd"/>
11
+ <xsd:include schemaLocation="siri_facility.xsd"/>
12
+ <xsd:include schemaLocation="siri_feature_support.xsd"/>
13
+ <xsd:include schemaLocation="siri_journey.xsd"/>
14
+ <xsd:include schemaLocation="siri_journey_support.xsd"/>
15
+ <xsd:include schemaLocation="siri_modes.xsd"/>
16
+ <xsd:include schemaLocation="siri_monitoredVehicleJourney.xsd"/>
17
+ <xsd:include schemaLocation="siri_operator_support.xsd"/>
18
+ <xsd:include schemaLocation="siri_reference.xsd"/>
19
+ <xsd:include schemaLocation="siri_time.xsd"/>
20
+ <!-- ======================================================================= -->
21
+ </xsd:schema>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- SIRI Model - All SIRI Model packages
3
+ (C) Copyright CEN 2004-2021
4
+
5
+ -->
6
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acsb="http://www.ifopt.org.uk/acsb" xmlns:D2LogicalModel="http://datex2.eu/schema/2_0RC1/2_0" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_all_model">
7
+ <!-- ===Global include of all prerequried ACSB namespace elements neeeded to work around XERCES limitation=====-->
8
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_all.xsd"/>
9
+ <!-- ================== =================================================== -->
10
+ <xsd:include schemaLocation="siri_all_journeyModel.xsd"/>
11
+ <xsd:include schemaLocation="siri_all_situation.xsd"/>
12
+ <!-- ======================================================================= -->
13
+ </xsd:schema>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- SIRI Model - All Situation Model packages
3
+ Copyright CEN 2004-2021
4
+
5
+ -->
6
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acsb="http://www.ifopt.org.uk/acsb" xmlns:D2LogicalModel="http://datex2.eu/schema/2_0RC1/2_0" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri_all_model">
7
+ <!-- ===Global include of all prerequried ACSB namespace elements neeeded to work around XERCES limitation=====-->
8
+ <xsd:import namespace="http://www.ifopt.org.uk/acsb" schemaLocation="../acsb/acsb_all.xsd"/>
9
+ <!-- ================== =================================================== -->
10
+ <xsd:include schemaLocation="siri_situationActions.xsd"/>
11
+ <xsd:include schemaLocation="siri_situationAffects.xsd"/>
12
+ <xsd:include schemaLocation="siri_situationClassifiers.xsd"/>
13
+ <xsd:include schemaLocation="siri_situationIdentity.xsd"/>
14
+ <xsd:include schemaLocation="siri_situationReasons.xsd"/>
15
+ <xsd:include schemaLocation="siri_situation.xsd"/>
16
+ <!-- ======================================================================= -->
17
+ </xsd:schema>