-
Notifications
You must be signed in to change notification settings - Fork 39
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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"> | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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