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
7 changes: 6 additions & 1 deletion xsd/siri_model/siri_situationAffects.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1233,9 +1233,14 @@ Rail transport, Roads and road transport
<xsd:documentation>Identifier of STOP PLACE affected by SITUATION.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPlaceName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Name of STOP PLACE affected by SITUATION. +v2.3</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlaceName" type="NaturalLanguageStringStructure" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Name of STOP PLACE. (Unbounded since SIRI 2.0)</xsd:documentation>
<xsd:documentation>Name of PLACE associated with STOP PLACE. (Unbounded since SIRI 2.0)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPlaceType" type="StopPlaceTypeEnumeration" minOccurs="0">
Expand Down