Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
Clarifications (from github diuscussions)
  • Loading branch information
Aurige committed Dec 20, 2023
1 parent 121ddbd commit 9b98e07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -696,15 +696,19 @@ Rail transport, Roads and Road transport
</xsd:restriction>
</xsd:simpleType>
<!-- ======================================================================= -->
<xsd:simpleType name="OtherExitDoorsEnumeration">
<xsd:simpleType name="OtherDoorsEnumeration">
<xsd:annotation>
<xsd:documentation>Allowed values for the Other Exit Doors: To identify the side, consider entering the elevator on the ground floor without turning around.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="none"/>
<xsd:enumeration value="same"/>
<xsd:enumeration value="left"/>
<xsd:enumeration value="right"/>
<xsd:enumeration value="opposite"/>
<xsd:enumeration value="opposite">
<xsd:annotation>
<xsd:documentation>The door is on the opposite side as the one of the ground floor. Sometimes referred as TroughLoader.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<!-- ======================================================================= -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="ReachedFloorAnnouncement" type="ReachedFloorAnnouncementEnumeration" default="visual" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether the elevator car has a visual, tactile or audible display to announce the floor reached.</xsd:documentation>
<xsd:documentation>Whether the elevator car has a visual, tactile or audible display to announce the floor reached. This is different from AudioAnnouncements since AudioAnnouncements can be about different topics than reached floor (closing doors, up-down movement, etc.), and the ReachedFloorAnnouncement can be visual or tactile, and not only audio.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MagneticInductionLoop" type="xsd:boolean" minOccurs="0">
Expand Down Expand Up @@ -987,9 +987,9 @@ Rail transport, Roads and Road transport
<xsd:documentation>Whether the lift is equipped with a remote operation control system</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OtherExitDoors" type="OtherExitDoorsEnumeration" default="none" minOccurs="0">
<xsd:element name="OtherDoors" type="OtherDoorsEnumeration" default="same" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates the position of exit doors on upper floors when it is different from that on the ground floor. To choose the side, consider entering the elevator on the ground floor without turning around.</xsd:documentation>
<xsd:documentation>Indicates the position of doors on floors when it is different from that on the ground floor. To choose the side, consider entering the elevator on the ground floor without turning around.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down

0 comments on commit 9b98e07

Please sign in to comment.