Definition Type: ComplexType
Name: DoorDynamicData
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Collection of data describing the current status of dynamic properties of one set of car doors.
Collapse XSD Schema Diagram:
Drilldown into Energy Drilldown into Overload Drilldown into EndOpen Drilldown into HoldOpen Drilldown into DoorZone Drilldown into Obstructed Drilldown into LandingLocks Drilldown into LimitedOpened Drilldown into Opened Drilldown into Closed Drilldown into Command Drilldown into IDXSD Diagram of DoorDynamicData
Collapse XSD Schema Code:
<xs:complexType name="DoorDynamicData">
    <xs:annotation>
        <xs:documentation>Collection of data describing the current status of dynamic properties of one set of car doors.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Command" type="DoorOperation" />
        <xs:element name="Closed" type="State" />
        <xs:element name="Opened" type="State" />
        <xs:element name="LimitedOpened" type="State" minOccurs="0" />
        <xs:element name="LandingLocks" type="State" minOccurs="0" />
        <xs:element name="Obstructed" type="State" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Safe-edge or photo-cell obstruction detector.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="DoorZone" type="State" minOccurs="0" />
        <xs:element name="HoldOpen" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Passenger Door Open button or switch.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="State">
                        <xs:attributeGroup ref="ST" />
                    </xs:extension>
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="EndOpen" type="State" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Passenger Door Close button.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Overload" minOccurs="0">
            <xs:complexType>
                <xs:attributeGroup ref="ST" />
            </xs:complexType>
        </xs:element>
        <xs:element name="Energy" type="EnergyProfile" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="ID" type="DoorID" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Command Command (1) (1)
Closed Closed (1) (1)
Opened Opened (1) (1)
LimitedOpened LimitedOpened 0 (1)
LandingLocks LandingLocks 0 (1)
Obstructed Obstructed 0 (1)
DoorZone DoorZone 0 (1)
HoldOpen HoldOpen 0 (1)
EndOpen EndOpen 0 (1)
Overload Overload 0 (1)
Energy Energy 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID ID Optional
Collapse Derivation Tree:
Collapse References:
Door, Door