Definition Type: SimpleType
Name: DriveCommand
Containing Schema: LiftInfo.xsd
Documentation:
State of drive comand signal.
Collapse XSD Schema Diagram:
XSD Diagram of DriveCommand
Collapse XSD Schema Code:
<xs:simpleType name="DriveCommand">
    <xs:annotation>
        <xs:documentation>State of drive comand signal.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="TravelUp" />
        <xs:enumeration value="TravelDown" />
        <xs:enumeration value="Stationary" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration TravelUp
Enumeration TravelDown
Enumeration Stationary
Collapse Derivation Tree:
Collapse References:
Command, DriveState