Skip to content

Commit 7dd8b59

Browse files
committed
WIP: Updating Quay/StoPlace
1 parent 7396fb1 commit 7dd8b59

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,17 @@ Rail transport, Roads and Road transport
436436
<xsd:enumeration value="other"/>
437437
</xsd:restriction>
438438
</xsd:simpleType>
439+
<xsd:simpleType name="StopPlaceCategoryEnumeration">
440+
<xsd:annotation>
441+
<xsd:documentation>Category of STOP PLACE.</xsd:documentation>
442+
</xsd:annotation>
443+
<xsd:restriction base="xsd:string">
444+
<xsd:enumeration value="airport"/>
445+
<xsd:enumeration value="terminal"/>
446+
<xsd:enumeration value="station"/>
447+
<xsd:enumeration value="hub"/>
448+
<xsd:enumeration value="halt"/>
449+
<xsd:enumeration value="unregulated"/>
450+
</xsd:restriction>
451+
</xsd:simpleType>
439452
</xsd:schema>

xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,22 @@ Rail transport, Roads and Road transport
394394
<xsd:enumeration value="other"/>
395395
</xsd:restriction>
396396
</xsd:simpleType>
397+
<xsd:simpleType name="QuayLayoutTypeEnumeration">
398+
<xsd:annotation>
399+
<xsd:documentation>Allowed values for QUAY LAYOUT Component Types.</xsd:documentation>
400+
</xsd:annotation>
401+
<xsd:restriction base="xsd:string">
402+
<xsd:enumeration value="abutting"/>
403+
<xsd:enumeration value="bay"/>
404+
<xsd:enumeration value="bulb"/>
405+
<xsd:enumeration value="gate"/>
406+
<xsd:enumeration value="island"/>
407+
<xsd:enumeration value="lane"/>
408+
<xsd:enumeration value="platform"/>
409+
<xsd:enumeration value="terminus"/>
410+
<xsd:enumeration value="unregulated"/>
411+
</xsd:restriction>
412+
</xsd:simpleType>
397413
<xsd:simpleType name="BoardingPositionTypeEnumeration">
398414
<xsd:annotation>
399415
<xsd:documentation>Allowed values for BOARDING POSITION Component Types.</xsd:documentation>

xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,11 @@ contained within its parent QUAY.</xsd:documentation>
14821482
<xsd:documentation>Type of STOP PLACE.</xsd:documentation>
14831483
</xsd:annotation>
14841484
</xsd:element>
1485+
<xsd:element name="StopPlaceCategory" type="StopPlaceCategoryEnumeration" minOccurs="0">
1486+
<xsd:annotation>
1487+
<xsd:documentation>Category of STOP PLACE.</xsd:documentation>
1488+
</xsd:annotation>
1489+
</xsd:element>
14851490
<xsd:element name="TransportMode" type="AllVehicleModesOfTransportEnumeration" minOccurs="0">
14861491
<xsd:annotation>
14871492
<xsd:documentation>Primary MODE of Vehicle transport.</xsd:documentation>

0 commit comments

Comments
 (0)