Skip to content

Commit

Permalink
Fix #533 (#534)
Browse files Browse the repository at this point in the history
* Fix #533

* Update xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>

---------

Co-authored-by: DWillDB <144349651+DWillDB@users.noreply.github.com>
  • Loading branch information
skinkie and DWillDB authored Nov 1, 2023
1 parent b7c3df9 commit c6c3485
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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TactileGuidanceStrips" type="xsd:boolean" minOccurs="0">
Expand Down

0 comments on commit c6c3485

Please sign in to comment.