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,731 @@
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_connectionMonitoring_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><Modified>2007-04-17</Modified>
29
+ Name Space changes
30
+ </Date>
31
+ <Date><Modified>2008-11-17</Modified>
32
+ Revise to support substitution groups
33
+ </Date>
34
+ <Date><Modified>2012-03-23</Modified>
35
+ +SIRI v2.0
36
+ Add SuggestedWaitDecisionTime to MonitoredArrival
37
+ </Date>
38
+ <Date><Modified>2012-04-18</Modified>
39
+ +SIRI v2.0
40
+ Add ValidUntil Time to MonitoredFeederArrival
41
+
42
+ * [FR] Add Extensions tag to ConnectionMonitoringSubscriptionRequest
43
+ [DE] Correct Capabilities matrix
44
+ </Date>
45
+ <Date><Modified>2013-01-24</Modified>
46
+ WB: insert the AimedArrivalTime in MonitoredFeederArrival; insert the ArrivalPlatformName into MonitoredFeederArrival
47
+ </Date>
48
+ <Description>
49
+ <p>SIRI is a European CEN standard for the exchange of Public Transport real-time information.</p>
50
+ <p>This sub-schema describes the Connection Monitoring Service.</p>
51
+ </Description>
52
+ <Format>
53
+ <MediaType>text/xml</MediaType>
54
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
55
+ <Description>XML schema, W3C Recommendation 2001</Description>
56
+ </Format>
57
+ <Identifier>{http://www.siri.org.uk/schema/2.0/xsd/}siri_connectionMonitoring_service.xsd</Identifier>
58
+ <Language>[ISO 639-2/B] ENG</Language>
59
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
60
+ <Relation>
61
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri/siri_requests.xsd</Requires>
62
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_journey.xsd</Requires>
63
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_model/siri_modelPermissions.xsd</Requires>
64
+ </Relation>
65
+ <Rights><!--Unclassified-->
66
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
67
+ </Rights>
68
+ <Source>
69
+ <ul>
70
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
71
+ </ul>
72
+ </Source>
73
+ <Status>Version 2.1</Status>
74
+ <Subject>
75
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
76
+ Air transport, Airports,
77
+ Ports and maritime transport, Ferries (marine),
78
+ Public transport, Bus services, Coach services, Bus stops and stations,
79
+ Rail transport, Railway stations and track, Train services, Underground trains,
80
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
81
+ Rail transport, Roads and road transport
82
+ </Category>
83
+ <Project>CEN TC278 WG3 SG7</Project>
84
+ </Subject>
85
+ <Title>SIRI-CM XML schema. Service Interface for Real-time Information. Connection Monitoring Service.</Title>
86
+ <Type>Standard</Type>
87
+ </Metadata>
88
+ </xsd:appinfo>
89
+ <xsd:documentation>SIRI-CM Connection Monitoring Service.</xsd:documentation>
90
+ </xsd:annotation>
91
+ <!-- ======================================================================= -->
92
+ <!-- ==== Dependencies=========================================-->
93
+ <xsd:include schemaLocation="siri_connectionTimetable_service.xsd"/>
94
+ <xsd:group name="SiriConnectionServiceIndexGroup">
95
+ <xsd:annotation>
96
+ <xsd:documentation>Convenience artifact to pick out main elements of the Connection Services.</xsd:documentation>
97
+ </xsd:annotation>
98
+ <xsd:sequence>
99
+ <xsd:group ref="SiriConnectionTimetableIndexGroup"/>
100
+ <xsd:group ref="SiriConnectionMonitoringIndexGroup"/>
101
+ </xsd:sequence>
102
+ </xsd:group>
103
+ <xsd:group name="SiriConnectionMonitoringIndexGroup">
104
+ <xsd:annotation>
105
+ <xsd:documentation>Convenience artifact to pick out main elements of the Connection Monitoring Service.</xsd:documentation>
106
+ </xsd:annotation>
107
+ <xsd:sequence>
108
+ <xsd:element ref="ConnectionMonitoringRequest"/>
109
+ <xsd:element ref="ConnectionMonitoringSubscriptionRequest"/>
110
+ <xsd:element ref="ConnectionMonitoringFeederDelivery"/>
111
+ <xsd:element ref="ConnectionMonitoringDistributorDelivery"/>
112
+ <xsd:sequence>
113
+ <xsd:element ref="ConnectionMonitoringCapabilitiesRequest"/>
114
+ <xsd:element ref="ConnectionMonitoringCapabilitiesResponse"/>
115
+ </xsd:sequence>
116
+ </xsd:sequence>
117
+ </xsd:group>
118
+ <!-- ====REQUESTS ====================================================== -->
119
+ <!-- ==== FS: Connection Monitoring Request ========================================= -->
120
+ <xsd:element name="ConnectionMonitoringRequest" type="ConnectionMonitoringRequestStructure" substitutionGroup="AbstractFunctionalServiceRequest">
121
+ <xsd:annotation>
122
+ <xsd:documentation>Request for information about changes to connections at a stop for Connection Monitoring service.</xsd:documentation>
123
+ </xsd:annotation>
124
+ </xsd:element>
125
+ <xsd:complexType name="ConnectionMonitoringRequestStructure">
126
+ <xsd:annotation>
127
+ <xsd:documentation>Type for Request Connection Monitoring Service.</xsd:documentation>
128
+ </xsd:annotation>
129
+ <xsd:complexContent>
130
+ <xsd:extension base="AbstractFunctionalServiceRequestStructure">
131
+ <xsd:sequence>
132
+ <xsd:group ref="ConnectionMonitoringTopicGroup"/>
133
+ <xsd:group ref="ConnectionMonitoringRequestPolicyGroup"/>
134
+ <xsd:element ref="Extensions" minOccurs="0"/>
135
+ </xsd:sequence>
136
+ <xsd:attribute name="version" type="VersionString" default="2.1">
137
+ <xsd:annotation>
138
+ <xsd:documentation>Version number of request. Fixed
139
+ </xsd:documentation>
140
+ </xsd:annotation>
141
+ </xsd:attribute>
142
+ </xsd:extension>
143
+ </xsd:complexContent>
144
+ </xsd:complexType>
145
+ <xsd:group name="ConnectionMonitoringTopicGroup">
146
+ <xsd:annotation>
147
+ <xsd:documentation>Parameters that specify the content to be returned.</xsd:documentation>
148
+ </xsd:annotation>
149
+ <xsd:sequence>
150
+ <xsd:element name="PreviewInterval" type="PositiveDurationType" minOccurs="0">
151
+ <xsd:annotation>
152
+ <xsd:documentation>Forward duration for which events should be included, that is, interval before predicted arrival at the stop for which to include events: only journeys which will arrive or depart within this time span will be returned.</xsd:documentation>
153
+ </xsd:annotation>
154
+ </xsd:element>
155
+ <xsd:element name="ConnectionLinkRef" type="ConnectionLinkRefStructure">
156
+ <xsd:annotation>
157
+ <xsd:documentation>CONNECTION LINK for which data is to be supplied.</xsd:documentation>
158
+ </xsd:annotation>
159
+ </xsd:element>
160
+ <xsd:choice>
161
+ <xsd:element name="ConnectingTimeFilter" type="ConnectingTimeFilterStructure">
162
+ <xsd:annotation>
163
+ <xsd:documentation>Return only journeys for the specified time.</xsd:documentation>
164
+ </xsd:annotation>
165
+ </xsd:element>
166
+ <xsd:element name="ConnectingJourneyFilter" type="ConnectingJourneyFilterStructure" maxOccurs="unbounded">
167
+ <xsd:annotation>
168
+ <xsd:documentation>Return only the specified journeys.</xsd:documentation>
169
+ </xsd:annotation>
170
+ </xsd:element>
171
+ </xsd:choice>
172
+ </xsd:sequence>
173
+ </xsd:group>
174
+ <xsd:group name="ConnectionMonitoringRequestPolicyGroup">
175
+ <xsd:annotation>
176
+ <xsd:documentation>Parameters that affect the request processing.</xsd:documentation>
177
+ </xsd:annotation>
178
+ <xsd:sequence>
179
+ <xsd:element name="Language" type="xsd:language" default="en" minOccurs="0" maxOccurs="unbounded">
180
+ <xsd:annotation>
181
+ <xsd:documentation>Preferred languages in which to return text values.</xsd:documentation>
182
+ </xsd:annotation>
183
+ </xsd:element>
184
+ <xsd:element ref="IncludeTranslations" minOccurs="0"/>
185
+ <xsd:element name="ConnectionMonitoringDetailLevel" type="ConnectionMonitoringDetailEnumeration" default="normal" minOccurs="0">
186
+ <xsd:annotation>
187
+ <xsd:documentation>Level of detail to include in response. Default is 'normal'.</xsd:documentation>
188
+ </xsd:annotation>
189
+ </xsd:element>
190
+ </xsd:sequence>
191
+ </xsd:group>
192
+ <xsd:simpleType name="ConnectionMonitoringDetailEnumeration">
193
+ <xsd:annotation>
194
+ <xsd:documentation>Detail Levels for Connection Monitoring Request.</xsd:documentation>
195
+ </xsd:annotation>
196
+ <xsd:restriction base="xsd:NMTOKEN">
197
+ <xsd:enumeration value="minimum">
198
+ <xsd:annotation>
199
+ <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>
200
+ </xsd:annotation>
201
+ </xsd:enumeration>
202
+ <xsd:enumeration value="basic">
203
+ <xsd:annotation>
204
+ <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>
205
+ </xsd:annotation>
206
+ </xsd:enumeration>
207
+ <xsd:enumeration value="normal">
208
+ <xsd:annotation>
209
+ <xsd:documentation>Return all basic data, and also origin VIA points and destination.</xsd:documentation>
210
+ </xsd:annotation>
211
+ </xsd:enumeration>
212
+ <xsd:enumeration value="full">
213
+ <xsd:annotation>
214
+ <xsd:documentation>Return all available data for each Stop Visit, including calls.</xsd:documentation>
215
+ </xsd:annotation>
216
+ </xsd:enumeration>
217
+ </xsd:restriction>
218
+ </xsd:simpleType>
219
+ <xsd:complexType name="ConnectingJourneyFilterStructure">
220
+ <xsd:annotation>
221
+ <xsd:documentation>Type for filter for connecting journeys.</xsd:documentation>
222
+ </xsd:annotation>
223
+ <xsd:sequence>
224
+ <xsd:element name="DatedVehicleJourneyRef" type="DatedVehicleJourneyCodeType">
225
+ <xsd:annotation>
226
+ <xsd:documentation>A reference to a dated VEHICLE JOURNEY.</xsd:documentation>
227
+ </xsd:annotation>
228
+ </xsd:element>
229
+ <xsd:element ref="VisitNumber" minOccurs="0"/>
230
+ <xsd:element name="TimetabledArrivalTime" type="xsd:dateTime">
231
+ <xsd:annotation>
232
+ <xsd:documentation>Timetabled arrival time at the connection point.</xsd:documentation>
233
+ </xsd:annotation>
234
+ </xsd:element>
235
+ </xsd:sequence>
236
+ </xsd:complexType>
237
+ <xsd:complexType name="ConnectingTimeFilterStructure">
238
+ <xsd:annotation>
239
+ <xsd:documentation>Type for time filter for connecting journeys.</xsd:documentation>
240
+ </xsd:annotation>
241
+ <xsd:sequence>
242
+ <xsd:element name="LineRef" type="LineRefStructure">
243
+ <xsd:annotation>
244
+ <xsd:documentation>Feeder LINE for which data is to be supplied.</xsd:documentation>
245
+ </xsd:annotation>
246
+ </xsd:element>
247
+ <xsd:element name="DirectionRef" type="DirectionRefStructure">
248
+ <xsd:annotation>
249
+ <xsd:documentation>Feeder for which data is to be supplied.</xsd:documentation>
250
+ </xsd:annotation>
251
+ </xsd:element>
252
+ <xsd:element name="EarliestArrivalTime" type="xsd:dateTime" minOccurs="0">
253
+ <xsd:annotation>
254
+ <xsd:documentation>Earliest managed arrival time at the connection point.</xsd:documentation>
255
+ </xsd:annotation>
256
+ </xsd:element>
257
+ <xsd:element name="LatestArrivalTime" type="xsd:dateTime" minOccurs="0">
258
+ <xsd:annotation>
259
+ <xsd:documentation>Latest managedarrival time at the connection point.</xsd:documentation>
260
+ </xsd:annotation>
261
+ </xsd:element>
262
+ </xsd:sequence>
263
+ </xsd:complexType>
264
+ <!-- ==== FS: Connection Monitoring Subscription Request =================================== -->
265
+ <xsd:element name="ConnectionMonitoringSubscriptionRequest" type="ConnectionMonitoringSubscriptionRequestStructure" substitutionGroup="AbstractFunctionalServiceSubscriptionRequest">
266
+ <xsd:annotation>
267
+ <xsd:documentation>Request for a subscription to Connection Monitoring Service.</xsd:documentation>
268
+ </xsd:annotation>
269
+ </xsd:element>
270
+ <xsd:complexType name="ConnectionMonitoringSubscriptionRequestStructure">
271
+ <xsd:annotation>
272
+ <xsd:documentation>Subscription Request for Connection Monitoring.</xsd:documentation>
273
+ </xsd:annotation>
274
+ <xsd:complexContent>
275
+ <xsd:extension base="AbstractSubscriptionStructure">
276
+ <xsd:sequence>
277
+ <xsd:element ref="ConnectionMonitoringRequest"/>
278
+ <xsd:group ref="ConnectionMonitoringSubscriptionPolicyGroup"/>
279
+ <xsd:element ref="Extensions" minOccurs="0"/>
280
+ </xsd:sequence>
281
+ </xsd:extension>
282
+ </xsd:complexContent>
283
+ </xsd:complexType>
284
+ <xsd:group name="ConnectionMonitoringSubscriptionPolicyGroup">
285
+ <xsd:annotation>
286
+ <xsd:documentation>Parameters that affect the subscription processing.</xsd:documentation>
287
+ </xsd:annotation>
288
+ <xsd:sequence>
289
+ <xsd:element name="ChangeBeforeUpdates" type="PositiveDurationType" minOccurs="0">
290
+ <xsd:annotation>
291
+ <xsd:documentation>The amount of change to the arrival 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 bus is 30 seconds delayed - an update will only be sent when the bus is at least 2 minutes delayed). Default is zero - all changes will be sent regardless.</xsd:documentation>
292
+ </xsd:annotation>
293
+ </xsd:element>
294
+ </xsd:sequence>
295
+ </xsd:group>
296
+ <!-- ====RESPONSES=========================================================== -->
297
+ <!-- ==== Connection Monitoring Feeder Delivery=================================== -->
298
+ <xsd:element name="ConnectionMonitoringFeederDelivery" type="ConnectionMonitoringFeederDeliveryStructure" substitutionGroup="AbstractFunctionalServiceDelivery">
299
+ <xsd:annotation>
300
+ <xsd:documentation>Feeder Delivery for Connection Monitoring Service.</xsd:documentation>
301
+ </xsd:annotation>
302
+ </xsd:element>
303
+ <xsd:complexType name="ConnectionMonitoringFeederDeliveryStructure">
304
+ <xsd:annotation>
305
+ <xsd:documentation>Type for Delivery for Connection Monitoring.</xsd:documentation>
306
+ </xsd:annotation>
307
+ <xsd:complexContent>
308
+ <xsd:extension base="AbstractServiceDeliveryStructure">
309
+ <xsd:sequence>
310
+ <xsd:group ref="ConnectionMonitoringFeederPayloadGroup"/>
311
+ <xsd:element ref="Extensions" minOccurs="0"/>
312
+ </xsd:sequence>
313
+ <xsd:attribute name="version" type="VersionString" default="2.1">
314
+ <xsd:annotation>
315
+ <xsd:documentation>Version number of response. Fixed
316
+ </xsd:documentation>
317
+ </xsd:annotation>
318
+ </xsd:attribute>
319
+ </xsd:extension>
320
+ </xsd:complexContent>
321
+ </xsd:complexType>
322
+ <xsd:group name="ConnectionMonitoringFeederPayloadGroup">
323
+ <xsd:annotation>
324
+ <xsd:documentation>Feeder delivery payload content.</xsd:documentation>
325
+ </xsd:annotation>
326
+ <xsd:sequence>
327
+ <xsd:element ref="MonitoredFeederArrival" minOccurs="0" maxOccurs="unbounded"/>
328
+ <xsd:element ref="MonitoredFeederArrivalCancellation" minOccurs="0" maxOccurs="unbounded"/>
329
+ </xsd:sequence>
330
+ </xsd:group>
331
+ <!-- ================================================================== -->
332
+ <xsd:element name="MonitoredFeederArrival" type="MonitoredFeederArrivalStructure" substitutionGroup="FeederItem">
333
+ <xsd:annotation>
334
+ <xsd:documentation>A feeder arrival at the connection point.</xsd:documentation>
335
+ </xsd:annotation>
336
+ </xsd:element>
337
+ <xsd:complexType name="MonitoredFeederArrivalStructure">
338
+ <xsd:annotation>
339
+ <xsd:documentation>Type for Real time connection at a stop.</xsd:documentation>
340
+ </xsd:annotation>
341
+ <xsd:complexContent>
342
+ <xsd:extension base="AbstractFeederItemStructure">
343
+ <xsd:sequence>
344
+ <xsd:element name="ClearDownRef" type="ClearDownRefStructure" minOccurs="0">
345
+ <xsd:annotation>
346
+ <xsd:documentation>Direct Cleardown identifier of connection arrival Activity that is being deleted.</xsd:documentation>
347
+ </xsd:annotation>
348
+ </xsd:element>
349
+ <xsd:element name="FeederJourney" type="InterchangeJourneyStructure">
350
+ <xsd:annotation>
351
+ <xsd:documentation>Information about the feeder journey.</xsd:documentation>
352
+ </xsd:annotation>
353
+ </xsd:element>
354
+ <xsd:element ref="VehicleAtStop" minOccurs="0"/>
355
+ <xsd:element name="NumberOfTransferPassengers" type="xsd:nonNegativeInteger" minOccurs="0">
356
+ <xsd:annotation>
357
+ <xsd:documentation>Number of passengers who wish to transfer at the connection. If absent, not known.</xsd:documentation>
358
+ </xsd:annotation>
359
+ </xsd:element>
360
+ <xsd:element ref="AimedArrivalTime" minOccurs="0"/>
361
+ <xsd:element name="ExpectedArrivalTime" type="xsd:dateTime" minOccurs="0">
362
+ <xsd:annotation>
363
+ <xsd:documentation>Predicted arrival time at the connection zone.</xsd:documentation>
364
+ </xsd:annotation>
365
+ </xsd:element>
366
+ <xsd:element ref="ArrivalPlatformName" minOccurs="0"/>
367
+ <xsd:element name="SuggestedWaitDecisionTime" type="xsd:dateTime" minOccurs="0">
368
+ <xsd:annotation>
369
+ <xsd:documentation>Latest time by which the feeder needs informationabout the connection from the distributor as to whether it will wait and for how long. +SIRI v2.0</xsd:documentation>
370
+ </xsd:annotation>
371
+ </xsd:element>
372
+ <xsd:element ref="Extensions" minOccurs="0"/>
373
+ </xsd:sequence>
374
+ </xsd:extension>
375
+ </xsd:complexContent>
376
+ </xsd:complexType>
377
+ <!-- ================================================================== -->
378
+ <xsd:element name="MonitoredFeederArrivalCancellation" type="MonitoredFeederArrivalCancellationStructure" substitutionGroup="FeederItem">
379
+ <xsd:annotation>
380
+ <xsd:documentation>Cancellation of a feeder arrival at a connection point.</xsd:documentation>
381
+ </xsd:annotation>
382
+ </xsd:element>
383
+ <xsd:complexType name="MonitoredFeederArrivalCancellationStructure">
384
+ <xsd:annotation>
385
+ <xsd:documentation>Type for Deletion of a feeder connection.</xsd:documentation>
386
+ </xsd:annotation>
387
+ <xsd:complexContent>
388
+ <xsd:extension base="AbstractFeederItemStructure">
389
+ <xsd:sequence>
390
+ <xsd:element name="LineRef" type="LineRefStructure">
391
+ <xsd:annotation>
392
+ <xsd:documentation>Reference to a LINE.</xsd:documentation>
393
+ </xsd:annotation>
394
+ </xsd:element>
395
+ <xsd:element name="DirectionRef" type="DirectionRefStructure">
396
+ <xsd:annotation>
397
+ <xsd:documentation>Reference to a DIRECTION, typically outward or return.</xsd:documentation>
398
+ </xsd:annotation>
399
+ </xsd:element>
400
+ <xsd:element name="VehicleJourneyRef" type="FramedVehicleJourneyRefStructure">
401
+ <xsd:annotation>
402
+ <xsd:documentation>Reference to a Feeder VEHICLE JOURNEY.</xsd:documentation>
403
+ </xsd:annotation>
404
+ </xsd:element>
405
+ <xsd:group ref="JourneyPatternInfoGroup" minOccurs="0"/>
406
+ <xsd:element name="Reason" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
407
+ <xsd:annotation>
408
+ <xsd:documentation>Reason for cancellation. (Unbounded since SIRI 2.0)</xsd:documentation>
409
+ </xsd:annotation>
410
+ </xsd:element>
411
+ <xsd:element ref="Extensions" minOccurs="0"/>
412
+ </xsd:sequence>
413
+ </xsd:extension>
414
+ </xsd:complexContent>
415
+ </xsd:complexType>
416
+ <!-- ==== Connection Monitoring Distributor Delivery=================================== -->
417
+ <xsd:element name="ConnectionMonitoringDistributorDelivery" type="ConnectionMonitoringDistributorDeliveryStructure" substitutionGroup="AbstractFunctionalServiceDelivery">
418
+ <xsd:annotation>
419
+ <xsd:documentation>Distributor Delivery for Connection Monitoring Service.</xsd:documentation>
420
+ </xsd:annotation>
421
+ </xsd:element>
422
+ <xsd:complexType name="ConnectionMonitoringDistributorDeliveryStructure">
423
+ <xsd:annotation>
424
+ <xsd:documentation>Type for Distributor Delivery for Connection Monitoring Service.</xsd:documentation>
425
+ </xsd:annotation>
426
+ <xsd:complexContent>
427
+ <xsd:extension base="AbstractServiceDeliveryStructure">
428
+ <xsd:sequence>
429
+ <xsd:group ref="ConnectionMonitoringDistributorPayloadGroup"/>
430
+ <xsd:element ref="Extensions" minOccurs="0"/>
431
+ </xsd:sequence>
432
+ <xsd:attribute name="version" type="VersionString" default="2.1">
433
+ <xsd:annotation>
434
+ <xsd:documentation>Version number of response. Fixed
435
+ </xsd:documentation>
436
+ </xsd:annotation>
437
+ </xsd:attribute>
438
+ </xsd:extension>
439
+ </xsd:complexContent>
440
+ </xsd:complexType>
441
+ <xsd:group name="ConnectionMonitoringDistributorPayloadGroup">
442
+ <xsd:annotation>
443
+ <xsd:documentation>Distributor (fetcher) payload content.</xsd:documentation>
444
+ </xsd:annotation>
445
+ <xsd:sequence>
446
+ <xsd:element name="WaitProlongedDeparture" type="WaitProlongedDepartureStructure" minOccurs="0" maxOccurs="unbounded">
447
+ <xsd:annotation>
448
+ <xsd:documentation>An action to delay the Distributor (fetcher) until a specified time.</xsd:documentation>
449
+ </xsd:annotation>
450
+ </xsd:element>
451
+ <xsd:element name="StoppingPositionChangedDeparture" type="StoppingPositionChangedDepartureStructure" minOccurs="0" maxOccurs="unbounded">
452
+ <xsd:annotation>
453
+ <xsd:documentation>A Change to a stop position.</xsd:documentation>
454
+ </xsd:annotation>
455
+ </xsd:element>
456
+ <xsd:element name="DistributorDepartureCancellation" type="DistributorDepartureCancellationStructure" minOccurs="0" maxOccurs="unbounded">
457
+ <xsd:annotation>
458
+ <xsd:documentation>Deletion of previous connection.</xsd:documentation>
459
+ </xsd:annotation>
460
+ </xsd:element>
461
+ </xsd:sequence>
462
+ </xsd:group>
463
+ <xsd:complexType name="AbstractDistributorItemStructure">
464
+ <xsd:annotation>
465
+ <xsd:documentation>Type for an SERVICE JOURNEY INTERCHANGE Activity.</xsd:documentation>
466
+ </xsd:annotation>
467
+ <xsd:complexContent>
468
+ <xsd:extension base="AbstractItemStructure">
469
+ <xsd:sequence>
470
+ <xsd:group ref="InterchangeDistributorIdentityGroup">
471
+ <xsd:annotation>
472
+ <xsd:documentation>Elements identifying of a Distributor SERVICE JOURNEY INTERCHANGE.</xsd:documentation>
473
+ </xsd:annotation>
474
+ </xsd:group>
475
+ <xsd:element name="DistributorJourney" type="InterchangeJourneyStructure">
476
+ <xsd:annotation>
477
+ <xsd:documentation>Information about the connecting Distributor (fetcher) VEHICLE JOURNEY.</xsd:documentation>
478
+ </xsd:annotation>
479
+ </xsd:element>
480
+ <xsd:element name="FeederVehicleJourneyRef" type="FramedVehicleJourneyRefStructure" minOccurs="0" maxOccurs="unbounded">
481
+ <xsd:annotation>
482
+ <xsd:documentation>Reference to a feeder VEHICLE JOURNEY or journeys for which the Distributor (fetcher) will wait .</xsd:documentation>
483
+ </xsd:annotation>
484
+ </xsd:element>
485
+ </xsd:sequence>
486
+ </xsd:extension>
487
+ </xsd:complexContent>
488
+ </xsd:complexType>
489
+ <xsd:group name="InterchangeDistributorIdentityGroup">
490
+ <xsd:annotation>
491
+ <xsd:documentation>Identifiers of Interchange Distributor Stop.</xsd:documentation>
492
+ </xsd:annotation>
493
+ <xsd:sequence>
494
+ <xsd:element name="InterchangeRef" type="InterchangeRefStructure" minOccurs="0">
495
+ <xsd:annotation>
496
+ <xsd:documentation>Reference to the SERVICE JOURNEY INTERCHANGE between two journeys for which data is being returned.</xsd:documentation>
497
+ </xsd:annotation>
498
+ </xsd:element>
499
+ <xsd:element name="ConnectionLinkRef" type="ConnectionLinkRefStructure">
500
+ <xsd:annotation>
501
+ <xsd:documentation>Reference to the CONNECTION link or ACCESS ZONE for which data is to be returned and at which SERVICE JOURNEY INTERCHANGE takes place. A reference associated with known feeder arrival and distributor departure STOP POINTs.</xsd:documentation>
502
+ </xsd:annotation>
503
+ </xsd:element>
504
+ <xsd:element name="StopPointRef" type="StopPointRefStructure" minOccurs="0">
505
+ <xsd:annotation>
506
+ <xsd:documentation>Reference to a STOP POINT within CONNECTION link from which distributor leaves.</xsd:documentation>
507
+ <xsd:documentation>Reference to a STOP POINT.</xsd:documentation>
508
+ </xsd:annotation>
509
+ </xsd:element>
510
+ <xsd:element name="DistributorVisitNumber" type="VisitNumberType" minOccurs="0">
511
+ <xsd:annotation>
512
+ <xsd:documentation>Order of visit to a stop within JOURNEY PATTERN of distributor VEHICLE JOURNEY.</xsd:documentation>
513
+ </xsd:annotation>
514
+ </xsd:element>
515
+ <xsd:element name="DistributorOrder" type="xsd:positiveInteger" minOccurs="0">
516
+ <xsd:annotation>
517
+ <xsd:documentation>For implementations for which Order is not used for VisitNumber, (i.e. if VisitNumberIsOrder is false) then Order can be used to associate the Order as well if useful for translation.</xsd:documentation>
518
+ </xsd:annotation>
519
+ </xsd:element>
520
+ </xsd:sequence>
521
+ </xsd:group>
522
+ <xsd:complexType name="DistributorDepartureCancellationStructure">
523
+ <xsd:annotation>
524
+ <xsd:documentation>Type for Cancellation of a Distributor VEHICLE JOURNEY from a connection.</xsd:documentation>
525
+ </xsd:annotation>
526
+ <xsd:complexContent>
527
+ <xsd:extension base="AbstractDistributorItemStructure">
528
+ <xsd:sequence>
529
+ <xsd:element name="Reason" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
530
+ <xsd:annotation>
531
+ <xsd:documentation>Reason for failure of connection. (Unbounded since SIRI 2.0)</xsd:documentation>
532
+ </xsd:annotation>
533
+ </xsd:element>
534
+ <xsd:element ref="Extensions" minOccurs="0"/>
535
+ </xsd:sequence>
536
+ </xsd:extension>
537
+ </xsd:complexContent>
538
+ </xsd:complexType>
539
+ <xsd:complexType name="WaitProlongedDepartureStructure">
540
+ <xsd:annotation>
541
+ <xsd:documentation>Type for Distributor prolonged wait action.</xsd:documentation>
542
+ </xsd:annotation>
543
+ <xsd:complexContent>
544
+ <xsd:extension base="AbstractDistributorItemStructure">
545
+ <xsd:sequence minOccurs="0">
546
+ <xsd:element name="ExpectedDepartureTime" type="xsd:dateTime" minOccurs="0">
547
+ <xsd:annotation>
548
+ <xsd:documentation>Estimated departure time from the connection.</xsd:documentation>
549
+ </xsd:annotation>
550
+ </xsd:element>
551
+ <xsd:element ref="Extensions" minOccurs="0"/>
552
+ </xsd:sequence>
553
+ </xsd:extension>
554
+ </xsd:complexContent>
555
+ </xsd:complexType>
556
+ <xsd:complexType name="StoppingPositionChangedDepartureStructure">
557
+ <xsd:annotation>
558
+ <xsd:documentation>Type for Change to a Distributor stop position.</xsd:documentation>
559
+ </xsd:annotation>
560
+ <xsd:complexContent>
561
+ <xsd:extension base="AbstractDistributorItemStructure">
562
+ <xsd:sequence>
563
+ <xsd:element name="ChangeNote" type="NaturalLanguagePlaceNameStructure" minOccurs="0" maxOccurs="unbounded">
564
+ <xsd:annotation>
565
+ <xsd:documentation>Description of the revised stopping position of the Distributor (fetcher) in the connection zone. (Unbounded since SIRI 2.0)</xsd:documentation>
566
+ </xsd:annotation>
567
+ </xsd:element>
568
+ <xsd:element name="NewLocation" type="LocationStructure" minOccurs="0">
569
+ <xsd:annotation>
570
+ <xsd:documentation>New location from which Distributor will leave.</xsd:documentation>
571
+ </xsd:annotation>
572
+ </xsd:element>
573
+ <xsd:element ref="Extensions" minOccurs="0"/>
574
+ </xsd:sequence>
575
+ </xsd:extension>
576
+ </xsd:complexContent>
577
+ </xsd:complexType>
578
+ <!-- ======================================================================= -->
579
+ <!-- ====WSDL=================================================================== -->
580
+ <xsd:complexType name="ConnectionMonitoringDeliveriesStructure">
581
+ <xsd:annotation>
582
+ <xsd:documentation>Type for Deliveries for Connection Monitoring Service. Used in WSDL.</xsd:documentation>
583
+ </xsd:annotation>
584
+ <xsd:sequence>
585
+ <xsd:choice>
586
+ <xsd:element ref="ConnectionMonitoringFeederDelivery" maxOccurs="unbounded">
587
+ <xsd:annotation>
588
+ <xsd:documentation>Delivery for Connection Protection Feeder Service.</xsd:documentation>
589
+ </xsd:annotation>
590
+ </xsd:element>
591
+ <xsd:element ref="ConnectionMonitoringDistributorDelivery" maxOccurs="unbounded">
592
+ <xsd:annotation>
593
+ <xsd:documentation>Delivery for Connection Protection Distributor i.e. Fetcher Service.</xsd:documentation>
594
+ </xsd:annotation>
595
+ </xsd:element>
596
+ </xsd:choice>
597
+ </xsd:sequence>
598
+ </xsd:complexType>
599
+ <!-- ======================================================================= -->
600
+ <!-- ==== CS: Capability Request=================================================================== -->
601
+ <xsd:element name="ConnectionMonitoringCapabilitiesRequest" type="ServiceCapabilitiesRequestStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesRequest">
602
+ <xsd:annotation>
603
+ <xsd:documentation>Request for information about Connection Monitoring Service Capabilities. Answered with a ConnectionMontoringCapabilitiesResponse.</xsd:documentation>
604
+ </xsd:annotation>
605
+ </xsd:element>
606
+ <!-- ==== CS: Capability Response=================================================================== -->
607
+ <xsd:element name="ConnectionMonitoringCapabilitiesResponse" type="ConnectionMonitoringCapabilitiesResponseStructure" substitutionGroup="AbstractFunctionalServiceCapabilitiesResponse">
608
+ <xsd:annotation>
609
+ <xsd:documentation>Capabilities for Connection Monitoring Service. Answers a ConnectionMontoringCapabilitiesRequest.</xsd:documentation>
610
+ </xsd:annotation>
611
+ </xsd:element>
612
+ <xsd:complexType name="ConnectionMonitoringCapabilitiesResponseStructure">
613
+ <xsd:annotation>
614
+ <xsd:documentation>Type for Delivery for Connection Monitoring Capability.</xsd:documentation>
615
+ </xsd:annotation>
616
+ <xsd:complexContent>
617
+ <xsd:extension base="AbstractServiceCapabilitiesResponseStructure">
618
+ <xsd:sequence>
619
+ <xsd:element ref="ConnectionMonitoringServiceCapabilities" minOccurs="0"/>
620
+ <xsd:element ref="ConnectionMonitoringPermissions" minOccurs="0"/>
621
+ <xsd:element ref="Extensions" minOccurs="0"/>
622
+ </xsd:sequence>
623
+ <xsd:attribute name="version" type="VersionString" default="2.1">
624
+ <xsd:annotation>
625
+ <xsd:documentation>
626
+ Version number of response. Fixed
627
+ </xsd:documentation>
628
+ </xsd:annotation>
629
+ </xsd:attribute>
630
+ </xsd:extension>
631
+ </xsd:complexContent>
632
+ </xsd:complexType>
633
+ <xsd:complexType name="ConnectionMonitoringCapabilityRequestPolicyStructure">
634
+ <xsd:annotation>
635
+ <xsd:documentation>Type for Connection Monitoring Capability Request Policy.</xsd:documentation>
636
+ </xsd:annotation>
637
+ <xsd:complexContent>
638
+ <xsd:extension base="CapabilityRequestPolicyStructure">
639
+ <xsd:sequence>
640
+ <xsd:element name="ForeignJourneysOnly" type="xsd:boolean" minOccurs="0">
641
+ <xsd:annotation>
642
+ <xsd:documentation>Whether results returns foreign journeys only.</xsd:documentation>
643
+ </xsd:annotation>
644
+ </xsd:element>
645
+ </xsd:sequence>
646
+ </xsd:extension>
647
+ </xsd:complexContent>
648
+ </xsd:complexType>
649
+ <xsd:element name="ConnectionMonitoringServiceCapabilities" type="ConnectionMonitoringServiceCapabilitiesStructure">
650
+ <xsd:annotation>
651
+ <xsd:documentation> Capabilities of Connection Monitoring Service.</xsd:documentation>
652
+ </xsd:annotation>
653
+ </xsd:element>
654
+ <xsd:complexType name="ConnectionMonitoringServiceCapabilitiesStructure">
655
+ <xsd:annotation>
656
+ <xsd:documentation>Type for Connection Monitoring Capabilities.</xsd:documentation>
657
+ </xsd:annotation>
658
+ <xsd:complexContent>
659
+ <xsd:extension base="AbstractCapabilitiesStructure">
660
+ <xsd:sequence>
661
+ <xsd:element name="TopicFiltering" minOccurs="0">
662
+ <xsd:annotation>
663
+ <xsd:documentation>Filtering Capabilities.</xsd:documentation>
664
+ </xsd:annotation>
665
+ <xsd:complexType>
666
+ <xsd:sequence>
667
+ <xsd:element name="DefaultPreviewInterval" type="PositiveDurationType" minOccurs="0">
668
+ <xsd:annotation>
669
+ <xsd:documentation>Default preview horizon used.</xsd:documentation>
670
+ </xsd:annotation>
671
+ </xsd:element>
672
+ <xsd:element ref="FilterByConnectionLinkRef" minOccurs="0"/>
673
+ <xsd:element name="FilterByJourney" type="xsd:boolean" fixed="true" minOccurs="0">
674
+ <xsd:annotation>
675
+ <xsd:documentation>Whether results can be filtered by journey.</xsd:documentation>
676
+ </xsd:annotation>
677
+ </xsd:element>
678
+ <xsd:element name="FilterByTime" type="xsd:boolean" default="true" minOccurs="0">
679
+ <xsd:annotation>
680
+ <xsd:documentation>Whether results can be filtered by time Filter of Connection. Default is ' true'.</xsd:documentation>
681
+ </xsd:annotation>
682
+ </xsd:element>
683
+ </xsd:sequence>
684
+ </xsd:complexType>
685
+ </xsd:element>
686
+ <xsd:element name="RequestPolicy" minOccurs="0">
687
+ <xsd:annotation>
688
+ <xsd:documentation>Request Policy capabilities.</xsd:documentation>
689
+ </xsd:annotation>
690
+ <xsd:complexType>
691
+ <xsd:complexContent>
692
+ <xsd:extension base="CapabilityRequestPolicyStructure">
693
+ <xsd:sequence>
694
+ <xsd:element name="ForeignJourneysOnly" type="xsd:boolean" default="false" minOccurs="0">
695
+ <xsd:annotation>
696
+ <xsd:documentation>Whether only foreign journeys are included.</xsd:documentation>
697
+ </xsd:annotation>
698
+ </xsd:element>
699
+ </xsd:sequence>
700
+ </xsd:extension>
701
+ </xsd:complexContent>
702
+ </xsd:complexType>
703
+ </xsd:element>
704
+ <xsd:element name="SubscriptionPolicy" type="CapabilitySubscriptionPolicyStructure" minOccurs="0">
705
+ <xsd:annotation>
706
+ <xsd:documentation>Subscription Policy capabilities.</xsd:documentation>
707
+ </xsd:annotation>
708
+ </xsd:element>
709
+ <xsd:element name="AccessControl" type="ConnectionCapabilityAccessControlStructure" minOccurs="0">
710
+ <xsd:annotation>
711
+ <xsd:documentation>Optional Access control capabilities.</xsd:documentation>
712
+ </xsd:annotation>
713
+ </xsd:element>
714
+ <xsd:element ref="Extensions" minOccurs="0"/>
715
+ </xsd:sequence>
716
+ </xsd:extension>
717
+ </xsd:complexContent>
718
+ </xsd:complexType>
719
+ <!-- ========Permissions ================================================== -->
720
+ <xsd:element name="ConnectionMonitoringPermissions">
721
+ <xsd:annotation>
722
+ <xsd:documentation>Participants permissions to use the service.</xsd:documentation>
723
+ </xsd:annotation>
724
+ <xsd:complexType>
725
+ <xsd:sequence>
726
+ <xsd:element name="ConnectionMonitoringPermission" type="ConnectionServicePermissionStructure" minOccurs="0" maxOccurs="unbounded"/>
727
+ </xsd:sequence>
728
+ </xsd:complexType>
729
+ </xsd:element>
730
+ <!-- ======================================================================= -->
731
+ </xsd:schema>