Definition Type: Element
Name: MayBeReassigned
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: LiftInfo.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Default false
Documentation:
This call may be re-assigned to another car. Reassignment might be restricted to another car in the same shaft if the AssignedTo.ShaftID attribute is set (e.g. where the passenger has been directed to use a specified entrance). Can be set false by the car if it is already too late NOT to stop.
Collapse XSD Schema Diagram:
XSD Diagram of MayBeReassigned
Collapse XSD Schema Code:
<xs:element name="MayBeReassigned" type="xs:boolean" minOccurs="0" maxOccurs="1" default="false">
    <xs:annotation>
        <xs:documentation>This call may be re-assigned to another car. Reassignment might be restricted to another car in the same shaft if the AssignedTo.ShaftID attribute is set (e.g. where the passenger has been directed to use a specified entrance). Can be set false by the car if it is already too late NOT to stop.</xs:documentation>
    </xs:annotation>
</xs:element>