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,118 @@
1
+ <?xml version='1.0' encoding='UTF-8' ?>
2
+
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ xmlns:tns="http://schemas.xmlsoap.org/soap/envelope/"
5
+ xmlns:wsdl="http://wsdl.siri.org.uk"
6
+ targetNamespace="http://schemas.xmlsoap.org/soap/envelope/" >
7
+
8
+ <xs:import namespace="http://wsdl.siri.org.uk" schemaLocation="wsdl_model/siri-wsdl.xsd"/>
9
+
10
+ <xs:element name="Envelope" type="tns:Envelope" />
11
+ <xs:complexType name="Envelope" >
12
+ <xs:sequence>
13
+ <xs:element ref="tns:Header" minOccurs="0" />
14
+ <xs:element ref="tns:Body" minOccurs="1" />
15
+ <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax" />
16
+ </xs:sequence>
17
+ <xs:anyAttribute namespace="##other" processContents="lax" />
18
+ </xs:complexType>
19
+
20
+ <xs:element name="Header" type="tns:Header" />
21
+ <xs:complexType name="Header" >
22
+ <xs:sequence>
23
+ <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax" />
24
+ </xs:sequence>
25
+ <xs:anyAttribute namespace="##other" processContents="lax" />
26
+ </xs:complexType>
27
+
28
+ <xs:element name="Body" type="tns:Body"/>
29
+ <xs:complexType name="Body" >
30
+ <xs:choice>
31
+ <!-- Work In Progress: elements are missing -->
32
+ <xs:element ref="wsdl:CheckStatus"/>
33
+ <xs:element ref="wsdl:CheckStatusResponse"/>
34
+
35
+ <xs:element ref="wsdl:GetStopMonitoring"/>
36
+ <xs:element ref="wsdl:GetStopMonitoringResponse"/>
37
+
38
+ <xs:element ref="wsdl:GetEstimatedTimetable"/>
39
+ <xs:element ref="wsdl:GetEstimatedTimetableResponse"/>
40
+
41
+ <xs:element ref="wsdl:GetVehicleMonitoring"/>
42
+ <xs:element ref="wsdl:GetVehicleMonitoringResponse"/>
43
+
44
+ <xs:element ref="wsdl:StopPointsDiscovery"/>
45
+ <xs:element ref="wsdl:StopPointsDiscoveryResponse"/>
46
+
47
+ <xs:element ref="wsdl:LinesDiscovery"/>
48
+ <xs:element ref="wsdl:LinesDiscoveryResponse"/>
49
+
50
+ <xs:element ref="wsdl:Subscribe"/>
51
+ <xs:element ref="wsdl:SubscribeResponse"/>
52
+
53
+ <xs:element ref="wsdl:DeleteSubscription"/>
54
+ <xs:element ref="wsdl:DeleteSubscriptionResponse"/>
55
+
56
+ <xs:element ref="wsdl:GetGeneralMessage"/>
57
+ <xs:element ref="wsdl:GetGeneralMessageResponse"/>
58
+
59
+ <xs:element ref="wsdl:GetSituationExchange"/>
60
+ <xs:element ref="wsdl:GetSituationExchangeResponse"/>
61
+
62
+ <xs:element ref="wsdl:GetSiriService"/>
63
+
64
+ <!-- Consumer messages -->
65
+ <xs:element ref="wsdl:NotifyVehicleMonitoring"/>
66
+ <xs:element ref="wsdl:NotifyProductionTimetable"/>
67
+ <xs:element ref="wsdl:NotifyEstimatedTimetable"/>
68
+ <xs:element ref="wsdl:NotifySubscriptionTerminated"/>
69
+ <xs:element ref="wsdl:NotifyGeneralMessage"/>
70
+ <xs:element ref="wsdl:NotifyStopMonitoring"/>
71
+ </xs:choice>
72
+ </xs:complexType>
73
+
74
+ <xs:attribute name="mustUnderstand" >
75
+ <xs:simpleType>
76
+ <xs:restriction base='xs:boolean'>
77
+ <xs:pattern value='0|1' />
78
+ </xs:restriction>
79
+ </xs:simpleType>
80
+ </xs:attribute>
81
+ <xs:attribute name="actor" type="xs:anyURI" />
82
+
83
+ <xs:simpleType name="encodingStyle" >
84
+ <xs:annotation>
85
+ <xs:documentation>
86
+ 'encodingStyle' indicates any canonicalization conventions followed in the contents of the containing element. For example, the value 'http://schemas.xmlsoap.org/soap/encoding/' indicates the pattern described in SOAP specification
87
+ </xs:documentation>
88
+ </xs:annotation>
89
+ <xs:list itemType="xs:anyURI" />
90
+ </xs:simpleType>
91
+
92
+ <xs:attribute name="encodingStyle" type="tns:encodingStyle" />
93
+ <xs:attributeGroup name="encodingStyle" >
94
+ <xs:attribute ref="tns:encodingStyle" />
95
+ </xs:attributeGroup>
96
+
97
+ <xs:element name="Fault" type="tns:Fault" />
98
+ <xs:complexType name="Fault" final="extension" >
99
+ <xs:annotation>
100
+ <xs:documentation>
101
+ Fault reporting structure
102
+ </xs:documentation>
103
+ </xs:annotation>
104
+ <xs:sequence>
105
+ <xs:element name="faultcode" type="xs:QName" />
106
+ <xs:element name="faultstring" type="xs:string" />
107
+ <xs:element name="faultactor" type="xs:anyURI" minOccurs="0" />
108
+ <xs:element name="detail" type="tns:detail" minOccurs="0" />
109
+ </xs:sequence>
110
+ </xs:complexType>
111
+
112
+ <xs:complexType name="detail">
113
+ <xs:sequence>
114
+ <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax" />
115
+ </xs:sequence>
116
+ <xs:anyAttribute namespace="##any" processContents="lax" />
117
+ </xs:complexType>
118
+ </xs:schema>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://wsdl.siri.org.uk" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://wsdl.siri.org.uk" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="1.3" id="siriWS">
3
+ <xsd:include schemaLocation="siri_wsProducer-DiscoveryCapability.xsd"/>
4
+ <xsd:include schemaLocation="siri_wsProducer-Framework.xsd"/>
5
+ <xsd:include schemaLocation="siri_wsProducer-Services.xsd"/>
6
+ <xsd:include schemaLocation="siri_wsConsumer-Framework.xsd"/>
7
+ <xsd:include schemaLocation="siri_wsConsumer-Services.xsd"/>
8
+ </xsd:schema>
@@ -0,0 +1,98 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://wsdl.siri.org.uk" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://wsdl.siri.org.uk" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="1.3" id="siriWS">
3
+ <xsd:import namespace="http://www.siri.org.uk/siri" schemaLocation="../siri.xsd"/>
4
+ <xsd:annotation>
5
+ <xsd:appinfo>
6
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
7
+ <Aggregation>main schema</Aggregation>
8
+ <Audience>e-service developers</Audience>
9
+ <Contributor>Christophe Duquesne, Aurige, Guyancourt FRANCE</Contributor>
10
+ <Contributor>Michel Etienne, Cityway, Paris FRANCE</Contributor>
11
+ <Contributor>Robin Vettier, RATP, Paris FRANCE</Contributor>
12
+ <Contributor>Nicholas Knowles, KIZOOM LTD., London EC4A 1LT</Contributor>
13
+ <Coverage>Europe</Coverage>
14
+ <Creator>&gt;Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Christophe Duquesne, Aurige </Creator>
15
+ <Date>
16
+ <Created>2012-05-29</Created>
17
+ </Date>
18
+ <Description>
19
+ <p>SIRI is a European CEN technical standard for the exchange of real time information.</p>
20
+ <p>SIRI is defined by XMLschemas and comprises a general protocol for communication, and a modular set of functional services as follows :
21
+ <ul><li>Production Timetable: Exchanges planned timetables.</li><li>Estimated Timetable: Exchanges real-time updates to timetables.</li><li>Stop Timetable: Provides timetable information about stop departures and arrivals.</li><li>Stop Monitoring: Provides real time information about stop departures and arrivals.</li><li>Vehicle Monitoring: Provides real time information about vehicle movements.</li><li>Connection Timetable: Provides timetabled information about feeder and distributor arrivals and departures at a connection point.</li><li>Connection Monitoring: Provides real time information about feeder and distributor arrivals and departures at a a connection point. Can be used to support "Connection protection".</li><li>General Message: Exchanges general information messages between participants</li><li>Facility Monitoring: Provides real time information about facilities.</li><li>SItuation Monitoring: Provides real time information about Incidents.</li></ul>
22
+ </p>
23
+ <p>SIRI supports both direct request/response and publish subscribe patterns of interaction.</p>
24
+ <p>SIRI includes common mechanisms and messages for system status management.</p>
25
+ <p>SIRI documents can be exchanged using http post, and/or SOAP.
26
+ This file provides the necessary framework XSD structure to have the Document/Literal Wrapped encoding style fully compatible with the RPC/Literal style</p>
27
+ </Description>
28
+ <Format>
29
+ <MediaType>text/xml</MediaType>
30
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
31
+ <Description>XML schema, W3C Recommendation 2001</Description>
32
+ </Format>
33
+ <Identifier>{http://www.siri.org.uk/schema/2.0}siri.xsd</Identifier>
34
+ <Language>[ISO 639-2/B] ENG</Language>
35
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
36
+ <Relation>
37
+ <Requires>http://www.siri.org.uk/schema/2.0/siri_wsCOnsumer-Document.wsdl</Requires>
38
+ </Relation>
39
+ <Rights>
40
+ <!--Unclassified-->
41
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
42
+ </Rights>
43
+ <Source>
44
+ <ul>
45
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
46
+ </ul>
47
+ </Source>
48
+ <Status>Version 2.1</Status>
49
+ <Subject>
50
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
51
+ Air transport, Airports,
52
+ Ports and maritime transport, Ferries (marine),
53
+ Public transport, Bus services, Coach services, Bus stops and stations,
54
+ Rail transport, Railway stations and track, Train services, Underground trains,
55
+ Business and industry, Transport, Air transport , Ports and maritime transport, Public transport,
56
+ Rail transport, Roads and road transport.
57
+ </Category>
58
+ <Project>CEN TC278 WG3 SG7</Project>
59
+ </Subject>
60
+ <Title>XSD elements for WSDL Consumer (Document Wrapped style) interface for SIRI XML schema. Service Interface for Real Time Information relating to Public Transport Operations. </Title>
61
+ <Type>Standard</Type>
62
+ </Metadata>
63
+ </xsd:appinfo>
64
+ </xsd:annotation>
65
+ <!-- Heartbeat -->
66
+ <xsd:complexType name="WsHeartbeatNotificationStructure">
67
+ <xsd:annotation>
68
+ <xsd:documentation>Type for Heartbeat Notifcation </xsd:documentation>
69
+ </xsd:annotation>
70
+ <xsd:sequence>
71
+ <xsd:element name="HeartbeatNotifyInfo" type="siri:ProducerRequestEndpointStructure" minOccurs="1" maxOccurs="1"/>
72
+ <xsd:element name="Notification" type="siri:CheckStatusResponseBodyStructure" minOccurs="1" maxOccurs="1"/>
73
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
74
+ </xsd:sequence>
75
+ </xsd:complexType>
76
+ <xsd:element name="NotifyHeartbeat" type="WsHeartbeatNotificationStructure"/>
77
+ <!-- DataReady -->
78
+ <xsd:complexType name="WsDataReadyNotificationStructure">
79
+ <xsd:annotation>
80
+ <xsd:documentation>Type for Data Ready Notication </xsd:documentation>
81
+ </xsd:annotation>
82
+ <xsd:sequence>
83
+ <xsd:element name="Notification" type="siri:DataReadyRequestStructure"/>
84
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure"/>
85
+ </xsd:sequence>
86
+ </xsd:complexType>
87
+ <xsd:element name="NotifyDataReady" type="WsDataReadyNotificationStructure"/>
88
+ <!-- DataReady -->
89
+ <xsd:complexType name="WsSubscriptionTerminatedNotificationStructure">
90
+ <xsd:annotation>
91
+ <xsd:documentation>Type for TerminateSubscription Notication </xsd:documentation>
92
+ </xsd:annotation>
93
+ <xsd:sequence>
94
+ <xsd:element name="Notification" type="siri:SubscriptionTerminatedNotificationStructure"/>
95
+ </xsd:sequence>
96
+ </xsd:complexType>
97
+ <xsd:element name="NotifySubscriptionTerminated" type="WsSubscriptionTerminatedNotificationStructure"/>
98
+ </xsd:schema>
@@ -0,0 +1,155 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://wsdl.siri.org.uk" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://wsdl.siri.org.uk" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="1.3" id="siriWS">
3
+ <xsd:import namespace="http://www.siri.org.uk/siri" schemaLocation="../siri.xsd"/>
4
+ <xsd:annotation>
5
+ <xsd:appinfo>
6
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
7
+ <Aggregation>main schema</Aggregation>
8
+ <Audience>e-service developers</Audience>
9
+ <Contributor>Christophe Duquesne, Aurige, Guyancourt FRANCE</Contributor>
10
+ <Contributor>Michel Etienne, Cityway, Paris FRANCE</Contributor>
11
+ <Contributor>Robin Vettier, RATP, Paris FRANCE</Contributor>
12
+ <Contributor>Nicholas Knowles, KIZOOM LTD., London EC4A 1LT</Contributor>
13
+ <Coverage>Europe</Coverage>
14
+ <Creator>&gt;Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Christophe Duquesne, Aurige </Creator>
15
+ <Date>
16
+ <Created>2012-05-29</Created>
17
+ </Date>
18
+ <Description>
19
+ <p>SIRI is a European CEN technical standard for the exchange of real time information.</p>
20
+ <p>SIRI is defined by XMLschemas and comprises a general protocol for communication, and a modular set of functional services as follows :
21
+ <ul><li>Production Timetable: Exchanges planned timetables.</li><li>Estimated Timetable: Exchanges real-time updates to timetables.</li><li>Stop Timetable: Provides timetable information about stop departures and arrivals.</li><li>Stop Monitoring: Provides real time information about stop departures and arrivals.</li><li>Vehicle Monitoring: Provides real time information about vehicle movements.</li><li>Connection Timetable: Provides timetabled information about feeder and distributor arrivals and departures at a connection point.</li><li>Connection Monitoring: Provides real time information about feeder and distributor arrivals and departures at a a connection point. Can be used to support "Connection protection".</li><li>General Message: Exchanges general information messages between participants</li><li>Facility Monitoring: Provides real time information about facilities.</li><li>SItuation Monitoring: Provides real time information about Incidents.</li></ul>
22
+ </p>
23
+ <p>SIRI supports both direct request/response and publish subscribe patterns of interaction.</p>
24
+ <p>SIRI includes common mechanisms and messages for system status management.</p>
25
+ <p>SIRI documents can be exchanged using http post, and/or SOAP.
26
+ This file provides the necessary service XSD structure to have the Document/Literal Wrapped encoding style fully compatible with the RPC/Literal style</p>
27
+ </Description>
28
+ <Format>
29
+ <MediaType>text/xml</MediaType>
30
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
31
+ <Description>XML schema, W3C Recommendation 2001</Description>
32
+ </Format>
33
+ <Identifier>{http://www.siri.org.uk/schema/2.0}siri.xsd</Identifier>
34
+ <Language>[ISO 639-2/B] ENG</Language>
35
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
36
+ <Relation>
37
+ <Requires>http://www.siri.org.uk/schema/2.0/siri_wsCOnsumer-Document.wsdl</Requires>
38
+ </Relation>
39
+ <Rights>
40
+ <!--Unclassified-->
41
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
42
+ </Rights>
43
+ <Source>
44
+ <ul>
45
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
46
+ </ul>
47
+ </Source>
48
+ <Status>Version 2.1</Status>
49
+ <Subject>
50
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
51
+ Air transport, Airports,
52
+ Ports and maritime transport, Ferries (marine),
53
+ Public transport, Bus services, Coach services, Bus stops and stations,
54
+ Rail transport, Railway stations and track, Train services, Underground trains,
55
+ Business and industry, Transport, Air transport , Ports and maritime transport, Public transport,
56
+ Rail transport, Roads and road transport.
57
+ </Category>
58
+ <Project>CEN TC278 WG3 SG7</Project>
59
+ </Subject>
60
+ <Title>XSD elements for WSDL Consumer (Document Wrapped style) interface for SIRI XML schema. Service Interface for Real Time Information relating to Public Transport Operations. </Title>
61
+ <Type>Standard</Type>
62
+ </Metadata>
63
+ </xsd:appinfo>
64
+ </xsd:annotation>
65
+ <!-- ProductionTimetable -->
66
+ <xsd:complexType name="WsProductionTimetableNotificationStructure">
67
+ <xsd:sequence>
68
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
69
+ <xsd:element name="Notification" type="siri:ProductionTimetableDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
70
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
71
+ </xsd:sequence>
72
+ </xsd:complexType>
73
+ <xsd:element name="NotifyProductionTimetable" type="WsProductionTimetableNotificationStructure"/>
74
+ <!-- EstimatedTimetable -->
75
+ <xsd:complexType name="WsEstimatedTimetableNotificationStructure">
76
+ <xsd:sequence>
77
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
78
+ <xsd:element name="Notification" type="siri:EstimatedTimetableDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
79
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
80
+ </xsd:sequence>
81
+ </xsd:complexType>
82
+ <xsd:element name="NotifyEstimatedTimetable" type="WsEstimatedTimetableNotificationStructure"/>
83
+ <!-- StopTimetable -->
84
+ <xsd:complexType name="WsStopTimetableNotificationStructure">
85
+ <xsd:sequence>
86
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
87
+ <xsd:element name="Notification" type="siri:StopTimetableDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
88
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
89
+ </xsd:sequence>
90
+ </xsd:complexType>
91
+ <xsd:element name="NotifyStopTimetable" type="WsStopTimetableNotificationStructure"/>
92
+ <!-- StopMonitoring -->
93
+ <xsd:complexType name="WsStopMonitoringNotificationStructure">
94
+ <xsd:sequence>
95
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
96
+ <xsd:element name="Notification" type="siri:StopMonitoringDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
97
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
98
+ </xsd:sequence>
99
+ </xsd:complexType>
100
+ <xsd:element name="NotifyStopMonitoring" type="WsStopMonitoringNotificationStructure"/>
101
+ <!-- ConnectionTimetable -->
102
+ <xsd:complexType name="WsConnectionTimetableNotificationStructure">
103
+ <xsd:sequence>
104
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
105
+ <xsd:element name="Notification" type="siri:ConnectionTimetableDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
106
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
107
+ </xsd:sequence>
108
+ </xsd:complexType>
109
+ <xsd:element name="NotifyConnectionTimetable" type="WsConnectionTimetableNotificationStructure"/>
110
+ <!-- ConnectionMonitoring -->
111
+ <xsd:complexType name="WsConnectionMonitoringNotificationStructure">
112
+ <xsd:sequence>
113
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
114
+ <xsd:element name="Notification" type="siri:ConnectionMonitoringDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
115
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
116
+ </xsd:sequence>
117
+ </xsd:complexType>
118
+ <xsd:element name="NotifyConnectionMonitoring" type="WsConnectionMonitoringNotificationStructure"/>
119
+ <!-- GeneralMessage -->
120
+ <xsd:complexType name="WsGeneralMessageNotificationStructure">
121
+ <xsd:sequence>
122
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
123
+ <xsd:element name="Notification" type="siri:GeneralMessageDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
124
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
125
+ </xsd:sequence>
126
+ </xsd:complexType>
127
+ <xsd:element name="NotifyGeneralMessage" type="WsGeneralMessageNotificationStructure"/>
128
+ <!-- FacilityMonitoring -->
129
+ <xsd:complexType name="WsFacilityMonitoringNotificationStructure">
130
+ <xsd:sequence>
131
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
132
+ <xsd:element name="Notification" type="siri:FacilityMonitoringDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
133
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
134
+ </xsd:sequence>
135
+ </xsd:complexType>
136
+ <xsd:element name="NotifyFacilityMonitoring" type="WsFacilityMonitoringNotificationStructure"/>
137
+ <!-- SituationExchange -->
138
+ <xsd:complexType name="WsSituationExchangeNotificationStructure">
139
+ <xsd:sequence>
140
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
141
+ <xsd:element name="Notification" type="siri:SituationExchangeDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
142
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
143
+ </xsd:sequence>
144
+ </xsd:complexType>
145
+ <xsd:element name="NotifySituationExchange" type="WsSituationExchangeNotificationStructure"/>
146
+ <!-- VehicleMonitoring -->
147
+ <xsd:complexType name="WsVehicleMonitoringNotificationStructure">
148
+ <xsd:sequence>
149
+ <xsd:element name="ServiceDeliveryInfo" type="siri:ProducerResponseEndpointStructure" minOccurs="1" maxOccurs="1"/>
150
+ <xsd:element name="Notification" type="siri:VehicleMonitoringDeliveriesStructure" minOccurs="1" maxOccurs="1"/>
151
+ <xsd:element name="SiriExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
152
+ </xsd:sequence>
153
+ </xsd:complexType>
154
+ <xsd:element name="NotifyVehicleMonitoring" type="WsVehicleMonitoringNotificationStructure"/>
155
+ </xsd:schema>
@@ -0,0 +1,123 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://wsdl.siri.org.uk" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://wsdl.siri.org.uk" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="1.3" id="siriWS">
3
+ <xsd:import namespace="http://www.siri.org.uk/siri" schemaLocation="../siri.xsd"/>
4
+ <xsd:annotation>
5
+ <xsd:appinfo>
6
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
7
+ <Aggregation>main schema</Aggregation>
8
+ <Audience>e-service developers</Audience>
9
+ <Contributor>Christophe Duquesne, Aurige, Guyancourt FRANCE</Contributor>
10
+ <Contributor>Michel Etienne, Cityway, Paris FRANCE</Contributor>
11
+ <Contributor>Robin Vettier, RATP, Paris FRANCE</Contributor>
12
+ <Contributor>Nicholas Knowles, KIZOOM LTD., London EC4A 1LT</Contributor>
13
+ <Coverage>Europe</Coverage>
14
+ <Creator>&gt;Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Christophe Duquesne, Aurige </Creator>
15
+ <Date>
16
+ <Created>2012-05-29</Created>
17
+ </Date>
18
+ <Description>
19
+ <p>SIRI is a European CEN technical standard for the exchange of real time information.</p>
20
+ <p>SIRI is defined by XMLschemas and comprises a general protocol for communication, and a modular set of functional services as follows :
21
+ <ul><li>Production Timetable: Exchanges planned timetables.</li><li>Estimated Timetable: Exchanges real-time updates to timetables.</li><li>Stop Timetable: Provides timetable information about stop departures and arrivals.</li><li>Stop Monitoring: Provides real time information about stop departures and arrivals.</li><li>Vehicle Monitoring: Provides real time information about vehicle movements.</li><li>Connection Timetable: Provides timetabled information about feeder and distributor arrivals and departures at a connection point.</li><li>Connection Monitoring: Provides real time information about feeder and distributor arrivals and departures at a a connection point. Can be used to support "Connection protection".</li><li>General Message: Exchanges general information messages between participants</li><li>Facility Monitoring: Provides real time information about facilities.</li><li>SItuation Monitoring: Provides real time information about Incidents.</li></ul>
22
+ </p>
23
+ <p>SIRI supports both direct request/response and publish subscribe patterns of interaction.</p>
24
+ <p>SIRI includes common mechanisms and messages for system status management.</p>
25
+ <p>SIRI documents can be exchanged using http post, and/or SOAP.
26
+ This file provides the necessary Discovery and Capability XSD structure to have the Document/Literal Wrapped encoding style fully compatible with the RPC/Literal style</p>
27
+ </Description>
28
+ <Format>
29
+ <MediaType>text/xml</MediaType>
30
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
31
+ <Description>XML schema, W3C Recommendation 2001</Description>
32
+ </Format>
33
+ <Identifier>{http://www.siri.org.uk/schema/2.0}siri.xsd</Identifier>
34
+ <Language>[ISO 639-2/B] ENG</Language>
35
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
36
+ <Relation>
37
+ <Requires>http://www.siri.org.uk/schema/2.0/siri_wsCOnsumer-Document.wsdl</Requires>
38
+ </Relation>
39
+ <Rights>
40
+ <!--Unclassified-->
41
+ <Copyright>CEN, VDV, RTIG 2004-2021</Copyright>
42
+ </Rights>
43
+ <Source>
44
+ <ul>
45
+ <li>Derived from the VDV, RTIG XML and Trident standards.</li>
46
+ </ul>
47
+ </Source>
48
+ <Status>Version 2.1</Status>
49
+ <Subject>
50
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
51
+ Air transport, Airports,
52
+ Ports and maritime transport, Ferries (marine),
53
+ Public transport, Bus services, Coach services, Bus stops and stations,
54
+ Rail transport, Railway stations and track, Train services, Underground trains,
55
+ Business and industry, Transport, Air transport , Ports and maritime transport, Public transport,
56
+ Rail transport, Roads and road transport.
57
+ </Category>
58
+ <Project>CEN TC278 WG3 SG7</Project>
59
+ </Subject>
60
+ <Title>XSD elements for WSDL Consumer (Document Wrapped style) interface for SIRI XML schema. Service Interface for Real Time Information relating to Public Transport Operations. </Title>
61
+ <Type>Standard</Type>
62
+ </Metadata>
63
+ </xsd:appinfo>
64
+ </xsd:annotation>
65
+ <!-- Capabilities -->
66
+ <xsd:complexType name="WsGetCapabilitiesRequestStructure">
67
+ <xsd:sequence>
68
+ <xsd:element name="Request" type="siri:CapabilitiesRequestStructure" minOccurs="1" maxOccurs="1"/>
69
+ <xsd:element name="RequestExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
70
+ </xsd:sequence>
71
+ </xsd:complexType>
72
+ <xsd:complexType name="WsGetCapabilitiesAnswerStructure">
73
+ <xsd:sequence>
74
+ <xsd:element name="Answer" type="siri:CapabilitiesResponseStructure" minOccurs="1" maxOccurs="1"/>
75
+ <xsd:element name="AnswerExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
76
+ </xsd:sequence>
77
+ </xsd:complexType>
78
+ <xsd:element name="GetCapabilities" type="WsGetCapabilitiesRequestStructure"/>
79
+ <xsd:element name="GetCapabilitiesResponse" type="WsGetCapabilitiesAnswerStructure"/>
80
+ <!-- Discovery -->
81
+ <xsd:complexType name="WsStopPointsDiscoveryStructure">
82
+ <xsd:sequence>
83
+ <xsd:element name="Request" type="siri:StopPointsDiscoveryRequestStructure" minOccurs="1" maxOccurs="1"/>
84
+ <xsd:element name="RequestExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
85
+ </xsd:sequence>
86
+ </xsd:complexType>
87
+ <xsd:complexType name="WsStopPointsDiscoveryAnswerStructure">
88
+ <xsd:sequence>
89
+ <xsd:element name="Answer" type="siri:StopPointsDeliveryStructure" minOccurs="1" maxOccurs="1"/>
90
+ <xsd:element name="AnswerExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
91
+ </xsd:sequence>
92
+ </xsd:complexType>
93
+ <xsd:element name="StopPointsDiscovery" type="WsStopPointsDiscoveryStructure"/>
94
+ <xsd:element name="StopPointsDiscoveryResponse" type="WsStopPointsDiscoveryAnswerStructure"/>
95
+ <xsd:complexType name="WsConnectionLinksDiscoveryStructure">
96
+ <xsd:sequence>
97
+ <xsd:element name="Request" type="siri:ConnectionLinksDiscoveryRequestStructure" minOccurs="1" maxOccurs="1"/>
98
+ <xsd:element name="RequestExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
99
+ </xsd:sequence>
100
+ </xsd:complexType>
101
+ <xsd:complexType name="WsConnectionLinksDiscoveryAnswerStructure">
102
+ <xsd:sequence>
103
+ <xsd:element name="Answer" type="siri:ConnectionLinksDeliveryStructure" minOccurs="1" maxOccurs="1"/>
104
+ <xsd:element name="AnswerExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
105
+ </xsd:sequence>
106
+ </xsd:complexType>
107
+ <xsd:element name="ConnectionLinksDiscovery" type="WsConnectionLinksDiscoveryStructure"/>
108
+ <xsd:element name="ConnectionLinksDiscoveryResponse" type="WsConnectionLinksDiscoveryAnswerStructure"/>
109
+ <xsd:complexType name="WsLinesDiscoveryStructure">
110
+ <xsd:sequence>
111
+ <xsd:element name="Request" type="siri:LinesDiscoveryRequestStructure" minOccurs="1" maxOccurs="1"/>
112
+ <xsd:element name="RequestExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
113
+ </xsd:sequence>
114
+ </xsd:complexType>
115
+ <xsd:complexType name="WsLinesDiscoveryAnswerStructure">
116
+ <xsd:sequence>
117
+ <xsd:element name="Answer" type="siri:LinesDeliveryStructure" minOccurs="1" maxOccurs="1"/>
118
+ <xsd:element name="AnswerExtension" type="siri:ExtensionsStructure" minOccurs="1" maxOccurs="1"/>
119
+ </xsd:sequence>
120
+ </xsd:complexType>
121
+ <xsd:element name="LinesDiscovery" type="WsLinesDiscoveryStructure"/>
122
+ <xsd:element name="LinesDiscoveryResponse" type="WsLinesDiscoveryAnswerStructure"/>
123
+ </xsd:schema>