Definition Type: ComplexType
Name: DriveEvent
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Change of state of car drive occurring during a Trip.
Collapse XSD Schema Diagram:
Drilldown into Drive Drilldown into DriveStateXSD Diagram of DriveEvent
Collapse XSD Schema Code:
<xs:complexType name="DriveEvent">
    <xs:annotation>
        <xs:documentation>Change of state of car drive occurring during a Trip.</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:annotation>
            <xs:documentation>Choose, as appropriate, between a simple report of Drive State or complete description of the Drive Controller.</xs:documentation>
        </xs:annotation>
        <xs:sequence>
            <xs:element name="DriveState" type="DriveCommand" />
        </xs:sequence>
        <xs:element name="Drive">
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="DriveDynamicData" />
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DriveState DriveState (1) (1)
Drive Drive (1) (1)
Collapse Derivation Tree:
Collapse References:
DriveEvent