Skip to content

Commit

Permalink
GBFSMapping - mustPickUpandDRopOffToSameStop #716
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed May 10, 2024
1 parent 094602a commit e3d7499
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="mustBoardInZone"/>
<xsd:enumeration value="mustAlightInZone"/>
<xsd:enumeration value="passThroughUseOnly"/>
<xsd:enumeration value="mustPickUpandDropOffToSameStop">
<xsd:annotation>
<xsd:documentation>Special zones where vehicles must be returned to the same stop. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<xsd:include schemaLocation="../part5_rc/netex_nm_mobilityService_support.xsd"/>
<xsd:include schemaLocation="netex_nm_mobilityServiceConstraintZone_support.xsd"/>
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd"/>
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_vehicle_support.xsd"/>
<!-- ======================================================================= -->
<xsd:include schemaLocation="../../netex_framework/netex_genericFramework/netex_zone_version.xsd"/>
<xsd:annotation>
Expand Down Expand Up @@ -199,6 +200,11 @@ Rail transport, Roads and Road transport
</xsd:annotation>
</xsd:element>
<xsd:element ref="TransportTypeRef" minOccurs="0"/>
<xsd:element name="FloatingVehicles" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>The specific ZONE where a vehicle must be collected/returned from a station rather than anywhere in zone. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<!-- ======================================================================= -->
Expand Down

0 comments on commit e3d7499

Please sign in to comment.