Definition Type: Element
Name: TemperatureException
Type: ExceptionType
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Maximum operating temperature exceeded.
Collapse XSD Schema Diagram:
Drilldown into Location Drilldown into LiftInformation Drilldown into Description Drilldown into Code Drilldown into ExceptionTypeXSD Diagram of TemperatureException
Collapse XSD Schema Code:
<xs:element name="TemperatureException">
    <xs:annotation>
        <xs:documentation>Maximum operating temperature exceeded.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ExceptionType">
                <xs:sequence>
                    <xs:element name="Location">
                        <xs:annotation>
                            <xs:documentation>Location of temperature sensor.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attribute name="LocationID" type="xs:string" use="required" />
                            <xs:attribute name="GroupID" type="xs:string" use="optional" />
                            <xs:attribute name="CarID" type="xs:string" use="optional" />
                            <xs:attribute name="Floor" type="FloorID" use="optional" />
                        </xs:complexType>
                    </xs:element>
                </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)
Location Location (1) (1)
Collapse Derivation Tree: