Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update neTactileActuators attribute on Escalators and Travelators #665tex_ifopt_equipmentAccess_version.xsd #720

Merged
merged 2 commits into from
May 3, 2024
Merged
Changes from 1 commit
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 @@ -956,7 +956,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="TactileActuators" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether Lift has a tactile actuator.</xsd:documentation>
<xsd:documentation>Whether there are buttons to start the TRAVELATOR if it is not moving, and whether these buttons are intended and suited for the visually impaired.</xsd:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, these here are the TactileActuators of the LiftEquipment. The change for Escalator and Travelator is already done (cf. line 726), I introduced it as a commit in #705.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better with the new commit? @trurlurl

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that in the LiftButtonsGroup we have BrailleButtons, RaisedButtons, and TactileGroundFloorButton, then the only meaning that seems to make sense for me would be something like: "Whether at least the call buttons have tactile markers for the visually impaired." OR "Whether all buttons have tactile markers suited for the visually impaired." The second one sounds better to me, but I don't know what the initial intention was.

ue71603 marked this conversation as resolved.
Show resolved Hide resolved
</xsd:annotation>
</xsd:element>
<xsd:element name="AudioAnnouncements" type="xsd:boolean" minOccurs="0">
Expand Down
Loading