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,755 @@
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_situationActions">
3
+ <!--
4
+ 10.01.2018 D. Rubli, Siri_XML-2.0p synchronisation of recommendation with xsd:
5
+ - PublishToDisplayAction added to ActionsGroup
6
+ -->
7
+ <!--
8
+ 19.12.2017 D. Rubli, Siri_XML-2.0p_a0.2:
9
+ - ActionsStructure: extended with PublishingAction
10
+ - PassengerInformationAction.ActionValidityPeriod: changed from HalfOpenTimestampOutputRangeStructure to structure with three different time range definitions, with StartTime and Duration
11
+ - PassengerInformationAction.RepetitionWithPeriod: deleted
12
+ - PassengerInformationAction.TextualContent: Single and multiple contents formed with text elements
13
+ - PassengerInformationAction.TextualContent.Internal: changed to unbounded for different languages
14
+ - PassengerInformationAction.TextualContent.Language: deleted
15
+ 08.01.2018 D. Rubli, Siri_XML-2.0p_a0.2:
16
+ - Duration type Duration235959Type renamed to Duration235959 and base changed from time to duration
17
+ 25.01.2018 D. Rubli, Siri_XML-2.0p_a0.4:
18
+ - PassengerInformationAction.ActionPriority added, e.g. suitable for sorting or hiding individual passenger information actions.
19
+ - PassengerInformationAction.TextualContent.DetailContent and Detail renamed to ConsequenceContent and ConsequenceText
20
+ - PassengerInformationAction.OwnerRef added
21
+ - PassengerInformationAction.TextualContent.Keywords replaced by TextualContentSize S, M, L
22
+ - PassengerInformationAction.TextualContent.ActionsGroup added
23
+ 25.01.2018 D. Rubli, Siri_XML-2.0p synchronisation of recommendation with xsd:
24
+ - ActionsStructure.ActionsGroup.PublishToTvAction and NotifyBySmsAction changed to unbounded
25
+ - ActionsStructure.ActionsGroup.PublishToTvAction.Ceefax and Teletext: annotation switched
26
+ 13.06.2018 D. Rubli, Siri_XML-2.0p_a0.5:
27
+ - PublicationWindow (with existing SIRI-structure ClosedTimestampRangeStructure) added to ParameterisedActionStructure
28
+ - because ParameterisedActionStructure is base of PassengerInformationAction, PublicationWindow replaces there the ActionValidityPeriod of version Siri_XML-2.0p_a0.4, which had wrongly not the name PublicationWindow
29
+ - because ParameterisedActionStructure is base of all PublishTo...-structures, PublicationWindow is now automatically also available there
30
+ - ScopeType renamed to Perspective with new enumeration "general" / "stopPoint" / "vehicleJourney"
31
+ -->
32
+ <xsd:include schemaLocation="siri_situation.xsd"/>
33
+ <xsd:include schemaLocation="siri_feature_support.xsd"/>
34
+ <xsd:include schemaLocation="siri_journey.xsd"/>
35
+ <xsd:include schemaLocation="../siri_utility/siri_types.xsd"/>
36
+ <xsd:include schemaLocation="../siri_utility/siri_location.xsd"/>
37
+ <xsd:annotation>
38
+ <xsd:appinfo>
39
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
40
+ <Aggregation>main schema</Aggregation>
41
+ <Audience>e-service developers</Audience>
42
+ <Contributor>Add names</Contributor>
43
+ <Coverage>Europe</Coverage>
44
+ <Creator>&gt;Drafted for version 1.0 Kizoom SITUATION Schema Nicholas Knowles, Kizoom. mailto:schemer@kizoom.org.uk</Creator>
45
+ <Date>
46
+ <Created>2006-09-29</Created>
47
+ </Date>
48
+ <Date>
49
+ <Modified>2007-04-17</Modified>
50
+ </Date>
51
+ <Date>
52
+ <Modified>2013-10-01</Modified>
53
+ <!-- (a) Added PublishToDisplayAction element definition
54
+ (b) Corrected default values for string fields -->
55
+ </Date>
56
+ <Date>
57
+ <Modified>2013-05-01</Modified>
58
+ <!-- [de] Add SocialNetworks to PublishToWeb action -->
59
+ </Date>
60
+ <Description>
61
+ <p>SIRI-SX is an XML schema for the exchange of structured SITUATIONs. This subschema describes publishing actions </p>
62
+ </Description>
63
+ <Format>
64
+ <MediaType>text/xml</MediaType>
65
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
66
+ <Description>XML schema, W3C Recommendation 2001</Description>
67
+ </Format>
68
+ <Identifier>{http://www.siri.org.uk/schema/schema/2.0/xsd/siri_model}/siri_situationActions.xsd</Identifier>
69
+ <Language>[ISO 639-2/B] ENG</Language>
70
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD</Publisher>
71
+ <Relation>
72
+ <Requires>http://www.siri.org.uk/schema/2.0/xsd/siri_utility/siri_types.xsd</Requires>
73
+ </Relation>
74
+ <Rights><!--Unclassified-->
75
+ <Copyright>Kizoom 2000-2007, CEN 2009-2021</Copyright>
76
+ </Rights>
77
+ <Source>
78
+ <ul>
79
+ <li>Schema derived Derived from the Kizoom XTIS schema</li>
80
+ </ul>
81
+ </Source>
82
+ <Status>Version 2.1</Status>
83
+ <Subject>
84
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
85
+ Air transport, Airports,
86
+ Ports and maritime transport, Ferries (marine),
87
+ Public transport, Bus services, Coach services, Bus stops and stations,
88
+ Rail transport, Railway stations and track, Train services, Underground trains,
89
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
90
+ Rail transport, Roads and road transport
91
+ </Category>
92
+ <Project>CEN TC278 WG3 SG7</Project>
93
+ </Subject>
94
+ <Title>SIRI-SX XML Schema for PT SITUATIONs. Actions subschema</Title>
95
+ <Type>Standard</Type>
96
+ </Metadata>
97
+ </xsd:appinfo>
98
+ <xsd:documentation>SIRI-SX Situation Actions.</xsd:documentation>
99
+ </xsd:annotation>
100
+ <!-- ======================================================================= -->
101
+ <!-- ===Overall action====================================== -->
102
+ <xsd:complexType name="ActionsStructure">
103
+ <xsd:annotation>
104
+ <xsd:documentation>Type for list of actions.</xsd:documentation>
105
+ </xsd:annotation>
106
+ <xsd:sequence minOccurs="0">
107
+ <xsd:group ref="ActionsGroup"/>
108
+ <xsd:element name="PublishingAction" type="PublishingActionStructure" minOccurs="0" maxOccurs="unbounded">
109
+ <xsd:annotation>
110
+ <xsd:documentation>Description of the whole action to be published. &gt;SIRI 2.0</xsd:documentation>
111
+ </xsd:annotation>
112
+ </xsd:element>
113
+ <xsd:element name="Extensions" type="xsd:anyType" minOccurs="0">
114
+ <xsd:annotation>
115
+ <xsd:documentation>Extension point.</xsd:documentation>
116
+ </xsd:annotation>
117
+ </xsd:element>
118
+ </xsd:sequence>
119
+ </xsd:complexType>
120
+ <!-- ===Actions================================================== -->
121
+ <xsd:complexType name="SimpleActionStructure">
122
+ <xsd:annotation>
123
+ <xsd:documentation>Type for list of SITUATIONs.</xsd:documentation>
124
+ </xsd:annotation>
125
+ <xsd:sequence>
126
+ <xsd:element name="ActionStatus" type="ActionStatusEnumeration" default="open" minOccurs="0">
127
+ <xsd:annotation>
128
+ <xsd:documentation>Processing Status of action at time of SITUATION publication. Default is 'open'.</xsd:documentation>
129
+ </xsd:annotation>
130
+ </xsd:element>
131
+ </xsd:sequence>
132
+ </xsd:complexType>
133
+ <!-- ======================================================================= -->
134
+ <xsd:complexType name="ParameterisedActionStructure">
135
+ <xsd:annotation>
136
+ <xsd:documentation>Type for parameterised, i.e. user definable, actions.</xsd:documentation>
137
+ </xsd:annotation>
138
+ <xsd:complexContent>
139
+ <xsd:extension base="SimpleActionStructure">
140
+ <xsd:sequence>
141
+ <xsd:element name="Description" type="NaturalLanguageStringStructure" minOccurs="0">
142
+ <xsd:annotation>
143
+ <xsd:documentation>Description of action.</xsd:documentation>
144
+ </xsd:annotation>
145
+ </xsd:element>
146
+ <xsd:element name="ActionData" type="ActionDataStructure" minOccurs="0" maxOccurs="unbounded">
147
+ <xsd:annotation>
148
+ <xsd:documentation>Data associated with action.</xsd:documentation>
149
+ </xsd:annotation>
150
+ </xsd:element>
151
+ <xsd:element name="PublicationWindow" type="ClosedTimestampRangeStructure" minOccurs="0" maxOccurs="unbounded">
152
+ <xsd:annotation>
153
+ <xsd:documentation>Defines a number of publication windows. When not sent, then the publication windows of higher level are valid. Can be overwritten by deeper level.</xsd:documentation>
154
+ </xsd:annotation>
155
+ </xsd:element>
156
+ </xsd:sequence>
157
+ </xsd:extension>
158
+ </xsd:complexContent>
159
+ </xsd:complexType>
160
+ <xsd:complexType name="PushedActionStructure">
161
+ <xsd:annotation>
162
+ <xsd:documentation>Type for publication action.</xsd:documentation>
163
+ </xsd:annotation>
164
+ <xsd:complexContent>
165
+ <xsd:extension base="ParameterisedActionStructure">
166
+ <xsd:sequence>
167
+ <xsd:element name="BeforeNotices" minOccurs="0">
168
+ <xsd:annotation>
169
+ <xsd:documentation>Whether reminders should be sent.</xsd:documentation>
170
+ </xsd:annotation>
171
+ <xsd:complexType>
172
+ <xsd:sequence>
173
+ <xsd:element name="Interval" type="DurationType" minOccurs="0" maxOccurs="unbounded">
174
+ <xsd:annotation>
175
+ <xsd:documentation>Intervals before validity start date to send reminders.</xsd:documentation>
176
+ </xsd:annotation>
177
+ </xsd:element>
178
+ </xsd:sequence>
179
+ </xsd:complexType>
180
+ </xsd:element>
181
+ <xsd:element name="ClearNotice" type="xsd:boolean" minOccurs="0">
182
+ <xsd:annotation>
183
+ <xsd:documentation>Whether a clearing notice should be displayed.</xsd:documentation>
184
+ </xsd:annotation>
185
+ </xsd:element>
186
+ </xsd:sequence>
187
+ </xsd:extension>
188
+ </xsd:complexContent>
189
+ </xsd:complexType>
190
+ <xsd:simpleType name="ActionStatusEnumeration">
191
+ <xsd:annotation>
192
+ <xsd:documentation>Values for Progress Status.</xsd:documentation>
193
+ </xsd:annotation>
194
+ <xsd:restriction base="xsd:NMTOKEN">
195
+ <xsd:enumeration value="open"/>
196
+ <xsd:enumeration value="published"/>
197
+ <xsd:enumeration value="closed"/>
198
+ </xsd:restriction>
199
+ </xsd:simpleType>
200
+ <xsd:complexType name="ActionDataStructure">
201
+ <xsd:annotation>
202
+ <xsd:documentation>Type for list of SITUATIONs.</xsd:documentation>
203
+ </xsd:annotation>
204
+ <xsd:sequence>
205
+ <xsd:element name="Name" type="xsd:NMTOKEN">
206
+ <xsd:annotation>
207
+ <xsd:documentation>Name of action data Element.</xsd:documentation>
208
+ </xsd:annotation>
209
+ </xsd:element>
210
+ <xsd:element name="Type" type="xsd:NMTOKEN">
211
+ <xsd:annotation>
212
+ <xsd:documentation>Data type of action data.</xsd:documentation>
213
+ </xsd:annotation>
214
+ </xsd:element>
215
+ <xsd:element name="Value" type="xsd:anyType" maxOccurs="unbounded">
216
+ <xsd:annotation>
217
+ <xsd:documentation>Value for action.</xsd:documentation>
218
+ </xsd:annotation>
219
+ </xsd:element>
220
+ <xsd:element name="Prompt" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
221
+ <xsd:annotation>
222
+ <xsd:documentation>Display prompt for presenting action to user. (Unbounded since SIRI 2.0)</xsd:documentation>
223
+ </xsd:annotation>
224
+ </xsd:element>
225
+ <xsd:element name="PublishAtScope" minOccurs="0">
226
+ <xsd:annotation>
227
+ <xsd:documentation>Defines the information area where the action has to be published.</xsd:documentation>
228
+ </xsd:annotation>
229
+ <xsd:complexType>
230
+ <xsd:sequence>
231
+ <xsd:element name="ScopeType" type="ScopeTypeEnumeration"/>
232
+ <xsd:element name="Affects" type="AffectsScopeStructure"/>
233
+ </xsd:sequence>
234
+ </xsd:complexType>
235
+ </xsd:element>
236
+ </xsd:sequence>
237
+ </xsd:complexType>
238
+ <!-- ======================================================================= -->
239
+ <xsd:group name="ActionsGroup">
240
+ <xsd:annotation>
241
+ <xsd:documentation>Allowed actions to perform to distribute SITUATION.</xsd:documentation>
242
+ </xsd:annotation>
243
+ <xsd:sequence>
244
+ <xsd:element ref="PublishToWebAction" minOccurs="0" maxOccurs="unbounded"/>
245
+ <xsd:element ref="PublishToMobileAction" minOccurs="0" maxOccurs="unbounded"/>
246
+ <xsd:element ref="PublishToTvAction" minOccurs="0" maxOccurs="unbounded"/>
247
+ <xsd:element ref="PublishToAlertsAction" minOccurs="0" maxOccurs="unbounded"/>
248
+ <xsd:element ref="PublishToDisplayAction" minOccurs="0" maxOccurs="unbounded"/>
249
+ <xsd:element ref="ManualAction" minOccurs="0" maxOccurs="unbounded"/>
250
+ <xsd:element ref="NotifyByEmailAction" minOccurs="0" maxOccurs="unbounded"/>
251
+ <xsd:element ref="NotifyBySmsAction" minOccurs="0" maxOccurs="unbounded"/>
252
+ <xsd:element ref="NotifyByPagerAction" minOccurs="0" maxOccurs="unbounded"/>
253
+ <xsd:element ref="NotifyUserAction" minOccurs="0" maxOccurs="unbounded"/>
254
+ </xsd:sequence>
255
+ </xsd:group>
256
+ <xsd:element name="PublishToWebAction" type="PublishToWebActionStructure">
257
+ <xsd:annotation>
258
+ <xsd:documentation>Action: Publish SITUATION To Web channel.</xsd:documentation>
259
+ </xsd:annotation>
260
+ </xsd:element>
261
+ <xsd:complexType name="PublishToWebActionStructure">
262
+ <xsd:annotation>
263
+ <xsd:documentation>Type for Action Publish SITUATION To Web channel.</xsd:documentation>
264
+ </xsd:annotation>
265
+ <xsd:complexContent>
266
+ <xsd:extension base="ParameterisedActionStructure">
267
+ <xsd:sequence>
268
+ <xsd:element name="Incidents" type="xsd:boolean" default="true" minOccurs="0">
269
+ <xsd:annotation>
270
+ <xsd:documentation>Include in SITUATION lists on web site. Default is 'true'.</xsd:documentation>
271
+ </xsd:annotation>
272
+ </xsd:element>
273
+ <xsd:element name="HomePage" type="xsd:boolean" default="false" minOccurs="0">
274
+ <xsd:annotation>
275
+ <xsd:documentation>Include on home page on web site. Default is 'false'.</xsd:documentation>
276
+ </xsd:annotation>
277
+ </xsd:element>
278
+ <xsd:element name="Ticker" type="xsd:boolean" default="false" minOccurs="0">
279
+ <xsd:annotation>
280
+ <xsd:documentation>Include in moving ticker band. Default is 'false'.</xsd:documentation>
281
+ </xsd:annotation>
282
+ </xsd:element>
283
+ <xsd:element name="SocialNetwork" type="xsd:normalizedString" minOccurs="0" maxOccurs="unbounded">
284
+ <xsd:annotation>
285
+ <xsd:documentation>Include in social NETWORK indicated by this name. Possible value could be "twitter.com", "facebook.com", "vk.com" and so on. Parameters may be specified as Action data. (SIRI 2.1)</xsd:documentation>
286
+ </xsd:annotation>
287
+ </xsd:element>
288
+ </xsd:sequence>
289
+ </xsd:extension>
290
+ </xsd:complexContent>
291
+ </xsd:complexType>
292
+ <xsd:element name="PublishToMobileAction" type="PublishToMobileActionStructure">
293
+ <xsd:annotation>
294
+ <xsd:documentation>Action: Publish SITUATION To Mobile Applications.</xsd:documentation>
295
+ </xsd:annotation>
296
+ </xsd:element>
297
+ <xsd:complexType name="PublishToMobileActionStructure">
298
+ <xsd:annotation>
299
+ <xsd:documentation>Type for Action Publish SITUATION To Mobile Applications.</xsd:documentation>
300
+ </xsd:annotation>
301
+ <xsd:complexContent>
302
+ <xsd:extension base="ParameterisedActionStructure">
303
+ <xsd:sequence>
304
+ <xsd:element name="Incidents" type="xsd:boolean" default="true" minOccurs="0">
305
+ <xsd:annotation>
306
+ <xsd:documentation>Include in SITUATION lists on mobile site. Default is 'true'.</xsd:documentation>
307
+ </xsd:annotation>
308
+ </xsd:element>
309
+ <xsd:element name="HomePage" type="xsd:boolean" default="false" minOccurs="0">
310
+ <xsd:annotation>
311
+ <xsd:documentation>Include in home page on mobile site. Default is 'false'.</xsd:documentation>
312
+ </xsd:annotation>
313
+ </xsd:element>
314
+ </xsd:sequence>
315
+ </xsd:extension>
316
+ </xsd:complexContent>
317
+ </xsd:complexType>
318
+ <xsd:element name="PublishToDisplayAction" type="PublishToDisplayActionStructure">
319
+ <xsd:annotation>
320
+ <xsd:documentation>Action: Publish SITUATION To Display channel.</xsd:documentation>
321
+ </xsd:annotation>
322
+ </xsd:element>
323
+ <xsd:complexType name="PublishToDisplayActionStructure">
324
+ <xsd:annotation>
325
+ <xsd:documentation>Type for Action Publish SITUATION To Display channel.</xsd:documentation>
326
+ </xsd:annotation>
327
+ <xsd:complexContent>
328
+ <xsd:extension base="ParameterisedActionStructure">
329
+ <xsd:sequence>
330
+ <xsd:element name="OnPlace" type="xsd:boolean" default="true" minOccurs="0">
331
+ <xsd:annotation>
332
+ <xsd:documentation>Include in SITUATION lists on station displays.</xsd:documentation>
333
+ </xsd:annotation>
334
+ </xsd:element>
335
+ <xsd:element name="OnBoard" type="xsd:boolean" default="false" minOccurs="0">
336
+ <xsd:annotation>
337
+ <xsd:documentation>Include onboard displays.</xsd:documentation>
338
+ </xsd:annotation>
339
+ </xsd:element>
340
+ </xsd:sequence>
341
+ </xsd:extension>
342
+ </xsd:complexContent>
343
+ </xsd:complexType>
344
+ <xsd:element name="PublishToAlertsAction" type="PublishToAlertsActionStructure">
345
+ <xsd:annotation>
346
+ <xsd:documentation>Action: Publish SITUATION To Alert channel.</xsd:documentation>
347
+ </xsd:annotation>
348
+ </xsd:element>
349
+ <xsd:complexType name="PublishToAlertsActionStructure">
350
+ <xsd:annotation>
351
+ <xsd:documentation>Type for Action Publish SITUATION To Alert channel.</xsd:documentation>
352
+ </xsd:annotation>
353
+ <xsd:complexContent>
354
+ <xsd:extension base="PushedActionStructure">
355
+ <xsd:sequence>
356
+ <xsd:element name="ByEmail" type="xsd:boolean" default="true" minOccurs="0">
357
+ <xsd:annotation>
358
+ <xsd:documentation>Send as email alert.</xsd:documentation>
359
+ </xsd:annotation>
360
+ </xsd:element>
361
+ <xsd:element name="ByMobile" type="xsd:boolean" default="true" minOccurs="0">
362
+ <xsd:annotation>
363
+ <xsd:documentation>Send as mobile alert by SMS or WAP push.</xsd:documentation>
364
+ </xsd:annotation>
365
+ </xsd:element>
366
+ </xsd:sequence>
367
+ </xsd:extension>
368
+ </xsd:complexContent>
369
+ </xsd:complexType>
370
+ <xsd:element name="PublishToTvAction" type="PublishToTvActionStructure">
371
+ <xsd:annotation>
372
+ <xsd:documentation>Action: Publish SITUATION To TV channel.</xsd:documentation>
373
+ </xsd:annotation>
374
+ </xsd:element>
375
+ <xsd:complexType name="PublishToTvActionStructure">
376
+ <xsd:annotation>
377
+ <xsd:documentation>Type for Notify SITUATION to TV channel.</xsd:documentation>
378
+ </xsd:annotation>
379
+ <xsd:complexContent>
380
+ <xsd:extension base="ParameterisedActionStructure">
381
+ <xsd:sequence>
382
+ <xsd:element name="Ceefax" type="xsd:boolean" default="true" minOccurs="0">
383
+ <xsd:annotation>
384
+ <xsd:documentation>Publish to Ceefax. Default is 'true'.</xsd:documentation>
385
+ </xsd:annotation>
386
+ </xsd:element>
387
+ <xsd:element name="Teletext" type="xsd:boolean" default="true" minOccurs="0">
388
+ <xsd:annotation>
389
+ <xsd:documentation>Publish to Teletext. Default is 'true'.</xsd:documentation>
390
+ </xsd:annotation>
391
+ </xsd:element>
392
+ </xsd:sequence>
393
+ </xsd:extension>
394
+ </xsd:complexContent>
395
+ </xsd:complexType>
396
+ <!-- ======================================================================= -->
397
+ <xsd:element name="ManualAction">
398
+ <xsd:annotation>
399
+ <xsd:documentation>Action: Publish SITUATION to Manual publication channel.</xsd:documentation>
400
+ </xsd:annotation>
401
+ <xsd:complexType>
402
+ <xsd:complexContent>
403
+ <xsd:extension base="ManualActionStructure"/>
404
+ </xsd:complexContent>
405
+ </xsd:complexType>
406
+ </xsd:element>
407
+ <xsd:complexType name="ManualActionStructure">
408
+ <xsd:annotation>
409
+ <xsd:documentation>Type for Action Publish SITUATION to Manual publication channel.</xsd:documentation>
410
+ </xsd:annotation>
411
+ <xsd:complexContent>
412
+ <xsd:extension base="ParameterisedActionStructure"/>
413
+ </xsd:complexContent>
414
+ </xsd:complexType>
415
+ <xsd:element name="NotifyBySmsAction" type="NotifyBySmsActionStructure">
416
+ <xsd:annotation>
417
+ <xsd:documentation>Action: Publish SITUATION to an individual user by SMS.</xsd:documentation>
418
+ </xsd:annotation>
419
+ </xsd:element>
420
+ <xsd:complexType name="NotifyBySmsActionStructure">
421
+ <xsd:annotation>
422
+ <xsd:documentation>Type for Notify an individual user by SMS.</xsd:documentation>
423
+ </xsd:annotation>
424
+ <xsd:complexContent>
425
+ <xsd:extension base="PushedActionStructure">
426
+ <xsd:sequence>
427
+ <xsd:element name="Phone" type="PhoneType" minOccurs="0">
428
+ <xsd:annotation>
429
+ <xsd:documentation>MSISDN of user to which to send messages.</xsd:documentation>
430
+ </xsd:annotation>
431
+ </xsd:element>
432
+ <xsd:element name="Premium" type="xsd:boolean" default="false" minOccurs="0">
433
+ <xsd:annotation>
434
+ <xsd:documentation>Whether content is flagged as subject to premium charge. Default is 'false'.</xsd:documentation>
435
+ </xsd:annotation>
436
+ </xsd:element>
437
+ </xsd:sequence>
438
+ </xsd:extension>
439
+ </xsd:complexContent>
440
+ </xsd:complexType>
441
+ <xsd:element name="NotifyByEmailAction" type="NotifyByEmailActionStructure">
442
+ <xsd:annotation>
443
+ <xsd:documentation>Action: Publish SITUATION to a named workgroup or individual user by email.</xsd:documentation>
444
+ </xsd:annotation>
445
+ </xsd:element>
446
+ <xsd:complexType name="NotifyByEmailActionStructure">
447
+ <xsd:annotation>
448
+ <xsd:documentation>Type for Notify a named workgroup or individual user by email.</xsd:documentation>
449
+ </xsd:annotation>
450
+ <xsd:complexContent>
451
+ <xsd:extension base="PushedActionStructure">
452
+ <xsd:sequence>
453
+ <xsd:element name="email" type="EmailAddressType" minOccurs="0">
454
+ <xsd:annotation>
455
+ <xsd:documentation>Email address to which notice should be sent.</xsd:documentation>
456
+ </xsd:annotation>
457
+ </xsd:element>
458
+ </xsd:sequence>
459
+ </xsd:extension>
460
+ </xsd:complexContent>
461
+ </xsd:complexType>
462
+ <xsd:element name="NotifyByPagerAction" type="NotifyByPagerActionStructure">
463
+ <xsd:annotation>
464
+ <xsd:documentation>Action: Publish SITUATION To pager.</xsd:documentation>
465
+ </xsd:annotation>
466
+ </xsd:element>
467
+ <xsd:complexType name="NotifyByPagerActionStructure">
468
+ <xsd:annotation>
469
+ <xsd:documentation>Type for Notify user by Pager.</xsd:documentation>
470
+ </xsd:annotation>
471
+ <xsd:complexContent>
472
+ <xsd:extension base="PushedActionStructure">
473
+ <xsd:sequence>
474
+ <xsd:element name="PagerGroupRef" type="xsd:string" minOccurs="0">
475
+ <xsd:annotation>
476
+ <xsd:documentation>Reference to a pager group to be notified.</xsd:documentation>
477
+ </xsd:annotation>
478
+ </xsd:element>
479
+ <xsd:element name="Pager" type="xsd:NMTOKEN" minOccurs="0">
480
+ <xsd:annotation>
481
+ <xsd:documentation>Pager number of pager to be notified.</xsd:documentation>
482
+ </xsd:annotation>
483
+ </xsd:element>
484
+ </xsd:sequence>
485
+ </xsd:extension>
486
+ </xsd:complexContent>
487
+ </xsd:complexType>
488
+ <xsd:element name="NotifyUserAction" type="NotifyUserActionStructure">
489
+ <xsd:annotation>
490
+ <xsd:documentation>Action: Publish SITUATION To User by other means.</xsd:documentation>
491
+ </xsd:annotation>
492
+ </xsd:element>
493
+ <xsd:complexType name="NotifyUserActionStructure">
494
+ <xsd:annotation>
495
+ <xsd:documentation>Type for Notify user by other means.</xsd:documentation>
496
+ </xsd:annotation>
497
+ <xsd:complexContent>
498
+ <xsd:extension base="PushedActionStructure">
499
+ <xsd:sequence>
500
+ <xsd:element name="WorkgroupRef" type="xsd:string" minOccurs="0">
501
+ <xsd:annotation>
502
+ <xsd:documentation>Workgroup of user to be notified.</xsd:documentation>
503
+ </xsd:annotation>
504
+ </xsd:element>
505
+ <xsd:element name="UserName" type="xsd:string" minOccurs="0">
506
+ <xsd:annotation>
507
+ <xsd:documentation>Name of user to be notified.</xsd:documentation>
508
+ </xsd:annotation>
509
+ </xsd:element>
510
+ <xsd:element name="UserRef" type="xsd:string" minOccurs="0">
511
+ <xsd:annotation>
512
+ <xsd:documentation>Reference to a user to be notified.</xsd:documentation>
513
+ </xsd:annotation>
514
+ </xsd:element>
515
+ </xsd:sequence>
516
+ </xsd:extension>
517
+ </xsd:complexContent>
518
+ </xsd:complexType>
519
+ <!-- ===Extentions for SIRI-SX v2.0p-a0.x================================================== -->
520
+ <xsd:complexType name="DescriptionContentStructure">
521
+ <xsd:sequence>
522
+ <xsd:element name="DescriptionText" type="DefaultedTextStructure" maxOccurs="unbounded">
523
+ <xsd:annotation>
524
+ <xsd:documentation>Description of passenger information action in a specific language. Should not repeat any strap line included in Summary.</xsd:documentation>
525
+ </xsd:annotation>
526
+ </xsd:element>
527
+ <xsd:element name="DescriptionPriority" type="xsd:positiveInteger" minOccurs="0">
528
+ <xsd:annotation>
529
+ <xsd:documentation>Prioritises a description from the information owner's point of view, e.g. usable for sorting or hiding individual descriptions.
530
+ 1 = highest priority.</xsd:documentation>
531
+ </xsd:annotation>
532
+ </xsd:element>
533
+ </xsd:sequence>
534
+ </xsd:complexType>
535
+ <xsd:complexType name="ConsequenceContentStructure">
536
+ <xsd:sequence>
537
+ <xsd:element name="ConsequenceText" type="DefaultedTextStructure" maxOccurs="unbounded">
538
+ <xsd:annotation>
539
+ <xsd:documentation>Consequence of passenger information action in a specific language.</xsd:documentation>
540
+ </xsd:annotation>
541
+ </xsd:element>
542
+ <xsd:element name="ConsequencePriority" type="xsd:positiveInteger" minOccurs="0">
543
+ <xsd:annotation>
544
+ <xsd:documentation>Prioritises a consequence from the information owner's point of view, e.g. usable for sorting or hiding individual consequences.
545
+ 1 = highest priority.</xsd:documentation>
546
+ </xsd:annotation>
547
+ </xsd:element>
548
+ </xsd:sequence>
549
+ </xsd:complexType>
550
+ <xsd:complexType name="DurationContentStructure">
551
+ <xsd:sequence>
552
+ <xsd:element name="DurationText" type="DefaultedTextStructure" maxOccurs="unbounded">
553
+ <xsd:annotation>
554
+ <xsd:documentation>Indicates the currently expected duration of a SITUATION in a specific language. An estimation should be given here, because an indefinite duration is not helpful to the passenger. The duration can be adjusted at any time, if the traffic operator has additional information.
555
+ </xsd:documentation>
556
+ </xsd:annotation>
557
+ </xsd:element>
558
+ </xsd:sequence>
559
+ </xsd:complexType>
560
+ <xsd:element name="PassengerInformationAction" type="PassengerInformationActionStructure"/>
561
+ <xsd:complexType name="PassengerInformationActionStructure">
562
+ <xsd:complexContent>
563
+ <xsd:extension base="ParameterisedActionStructure">
564
+ <xsd:sequence>
565
+ <xsd:element name="ActionRef" type="EntryQualifierStructure">
566
+ <xsd:annotation>
567
+ <xsd:documentation>Reference to the action number within the incident concept.</xsd:documentation>
568
+ </xsd:annotation>
569
+ </xsd:element>
570
+ <xsd:element name="RecordedAtTime" type="xsd:dateTime">
571
+ <xsd:annotation>
572
+ <xsd:documentation>The time of the last update. This must be the timestamp of the original data source and not that of an intermediate system, such as a data hub. This timestamp has to be changed by the source system with every update.</xsd:documentation>
573
+ </xsd:annotation>
574
+ </xsd:element>
575
+ <xsd:element name="Version" type="SituationVersion" minOccurs="0">
576
+ <xsd:annotation>
577
+ <xsd:documentation>The monotonically inscresing version of the passenger information instance. If absent, is the same version as the enclosing Situation</xsd:documentation>
578
+ </xsd:annotation>
579
+ </xsd:element>
580
+ <xsd:element name="SourceRef" type="ParticipantRefStructure" minOccurs="0">
581
+ <xsd:annotation>
582
+ <xsd:documentation>The system which created this passenger information. If absent, the same system as the PtSituationElement.ParticipantRef.</xsd:documentation>
583
+ </xsd:annotation>
584
+ </xsd:element>
585
+ <xsd:element name="OwnerRef" type="OrganisationRefStructure" minOccurs="0">
586
+ <xsd:annotation>
587
+ <xsd:documentation>The organisation which owns this passenger information.</xsd:documentation>
588
+ </xsd:annotation>
589
+ </xsd:element>
590
+ <xsd:element name="Perspective" type="PerspectiveEnumeration" maxOccurs="unbounded">
591
+ <xsd:annotation>
592
+ <xsd:documentation>Perspective of the passenger, e.g. general, vehicleJourney, stopPoint.</xsd:documentation>
593
+ </xsd:annotation>
594
+ </xsd:element>
595
+ <xsd:element name="ActionPriority" type="xsd:positiveInteger" minOccurs="0">
596
+ <xsd:annotation>
597
+ <xsd:documentation>Prioritises a passenger information action from the information owner's point of view, e.g. suitable for sorting or hiding individual passenger information actions.
598
+ 1 = highest priority.</xsd:documentation>
599
+ </xsd:annotation>
600
+ </xsd:element>
601
+ <xsd:element name="TextualContent" type="TextualContentStructure" maxOccurs="unbounded">
602
+ <xsd:annotation>
603
+ <xsd:documentation>The actual, structured passenger information for a specific TextualContentSize.</xsd:documentation>
604
+ </xsd:annotation>
605
+ </xsd:element>
606
+ </xsd:sequence>
607
+ </xsd:extension>
608
+ </xsd:complexContent>
609
+ </xsd:complexType>
610
+ <xsd:complexType name="PublishingActionStructure">
611
+ <xsd:annotation>
612
+ <xsd:documentation>Type for description of the whole action to be published (extends SIRI-SX v2.0p).</xsd:documentation>
613
+ </xsd:annotation>
614
+ <xsd:sequence>
615
+ <xsd:element name="PublishAtScope">
616
+ <xsd:annotation>
617
+ <xsd:documentation>Defines the information area where the action has to be published.</xsd:documentation>
618
+ </xsd:annotation>
619
+ <xsd:complexType>
620
+ <xsd:sequence>
621
+ <xsd:element name="ScopeType" type="ScopeTypeEnumeration"/>
622
+ <xsd:element name="Affects" type="AffectsScopeStructure"/>
623
+ </xsd:sequence>
624
+ </xsd:complexType>
625
+ </xsd:element>
626
+ <xsd:element ref="PassengerInformationAction" maxOccurs="unbounded">
627
+ <xsd:annotation>
628
+ <xsd:documentation>Description of the whole passenger information of one action.</xsd:documentation>
629
+ </xsd:annotation>
630
+ </xsd:element>
631
+ </xsd:sequence>
632
+ </xsd:complexType>
633
+ <xsd:complexType name="ReasonContentStructure">
634
+ <xsd:sequence>
635
+ <xsd:element name="ReasonText" type="DefaultedTextStructure" maxOccurs="unbounded">
636
+ <xsd:annotation>
637
+ <xsd:documentation>Reason of passenger information action in a specific language.</xsd:documentation>
638
+ </xsd:annotation>
639
+ </xsd:element>
640
+ </xsd:sequence>
641
+ </xsd:complexType>
642
+ <xsd:complexType name="RecommendationContentStructure">
643
+ <xsd:sequence>
644
+ <xsd:element name="RecommendationText" type="DefaultedTextStructure" maxOccurs="unbounded">
645
+ <xsd:annotation>
646
+ <xsd:documentation>Recommendation of passenger information action in a specific language.</xsd:documentation>
647
+ </xsd:annotation>
648
+ </xsd:element>
649
+ <xsd:element name="RecommendationPriority" type="xsd:positiveInteger" minOccurs="0">
650
+ <xsd:annotation>
651
+ <xsd:documentation>Prioritises a recommendation from the information owner's point of view, e.g. usable for sorting or hiding individual recommendations.
652
+ 1 = highest priority.</xsd:documentation>
653
+ </xsd:annotation>
654
+ </xsd:element>
655
+ </xsd:sequence>
656
+ </xsd:complexType>
657
+ <xsd:complexType name="RemarkContentStructure">
658
+ <xsd:sequence>
659
+ <xsd:element name="Remark" type="DefaultedTextStructure" maxOccurs="unbounded">
660
+ <xsd:annotation>
661
+ <xsd:documentation>Further remark to passengers, e,g, "For more information call xy".</xsd:documentation>
662
+ </xsd:annotation>
663
+ </xsd:element>
664
+ <xsd:element name="RemarkPriority" type="xsd:positiveInteger" minOccurs="0">
665
+ <xsd:annotation>
666
+ <xsd:documentation>Prioritises a remark from the information owner's point of view, e.g. usable for sorting or hiding individual remarks.
667
+ 1 = highest priority.</xsd:documentation>
668
+ </xsd:annotation>
669
+ </xsd:element>
670
+ </xsd:sequence>
671
+ </xsd:complexType>
672
+ <xsd:complexType name="SummaryContentStructure">
673
+ <xsd:sequence>
674
+ <xsd:element name="SummaryText" type="DefaultedTextStructure" maxOccurs="unbounded">
675
+ <xsd:annotation>
676
+ <xsd:documentation>Summary of passenger information action in a specific language.</xsd:documentation>
677
+ </xsd:annotation>
678
+ </xsd:element>
679
+ </xsd:sequence>
680
+ </xsd:complexType>
681
+ <xsd:complexType name="TextualContentStructure">
682
+ <xsd:sequence>
683
+ <xsd:element name="TextualContentSize" type="xsd:NMTOKENS" minOccurs="0">
684
+ <xsd:annotation>
685
+ <xsd:documentation>Class of size, e.g. L (large), M (medium), S (small)</xsd:documentation>
686
+ </xsd:annotation>
687
+ </xsd:element>
688
+ <xsd:group ref="ActionsGroup" minOccurs="0">
689
+ <xsd:annotation>
690
+ <xsd:documentation>Limits the distribution to publication channels in addition to perspective</xsd:documentation>
691
+ </xsd:annotation>
692
+ </xsd:group>
693
+ <xsd:element name="SummaryContent" type="SummaryContentStructure">
694
+ <xsd:annotation>
695
+ <xsd:documentation>Content for summary of a passenger information action</xsd:documentation>
696
+ </xsd:annotation>
697
+ </xsd:element>
698
+ <xsd:element name="ReasonContent" type="ReasonContentStructure" minOccurs="0">
699
+ <xsd:annotation>
700
+ <xsd:documentation>Content for reason of a passenger information action</xsd:documentation>
701
+ </xsd:annotation>
702
+ </xsd:element>
703
+ <xsd:element name="DescriptionContent" type="DescriptionContentStructure" minOccurs="0" maxOccurs="unbounded">
704
+ <xsd:annotation>
705
+ <xsd:documentation>Content for n descriptions of a passenger information action. For hiding / sorting descriptions in end devices, a description priority can be set.</xsd:documentation>
706
+ </xsd:annotation>
707
+ </xsd:element>
708
+ <xsd:element name="ConsequenceContent" type="ConsequenceContentStructure" minOccurs="0" maxOccurs="unbounded">
709
+ <xsd:annotation>
710
+ <xsd:documentation>Content for n consequences of a passenger information action. For hiding / sorting descriptions in end devices, a consequence priority can be set.</xsd:documentation>
711
+ </xsd:annotation>
712
+ </xsd:element>
713
+ <xsd:element name="RecommendationContent" type="RecommendationContentStructure" minOccurs="0" maxOccurs="unbounded">
714
+ <xsd:annotation>
715
+ <xsd:documentation>Content for n recommendations of a passenger information action. For hiding / sorting descriptions in end devices, a recommendation priority can be set.</xsd:documentation>
716
+ </xsd:annotation>
717
+ </xsd:element>
718
+ <xsd:element name="DurationContent" type="DurationContentStructure" minOccurs="0">
719
+ <xsd:annotation>
720
+ <xsd:documentation>Content for the duration of a passenger information action.</xsd:documentation>
721
+ </xsd:annotation>
722
+ </xsd:element>
723
+ <xsd:element name="RemarkContent" type="RemarkContentStructure" minOccurs="0" maxOccurs="unbounded">
724
+ <xsd:annotation>
725
+ <xsd:documentation>Content for n remarks of a passenger information action, e,g, "For more information call xy". For hiding / sorting descriptions in end devices, a remark priority can be set.</xsd:documentation>
726
+ </xsd:annotation>
727
+ </xsd:element>
728
+ <xsd:element name="InfoLink" type="InfoLinkStructure" minOccurs="0" maxOccurs="unbounded">
729
+ <xsd:annotation>
730
+ <xsd:documentation>Hyperlinks to other resources associated with SITUATION.</xsd:documentation>
731
+ </xsd:annotation>
732
+ </xsd:element>
733
+ <xsd:element name="Image" type="ImageStructure" minOccurs="0" maxOccurs="unbounded">
734
+ <xsd:annotation>
735
+ <xsd:documentation>Any images associated with SITUATION.</xsd:documentation>
736
+ </xsd:annotation>
737
+ </xsd:element>
738
+ <xsd:element name="Internal" type="DefaultedTextStructure" minOccurs="0" maxOccurs="unbounded">
739
+ <xsd:annotation>
740
+ <xsd:documentation>for internal information only, not passenger relevant</xsd:documentation>
741
+ </xsd:annotation>
742
+ </xsd:element>
743
+ </xsd:sequence>
744
+ </xsd:complexType>
745
+ <xsd:simpleType name="PerspectiveEnumeration">
746
+ <xsd:annotation>
747
+ <xsd:documentation>Values for perspectives.</xsd:documentation>
748
+ </xsd:annotation>
749
+ <xsd:restriction base="xsd:NMTOKEN">
750
+ <xsd:enumeration value="general"/>
751
+ <xsd:enumeration value="stopPoint"/>
752
+ <xsd:enumeration value="vehicleJourney"/>
753
+ </xsd:restriction>
754
+ </xsd:simpleType>
755
+ </xsd:schema>