Skip to content
Merged
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
10 changes: 8 additions & 2 deletions xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,17 @@ Rail transport, Roads and Road transport
</xsd:simpleType>
<xsd:simpleType name="QuayTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Allowed values for QUAY Component Types.</xsd:documentation>
<xsd:documentation>Allowed values for QUAY Component Types. Special is the structure for rail, which allows a hierarchy.
railIslandPlatform is the full platform positioned between two tracks, railPlatform is a side platform facing the track and railPlatformSector is a sector of such a railPlatform. A similar hierarchy is defined for a metro station layout.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="airlineGate"/>
<xsd:enumeration value="railPlatform"/>
<xsd:enumeration value="railPlatform"/>
<xsd:enumeration value="railIslandPlaform"/>
<xsd:enumeration value="railPlatformSector"/>
<xsd:enumeration value="metroPlatform"/>
Comment thread
skinkie marked this conversation as resolved.
<xsd:enumeration value="metroIslandPlatform"/>
<xsd:enumeration value="metroIslandPlatformSector"/>
<xsd:enumeration value="coachStop"/>
<xsd:enumeration value="busStop"/>
<xsd:enumeration value="busPlatform"/>
Expand All @@ -397,6 +402,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="taxiStand"/>
<xsd:enumeration value="setDownPlace"/>
<xsd:enumeration value="vehicleLoadingPlace"/>
<xsd:enumeration value="handicappedLevelBoardingSector"/>
<xsd:enumeration value="multimodal"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
Expand Down