Definition Type: ComplexType
Name: CallRegistration
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Initial registration of demand as a call.
Collapse XSD Schema Diagram:
Drilldown into ApproachDelay Drilldown into CallDataXSD Diagram of CallRegistration
Collapse XSD Schema Code:
<xs:complexType name="CallRegistration">
    <xs:annotation>
        <xs:documentation>Initial registration of demand as a call.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="CallData">
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="CallData" />
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
        <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>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CallData CallData (1) (1)
ApproachDelay ApproachDelay 0 1
Collapse Derivation Tree:
Collapse References:
RegisterRegistration,