Definition Type: Element
Name: DoorLockException
Type: ExceptionType
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Door lock unset during travel.
Collapse XSD Schema Diagram:
Drilldown into Direction Drilldown into LockType Drilldown into Floor Drilldown into LiftInformation Drilldown into Description Drilldown into Code Drilldown into ExceptionTypeXSD Diagram of DoorLockException
Collapse XSD Schema Code:
<xs:element name="DoorLockException">
    <xs:annotation>
        <xs:documentation>Door lock unset during travel.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ExceptionType">
                <xs:sequence>
                    <xs:element name="Floor" type="CarFloorType">
                        <xs:annotation>
                            <xs:documentation>Floor of Door Exception.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                    <xs:element name="LockType">
                        <xs:annotation>
                            <xs:documentation>Landing or Car door lock.</xs:documentation>
                        </xs:annotation>
                        <xs:simpleType>
                            <xs:restriction base="xs:string">
                                <xs:enumeration value="CarDoorLock" />
                                <xs:enumeration value="LandingDoorLock" />
                            </xs:restriction>
                        </xs:simpleType>
                    </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)
LockType LockType (1) (1)
Direction Direction (1) (1)
Collapse Derivation Tree: