Skip to content

Commit

Permalink
Fix #533
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Oct 31, 2023
1 parent b7c3df9 commit cfac91c
Showing 1 changed file with 7 additions and 2 deletions.
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 from step.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TactileGuidanceStrips" type="xsd:boolean" minOccurs="0">
Expand Down

0 comments on commit cfac91c

Please sign in to comment.