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
Expand Up @@ -1024,14 +1024,19 @@ Rail transport, Roads and Road transport
<xsd:documentation>Whether ramp is on a pedestal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HandrailType" type="HandrailEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of handrail.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HandrailHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Height of handrail.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HandrailType" type="HandrailEnumeration" minOccurs="0">
<xsd:element name="LowerHandrailHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of handrail.</xsd:documentation>
<xsd:documentation>Height of any additional lower handrail.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TactileGuidanceStrips" type="xsd:boolean" minOccurs="0">
Expand Down