Definition Type: Element
Name: ApproachDelay
Type: duration:http://www.w3.org/2001/XMLSchema
Containing Schema: LiftInfo.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
There may be a delay between the time of registration of a LandingCall and the time the passenger arrives at the origin floor landing to be in a position to enter an assigned car.
Collapse XSD Schema Diagram:
XSD Diagram of ApproachDelay
Collapse XSD Schema Code:
<xs:element name="ApproachDelay" type="xs:duration" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>There may be a delay between the time of registration of a LandingCall and the time the passenger arrives at the origin floor landing to be in a position to enter an assigned car.</xs:documentation>
    </xs:annotation>
</xs:element>