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 @@ -156,6 +156,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Width of EQUIPMENT or entrance to EQUIPMENT (e.g. Lift).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Height" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Height of EQUIPMENT or entrance to EQUIPMENT (e.g. Lift).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DirectionOfUse" type="DirectionOfUseEnumeration" default="both" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Direction in which EQUIPMENT. can be used. Default is both.</xsd:documentation>
Expand Down Expand Up @@ -833,6 +838,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Internal width of lift.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InternalHeight" type="LengthType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Internal height of lift.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="LiftButtonsGroup">
Expand Down