Definition Type: Element
Name: Direction
Type: CarDirection
Containing Schema: LiftInfo.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The current committed direction of travel of the car. If the car is slowing to a floor where it is committed to reverse, it's Direction will already be the committed departure direction.
Collapse XSD Schema Diagram:
XSD Diagram of Direction
Collapse XSD Schema Code:
<xs:element name="Direction" type="CarDirection" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The current committed direction of travel of the car. If the car is slowing to a floor where it is committed to reverse, it's Direction will already be the committed departure direction.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: