Definition Type: SimpleType
Name: DoorOperation
Containing Schema: LiftInfo.xsd
Documentation:
State of door operation as the result of a command signal.
Collapse XSD Schema Diagram:
XSD Diagram of DoorOperation
Collapse XSD Schema Code:
<xs:simpleType name="DoorOperation">
    <xs:annotation>
        <xs:documentation>State of door operation as the result of a command signal.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Closing" />
        <xs:enumeration value="Opening" />
        <xs:enumeration value="LimitedOpening" />
        <xs:enumeration value="Nudging" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Closing
Enumeration Opening
Enumeration LimitedOpening
Enumeration Nudging
Collapse Derivation Tree:
Collapse References:
Command