Definition Type: ComplexType
Name: NoServiceCycle
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
The chain of service related events from a car becoming out-of-service to its return to in-service status.
Collapse XSD Schema Diagram:
Drilldown into InServiceEvent Drilldown into RelatedServiceEvent Drilldown into OutOfServiceEvent Drilldown into NoServicePeriodXSD Diagram of NoServiceCycle
Collapse XSD Schema Code:
<xs:complexType name="NoServiceCycle">
    <xs:annotation>
        <xs:documentation>The chain of service related events from a car becoming out-of-service to its return to in-service status.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="OutOfServiceEvent">
            <xs:complexType>
                <xs:attribute name="Status" type="CarStatus" use="required" />
                <xs:attributeGroup ref="ED" />
            </xs:complexType>
        </xs:element>
        <xs:element name="RelatedServiceEvent" type="CarModeEvent" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="InServiceEvent" minOccurs="0">
            <xs:complexType>
                <xs:attribute name="Status" type="CarStatus" use="required" />
                <xs:attributeGroup ref="ED" />
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="NoServicePeriod" type="xs:duration" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OutOfServiceEvent OutOfServiceEvent (1) (1)
RelatedServiceEvent RelatedServiceEvent 0 unbounded
InServiceEvent InServiceEvent 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
NoServicePeriod NoServicePeriod Required
Collapse Derivation Tree:
Collapse References:
NoServiceCycle