Definition Type: Element
Name: DriveStartException
Type: ExceptionType
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Drive failed to start.
Collapse XSD Schema Diagram:
Drilldown into Direction Drilldown into Floor Drilldown into LiftInformation Drilldown into Description Drilldown into Code Drilldown into ExceptionTypeXSD Diagram of DriveStartException
Collapse XSD Schema Code:
<xs:element name="DriveStartException">
    <xs:annotation>
        <xs:documentation>Drive failed to start.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ExceptionType">
                <xs:sequence>
                    <xs:element name="Floor" type="CarFloorType">
                        <xs:annotation>
                            <xs:documentation>Current car floor.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                    <xs:element name="Direction" type="Direction">
                        <xs:annotation>
                            <xs:documentation>Direction of travel.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code Code (1) (1)
Description Description (1) (1)
LiftInformation LiftInformation (1) (1)
Floor Floor (1) (1)
Direction Direction (1) (1)
Collapse Derivation Tree: