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,315 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1" id="siri">
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>Dipl.-Kfm. Winfried Bruns, Verband Deutscher, Köln</Contributor>
9
+ <Contributor>Mark Cartwright, Centaur Consulting Limited, Guildford</Contributor>
10
+ <Contributor>Christophe Duquesne, PDG Consultant en systémes, Dryade Guyancourt</Contributor>
11
+ <Contributor>Stefan Fjällemark, HUR - Hovedstadens, Valby</Contributor>
12
+ <Contributor>Jonas Jäderberg, Columna, Borlänge</Contributor>
13
+ <Contributor>Dipl.-Ing. Sven Juergens psitrans juergens@psitrans.de</Contributor>
14
+ <Contributor>Nicholas Knowles, KIZOOM Limited, London EC4A 1LT</Contributor>
15
+ <Contributor>Werner Kohl, Mentz Datenverarbeitung GmbH, München</Contributor>
16
+ <Contributor>Peter Miller, ACIS Research and Development, Cambridge CB4 0DL</Contributor>
17
+ <Contributor>Dr. Martin Siczkowski, West Yorkshire PTE, Leeds</Contributor>
18
+ <Contributor>Gustav Thiessen BLIC thi@BLIC.DE</Contributor>
19
+ <Contributor>Dr Bartak, bartak@apex-jesenice.cz</Contributor>
20
+ <Contributor>Dr. Franz-Josef Czuka, Beratungsgesellschaft für, Düsseldorf</Contributor>
21
+ <Contributor>Dr.-Ing. Klaus-Peter Heynert, PSI Transportation GmbH, Berlin</Contributor>
22
+ <Contributor>Jean-Laurant Franchineau, CONNEX-EUROLUM, PARIS</Contributor>
23
+ <Contributor>Dipl.-Ing. (FH) Rainer Ganninger, init innovation in, Karlsruhe</Contributor>
24
+ <Contributor>Dipl.-Ing. HTL Peter Machalek, Siemens Transit, Neuhausen am Rheinfall</Contributor>
25
+ <Contributor>El Ing. Ernst Pfister, Siemens Transit, Neuhausen am Rheinfall</Contributor>
26
+ <Contributor>Dipl.-Ing. Berthold Radermacher, Verband Deutscher, Köln</Contributor>
27
+ <Contributor>Dr. Friedemann Weik, Hamburger Berater Team GmbH, Hamburg</Contributor>
28
+ <Coverage>Europe</Coverage>
29
+ <Creator>&gt;Drafted for version 1.0 CEN TC278 WG3 SG7 Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk</Creator>
30
+ <Date>
31
+ <Created>2012-06-17</Created>
32
+ <!-- Update version number to 2.0 -->
33
+ </Date>
34
+ <Date>
35
+ <Created>2009-11-17</Created>
36
+ <!-- created from SIRI common -->
37
+ </Date>
38
+ <Date>
39
+ <Modified>2008-11-17</Modified>
40
+ <!-- Revised s -->
41
+ </Date>
42
+ <Description>
43
+ <p>SIRI is a European CEN technical standard for the exchange of real-time information.</p>
44
+ <p>SIRI is defined by XMLschemas and comprises a general protocol for communication, and a modular set of functional services as follows :
45
+ <p> This schema provdies a generic base schema that can be used to </p>
46
+ </p>
47
+ <p>SIRI supports both direct request/response and publish subscribe patterns of interaction.</p>
48
+ <p>SIRI includes common mechanisms and messages for system status management.</p>
49
+ <p>SIRI documents can be exchanged using http post, and/or SOAP.</p>
50
+ </Description>
51
+ <Format>
52
+ <MediaType>text/xml</MediaType>
53
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
54
+ <Description>XML schema, W3C Recommendation 2001</Description>
55
+ </Format>
56
+ <Identifier>{http://www.siri.org.uk/schema/2.0/xsd/}siri.xsd</Identifier>
57
+ <Language>[ISO 639-2/B] ENG</Language>
58
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD </Publisher>
59
+ <Relation>
60
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri__common_services.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 XML schema. Service Interface for Real-time Information relating to Public Transport Operations Generic base schema. </Title>
83
+ <Type>Standard</Type>
84
+ </Metadata>
85
+ </xsd:appinfo>
86
+ <xsd:documentation>SIRI Common Request Fra,mework</xsd:documentation>
87
+ </xsd:annotation>
88
+ <!-- ======================================================================= -->
89
+ <xsd:include schemaLocation="siri_common_services.xsd"/>
90
+ <!-- ======================================================================= -->
91
+ <xsd:complexType name="SiriSchema">
92
+ <xsd:choice>
93
+ <xsd:group ref="RequestGroup"/>
94
+ <xsd:group ref="ResponseGroup"/>
95
+ <xsd:element ref="Extensions" minOccurs="0"/>
96
+ </xsd:choice>
97
+ <xsd:attribute name="version" type="xsd:NMTOKEN" use="optional" default="2.1"/>
98
+ </xsd:complexType>
99
+ <!--== Requests ===================================================================== -->
100
+ <xsd:group name="RequestGroup">
101
+ <xsd:annotation>
102
+ <xsd:documentation>SIRI Requests.</xsd:documentation>
103
+ </xsd:annotation>
104
+ <xsd:choice>
105
+ <xsd:group ref="ServiceRequestGroup"/>
106
+ <xsd:group ref="DeliveryRequestGroup"/>
107
+ <xsd:group ref="StatusRequestGroup"/>
108
+ <xsd:group ref="DiscoveryRequestGroup"/>
109
+ </xsd:choice>
110
+ </xsd:group>
111
+ <xsd:group name="ServiceRequestGroup">
112
+ <xsd:annotation>
113
+ <xsd:documentation>Requests for service provision.</xsd:documentation>
114
+ </xsd:annotation>
115
+ <xsd:choice>
116
+ <xsd:element ref="ServiceRequest"/>
117
+ <xsd:element ref="SubscriptionRequest"/>
118
+ <xsd:element ref="TerminateSubscriptionRequest"/>
119
+ </xsd:choice>
120
+ </xsd:group>
121
+ <!--===GS: Service Request ==================================================================== -->
122
+ <xsd:element name="ServiceRequest">
123
+ <xsd:annotation>
124
+ <xsd:documentation>Request from Consumer to Producer for immediate delivery of data. Answered with a ServiceDelivery (or a DataReadyRequest)</xsd:documentation>
125
+ </xsd:annotation>
126
+ <xsd:complexType>
127
+ <xsd:complexContent>
128
+ <xsd:extension base="ServiceRequestStructure">
129
+ <xsd:sequence>
130
+ <xsd:element ref="AbstractFunctionalServiceRequest" maxOccurs="unbounded"/>
131
+ </xsd:sequence>
132
+ </xsd:extension>
133
+ </xsd:complexContent>
134
+ </xsd:complexType>
135
+ </xsd:element>
136
+ <xsd:complexType name="ServiceRequestStructure">
137
+ <xsd:annotation>
138
+ <xsd:documentation>SIRI Service Request.</xsd:documentation>
139
+ </xsd:annotation>
140
+ <xsd:complexContent>
141
+ <xsd:extension base="ContextualisedRequestStructure"/>
142
+ </xsd:complexContent>
143
+ </xsd:complexType>
144
+ <!--===GS: Subscriptions Request=========================================================== -->
145
+ <xsd:element name="SubscriptionRequest">
146
+ <xsd:annotation>
147
+ <xsd:documentation>Request from Subscriber to Producer for a subscription. Answered with a SubscriptionResponse.
148
+ </xsd:documentation>
149
+ </xsd:annotation>
150
+ <xsd:complexType>
151
+ <xsd:complexContent>
152
+ <xsd:extension base="SubscriptionRequestStructure"/>
153
+ </xsd:complexContent>
154
+ </xsd:complexType>
155
+ </xsd:element>
156
+ <xsd:complexType name="SubscriptionRequestStructure">
157
+ <xsd:annotation>
158
+ <xsd:documentation>Type for SIRI Subscription Request.</xsd:documentation>
159
+ </xsd:annotation>
160
+ <xsd:complexContent>
161
+ <xsd:extension base="AbstractSubscriptionRequestStructure">
162
+ <xsd:sequence>
163
+ <xsd:element ref="AbstractFunctionalServiceSubscriptionRequest" maxOccurs="unbounded"/>
164
+ </xsd:sequence>
165
+ </xsd:extension>
166
+ </xsd:complexContent>
167
+ </xsd:complexType>
168
+ <!-- ===Responses==================================================================== -->
169
+ <xsd:group name="ResponseGroup">
170
+ <xsd:annotation>
171
+ <xsd:documentation>SIRI Service Responses.</xsd:documentation>
172
+ </xsd:annotation>
173
+ <xsd:choice>
174
+ <xsd:group ref="ServiceResponseGroup"/>
175
+ <xsd:group ref="DeliveryResponseGroup"/>
176
+ <xsd:group ref="StatusResponseGroup"/>
177
+ <xsd:group ref="DiscoveryResponseGroup"/>
178
+ </xsd:choice>
179
+ </xsd:group>
180
+ <xsd:group name="ServiceResponseGroup">
181
+ <xsd:annotation>
182
+ <xsd:documentation>Responses to requests other than deliveries and status information.</xsd:documentation>
183
+ </xsd:annotation>
184
+ <xsd:choice>
185
+ <xsd:element ref="SubscriptionResponse"/>
186
+ <xsd:element ref="TerminateSubscriptionResponse"/>
187
+ </xsd:choice>
188
+ </xsd:group>
189
+ <!-- ===Data Delivery ============================================================== -->
190
+ <xsd:group name="DeliveryResponseGroup">
191
+ <xsd:annotation>
192
+ <xsd:documentation>Responses that deliver payload content.</xsd:documentation>
193
+ </xsd:annotation>
194
+ <xsd:choice>
195
+ <xsd:element ref="DataReadyAcknowledgement"/>
196
+ <xsd:element ref="ServiceDelivery"/>
197
+ <xsd:element ref="DataReceivedAcknowledgement"/>
198
+ </xsd:choice>
199
+ </xsd:group>
200
+ <!--===GS: Service Delivery -->
201
+ <xsd:element name="ServiceDelivery">
202
+ <xsd:annotation>
203
+ <xsd:documentation>Response from Producer to Consumer to deliver payload data. Either answers a direct ServiceRequest, or asynchronously satisfies a subscription. May be sent directly in one step, or fetched in response to a DataSupply Request.</xsd:documentation>
204
+ </xsd:annotation>
205
+ <xsd:complexType>
206
+ <xsd:complexContent>
207
+ <xsd:extension base="ServiceDeliveryStructure"/>
208
+ </xsd:complexContent>
209
+ </xsd:complexType>
210
+ </xsd:element>
211
+ <xsd:complexType name="ServiceDeliveryStructure">
212
+ <xsd:annotation>
213
+ <xsd:documentation>Type for SIRI Service Delivery.</xsd:documentation>
214
+ </xsd:annotation>
215
+ <xsd:complexContent>
216
+ <xsd:extension base="ProducerResponseStructure">
217
+ <xsd:sequence>
218
+ <xsd:group ref="ServiceDeliveryBodyGroup"/>
219
+ </xsd:sequence>
220
+ <xsd:attribute name="srsName" type="SrsNameType">
221
+ <xsd:annotation>
222
+ <xsd:documentation>Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points.</xsd:documentation>
223
+ </xsd:annotation>
224
+ </xsd:attribute>
225
+ </xsd:extension>
226
+ </xsd:complexContent>
227
+ </xsd:complexType>
228
+ <xsd:complexType name="ServiceDeliveryBodyStructure">
229
+ <xsd:annotation>
230
+ <xsd:documentation>Type for SIRI Service Delivery type.</xsd:documentation>
231
+ </xsd:annotation>
232
+ <xsd:sequence>
233
+ <xsd:group ref="ServiceDeliveryBodyGroup"/>
234
+ </xsd:sequence>
235
+ <xsd:attribute name="srsName" type="SrsNameType">
236
+ <xsd:annotation>
237
+ <xsd:documentation>Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points.</xsd:documentation>
238
+ </xsd:annotation>
239
+ </xsd:attribute>
240
+ </xsd:complexType>
241
+ <xsd:group name="ServiceDeliveryBodyGroup">
242
+ <xsd:annotation>
243
+ <xsd:documentation>Elements for SIRI Service Delivery type.</xsd:documentation>
244
+ </xsd:annotation>
245
+ <xsd:sequence>
246
+ <xsd:group ref="ServiceDeliveryRequestStatusGroup"/>
247
+ <xsd:element name="MoreData" type="xsd:boolean" default="false" minOccurs="0">
248
+ <xsd:annotation>
249
+ <xsd:documentation>Whether there is a further delvery message with more current updates that follows this one. Default is 'false'.</xsd:documentation>
250
+ </xsd:annotation>
251
+ </xsd:element>
252
+ <xsd:element ref="AbstractFunctionalServiceDelivery" maxOccurs="unbounded"/>
253
+ </xsd:sequence>
254
+ </xsd:group>
255
+ <!-- ===Discovery==================================================================== -->
256
+ <xsd:group name="DiscoveryRequestGroup">
257
+ <xsd:annotation>
258
+ <xsd:documentation>Requests for reference data for use in service requests.</xsd:documentation>
259
+ </xsd:annotation>
260
+ <xsd:choice>
261
+ <xsd:element ref="CapabilitiesRequest"/>
262
+ <xsd:element ref="AbstractDiscoveryRequest"/>
263
+ </xsd:choice>
264
+ </xsd:group>
265
+ <xsd:group name="DiscoveryResponseGroup">
266
+ <xsd:annotation>
267
+ <xsd:documentation>Responses with reference data for use in service requests.</xsd:documentation>
268
+ </xsd:annotation>
269
+ <xsd:choice>
270
+ <xsd:element ref="CapabilitiesResponse">
271
+ <xsd:annotation>
272
+ <xsd:documentation>Responses with the capabilities of an implementation. Answers a CapabilityRequest.</xsd:documentation>
273
+ </xsd:annotation>
274
+ </xsd:element>
275
+ <xsd:element ref="AbstractDiscoveryDelivery"/>
276
+ </xsd:choice>
277
+ </xsd:group>
278
+ <!-- ===Capabilities ============================================================== -->
279
+ <xsd:element name="CapabilitiesRequest" type="CapabilitiesRequestStructure">
280
+ <xsd:annotation>
281
+ <xsd:documentation>Requests a the current capabilities of the server. Answred with a CpabailitiesResponse.</xsd:documentation>
282
+ </xsd:annotation>
283
+ </xsd:element>
284
+ <xsd:complexType name="CapabilitiesRequestStructure">
285
+ <xsd:annotation>
286
+ <xsd:documentation>Type for Requests for capabilities of the current system.</xsd:documentation>
287
+ </xsd:annotation>
288
+ <xsd:complexContent>
289
+ <xsd:extension base="RequestStructure">
290
+ <xsd:sequence>
291
+ <xsd:element ref="AbstractFunctionalServiceCapabilitiesRequest"/>
292
+ </xsd:sequence>
293
+ <xsd:attribute name="version" type="VersionString" use="optional" default="2.1"/>
294
+ </xsd:extension>
295
+ </xsd:complexContent>
296
+ </xsd:complexType>
297
+ <xsd:element name="CapabilitiesResponse" type="CapabilitiesResponseStructure">
298
+ <xsd:annotation>
299
+ <xsd:documentation>Responses with the capabilities of an implementation.</xsd:documentation>
300
+ </xsd:annotation>
301
+ </xsd:element>
302
+ <xsd:complexType name="CapabilitiesResponseStructure">
303
+ <xsd:annotation>
304
+ <xsd:documentation>Type for the capabilities of an implementation.</xsd:documentation>
305
+ </xsd:annotation>
306
+ <xsd:complexContent>
307
+ <xsd:extension base="ProducerResponseStructure">
308
+ <xsd:sequence>
309
+ <xsd:element ref="AbstractFunctionalServiceCapabilitiesResponse"/>
310
+ </xsd:sequence>
311
+ </xsd:extension>
312
+ </xsd:complexContent>
313
+ </xsd:complexType>
314
+ <!-- ======================================================================= -->
315
+ </xsd:schema>