Skip to content
Closed

Cr55 #52

Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,16 @@ Rail transport, Roads and Road transport
</xsd:restriction>
</xsd:simpleType>
<!-- ======================================================================= -->
<xsd:simpleType name="StopPlaceWeightEnumeration">
<xsd:annotation>
<xsd:documentation>Allowed values for INTERCHANGE classification at a STOP PLACE. +v1.1</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="International"/>
<xsd:enumeration value="National"/>
<xsd:enumeration value="Regional"/>
<xsd:enumeration value="Local"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ======================================================================= -->
</xsd:schema>
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Default rating of the STOP PLACE for making interchanges.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPlaceWeight" type="StopPlaceWeightEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of expected INTERCHANGE at a stopPlace for use in Journey Planner or possibly legal classification</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="StopPlaceTopographicGroup">
Expand Down