Definition Type: ComplexType
Name: TravelPlan
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
A sequence of stops (implying that the car movements will follow this sequence in the same order even if it is not the shortest 'route') detailing, at each stop, the passenger movements and timings. Does NOT include the current Floor for a stationary car.
Collapse XSD Schema Diagram:
Drilldown into StopXSD Diagram of TravelPlan
Collapse XSD Schema Code:
<xs:complexType name="TravelPlan">
    <xs:annotation>
        <xs:documentation>A sequence of stops (implying that the car movements will follow this sequence in the same order even if it is not the shortest 'route') detailing, at each stop, the passenger movements and timings. Does NOT include the current Floor for a stationary car.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Stop" type="FloorStop" minOccurs="1" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Stop Stop 1 unbounded
Collapse Derivation Tree:
Collapse References:
Route