Definition Type: SimpleType
Name: PowerSupplyType
Containing Schema: LiftInfo.xsd
Documentation:
Type of power supply.
Collapse XSD Schema Diagram:
XSD Diagram of PowerSupplyType
Collapse XSD Schema Code:
<xs:simpleType name="PowerSupplyType">
    <xs:annotation>
        <xs:documentation>Type of power supply.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Main" />
        <xs:enumeration value="Lock" />
        <xs:enumeration value="Contoller" />
        <xs:enumeration value="Logic" />
        <xs:enumeration value="CarCallButton" />
        <xs:enumeration value="CarLight" />
        <xs:enumeration value="LandingCallButton" />
        <xs:enumeration value="ShaftLight" />
        <xs:enumeration value="Incomming" />
        <xs:enumeration value="IncommingPhase" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Main
Enumeration Lock
Enumeration Contoller
Enumeration Logic
Enumeration CarCallButton
Enumeration CarLight
Enumeration LandingCallButton
Enumeration ShaftLight
Enumeration Incomming
Enumeration IncommingPhase
Collapse Derivation Tree:
Collapse References:
Supply