Definition Type: Element
Name: PowerException
Type: ExceptionType
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Power supply lost when other power is normal.
Collapse XSD Schema Diagram:
Drilldown into Mode Drilldown into Supply Drilldown into LiftInformation Drilldown into Description Drilldown into Code Drilldown into ExceptionTypeXSD Diagram of PowerException
Collapse XSD Schema Code:
<xs:element name="PowerException">
    <xs:annotation>
        <xs:documentation>Power supply lost when other power is normal.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ExceptionType">
                <xs:sequence>
                    <xs:element name="Supply" type="PowerSupplyType">
                        <xs:annotation>
                            <xs:documentation>Type of supply.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                    <xs:element name="Mode" type="PowerModeEvent" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code Code (1) (1)
Description Description (1) (1)
LiftInformation LiftInformation (1) (1)
Supply Supply (1) (1)
Mode Mode (1) (1)
Collapse Derivation Tree: