Skip to content

Commit

Permalink
Add properties to describe the height of a Lift (including its doors) (
Browse files Browse the repository at this point in the history
  • Loading branch information
juliustens-db authored May 2, 2024
1 parent 84c52d1 commit 64aaec7
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,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 @@ -870,6 +875,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

0 comments on commit 64aaec7

Please sign in to comment.