Skip to content
Open
Changes from 2 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
6 changes: 4 additions & 2 deletions xsd/siri_model/siri_reference.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,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>
Preferrably 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 Down