Skip to content

Commit

Permalink
fixing validation and update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed May 10, 2024
1 parent e3d7499 commit 5f0c1d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/standards/gbfs/Netex_gbfs_exm1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ GBFS file: geofencing_zones.json.
<SimpleVehicleTypeRef ref="car1"/>
<!-- GBFS vehicle_type_id -->
</VehicleTypeZoneRestriction>
<VehicleTypeZoneRestriction>
<ZoneUse>mustPickUpAndDropOffInSameZone</ZoneUse>
<FloatingVehicles>true</FloatingVehicles>
</VehicleTypeZoneRestriction>
</vehicleRestrictions>
</MobilityServiceConstraintZone>
</mobilityServiceConstraintZones>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<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 @@ -200,7 +201,7 @@ Rail transport, Roads and Road transport
</xsd:annotation>
</xsd:element>
<xsd:element ref="TransportTypeRef" minOccurs="0"/>
<xsd:element name="FloatingVehicles" type="xsd:boolean">
<xsd:element name="FloatingVehicles" type="xsd:boolean" minOccurs="0">
<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>
Expand Down

0 comments on commit 5f0c1d1

Please sign in to comment.