Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions xsd/siri_model/siri_reference.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
</Date>
<Date>
<Modified>2012-03-22</Modified>
<!-- SIRI 2.0
<!-- SIRI 2.0
Refactor Monitoring code
Add QUAY Ref
-->
</Date>
<Date>
<Modified>2012-06-22</Modified>
<!-- SIRI 2.0
<!-- SIRI 2.0
Add Group of Lines to JourneyPatternInfoGroup
[CH] Set explicit default value for VehicleAtStop to be false
[DE] Add Driver Ref
Expand All @@ -56,7 +56,7 @@
</Date>
<Date>
<Modified>2020-01-29</Modified>
<!-- SIRI 2.1
<!-- SIRI 2.1
Extra values for OccupancyEnumeration
-->
</Date>
Expand Down Expand Up @@ -159,8 +159,10 @@ Rail transport, Roads and road transport
<xsd:sequence>
<xsd:element name="StopPointRef" type="StopPointRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a SCHEDULED STOP POINT.</xsd:documentation>
<xsd:documentation>Reference to a STOP POINT.</xsd:documentation>
<xsd:documentation>
Preferably a reference to a SCHEDULED STOP POINT, however profiles may choose to refer to a QUAY instead.
As a last resort it can also refer to a STOP PLACE, but this is discouraged as it leaves room for interpretation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPointName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
Expand All @@ -172,8 +174,10 @@ Rail transport, Roads and road transport
</xsd:group>
<xsd:element name="StopPointRef" type="StopPointRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a SCHEDULED STOP POINT.</xsd:documentation>
<xsd:documentation>Reference to a STOP POINT.</xsd:documentation>
<xsd:documentation>
Preferably a reference to a SCHEDULED STOP POINT, however profiles may choose to refer to a QUAY instead.
As a last resort it can also refer to a STOP PLACE, but this is discouraged as it leaves room for interpretation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPointName" type="NaturalLanguageStringStructure">
Expand Down Expand Up @@ -432,7 +436,7 @@ Rail transport, Roads and road transport
<!-- ==== LINE and DESTINATION elements======================================================== -->
<xsd:group name="JourneyPatternInfoGroup">
<xsd:annotation>
<xsd:documentation>Elements describing the LINE, ROUTE and DIRECTION of a VEHICLE JOURNEYwhich are derived from the JOURNEY PATTERN associated with the journey.
<xsd:documentation>Elements describing the LINE, ROUTE and DIRECTION of a VEHICLE JOURNEYwhich are derived from the JOURNEY PATTERN associated with the journey.
Values for these elements can be specified on an annual schedule and will be inherited, unless overriden, onto the production timetable and then onto the individul dated VEHICLE JOURNEYs of the timetable. Each monitored journey takes its values from the dated VEHICLE JOURNEY that it follows. The absence of a value on an entity at a given level indicates that the value should be inherited (i) from any recent preceding update message for the same entity, or if there is no previous override, (ii) from its immediate parent entity.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
Expand Down