Definition Type: ComplexType
Name: CarShaftEvent
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
In some systems, it is possible for a car to move from one shaft to another and/or for a single shaft to be occupied by multiple cars.
Collapse XSD Schema Diagram:
Drilldown into CarDirection Drilldown into CarShaftXSD Diagram of CarShaftEvent
Collapse XSD Schema Code:
<xs:complexType name="CarShaftEvent">
    <xs:annotation>
        <xs:documentation>In some systems, it is possible for a car to move from one shaft to another and/or for a single shaft to be occupied by multiple cars.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="CarShaft" type="ShaftID" />
        <xs:element name="CarDirection" type="CarDirection" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CarShaft CarShaft (1) (1)
CarDirection CarDirection (1) (1)
Collapse Derivation Tree:
Collapse References:
ShaftEvent