Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed May 10, 2024
1 parent 094602a commit 7b5ddf5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,11 @@ The Calendar is shown coded as
<BicycleRackCapacity>1</BicycleRackCapacity>
</PassengerCapacity>
<LowFloor>true</LowFloor>
<HasLiftOrRamp>true</HasLiftOrRamp>
<HasLiftOrRamp>true</HasLiftOrRamp>
<HasHoist>true</HasHoist>
<HoistOperatingRadius>1</HoistOperatingRadius>
<BoardingHeight>0.1</BoardingHeight>
<GapToPlatform>0.05</GapToPlatform>
</PassengerCarryingRequirementsView>
</ServiceJourney>
</vehicleJourneys>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>VEHICLE has a hoist or lift for wheelchairs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HoistOperatingRadius" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from VEHICLE needed to operate hoist.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Ramp" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether a ramp may be used to access VEHICLE.</xsd:documentation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Whether vehicle has hoist for wheelchair access.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HoistOperatingRadius" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from VEHICLE needed to operate hoist.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoardingHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maximum step height to board. +v1.1</xsd:documentation>
Expand Down

0 comments on commit 7b5ddf5

Please sign in to comment.