Definition Type: ComplexType
Name: CarFloorEvent
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Change of floor position of a specific car. This may not be the actual physical location of the car since it is the Next Possible Stopping Floor for a car in, or about be in, motion.
Collapse XSD Schema Diagram:
Drilldown into CarDirection Drilldown into NextStopFloorXSD Diagram of CarFloorEvent
Collapse XSD Schema Code:
<xs:complexType name="CarFloorEvent">
    <xs:annotation>
        <xs:documentation>Change of floor position of a specific car. This may not be the actual physical location of the car since it is the Next Possible Stopping Floor for a car in, or about be in, motion.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="NextStopFloor" type="CarFloorType" />
        <xs:element name="CarDirection" type="CarDirection" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NextStopFloor NextStopFloor (1) (1)
CarDirection CarDirection (1) (1)
Collapse Derivation Tree:
Collapse References:
FloorEvent