Definition Type: SimpleType
Name: Power
Containing Schema: LiftInfo.xsd
Documentation:
Watts.
Collapse XSD Schema Diagram:
XSD Diagram of Power
Collapse XSD Schema Code:
<xs:simpleType name="Power" final="restriction">
    <xs:annotation>
        <xs:documentation>Watts.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:decimal">
        <xs:pattern value="\d{1,3}(\.(\d{1,3}))?" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern \d{1,3}(\.(\d{1,3}))?
Collapse Derivation Tree:
Collapse References:
IdlePower, StandbyPower