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
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<xsd:schema xmlns="http://www.netex.org.uk/netex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:netex="http://www.netex.org.uk/netex" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2.2" id="netex_ifopt_equipmentAccess_version">
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_facility_support.xsd"/>
<xsd:include schemaLocation="netex_ifopt_path_support.xsd"/>
<xsd:include schemaLocation="netex_ifopt_path_support.xsd"/>
<xsd:include schemaLocation="netex_ifopt_equipmentAccess_support.xsd"/>
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_equipmentPlace_version.xsd"/>
<!-- ======================================================================= -->
Expand Down Expand Up @@ -1012,7 +1011,12 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="Length" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Length of ramp in metres.</xsd:documentation>
<xsd:documentation>Length of ramp in metres. In the case of a mobile ramp associated with a vehicle this element is used to convey the length the ramp needs to be extended from the vehicle. This indicates the minimally necessary width of the Quay.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MaximumLoad" type="WeightType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maximum load in kilograms. Mainly used for mobile ramps.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Gradient" type="xsd:positiveInteger" minOccurs="0">
Expand Down Expand Up @@ -1435,4 +1439,4 @@ Rail transport, Roads and Road transport
</xsd:sequence>
</xsd:group>
<!-- ======================================================================= -->
</xsd:schema>
</xsd:schema>