Definition Type: Element
Name: CarOutOfServiceException
Type: ExceptionType
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Duration of OutOfService period exceeded - for maintenance record.
Collapse XSD Schema Diagram:
Drilldown into OutOfServiceDuration Drilldown into LiftInformation Drilldown into Description Drilldown into Code Drilldown into ExceptionTypeXSD Diagram of CarOutOfServiceException
Collapse XSD Schema Code:
<xs:element name="CarOutOfServiceException">
    <xs:annotation>
        <xs:documentation>Duration of OutOfService period exceeded - for maintenance record.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ExceptionType">
                <xs:sequence>
                    <xs:element name="OutOfServiceDuration" type="xs:duration">
                        <xs:annotation>
                            <xs:documentation>Period elapsed since since count started.</xs:documentation>
                        </xs:annotation>
                    </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)
OutOfServiceDuration OutOfServiceDuration (1) (1)
Collapse Derivation Tree: