Documentation for ATIS-Draft-03-00-79

Complex Type: SchPullInList

[Table of contents]

Super-types: None
Sub-types: None
Name SchPullInList
Used by (from the same schema document) Element schPullInList
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<beginDate> CPT-Date </beginDate> [1]
<beginTime> CPT-Time </beginTime> [1]
<endDate> CPT-Date </endDate> [1]
<endTime> CPT-Time </endTime> [1]
<specific-vehicles> [0..1]
Start Sequence [1..25000]
<specific-vehicle> CPTVehicleIden </specific-vehicle> [1]
End Sequence
</specific-vehicles>
<specific-routes> [0..1]
Start Sequence [1..500]
<specific-route> SCHRouteIden </specific-route> [1]
End Sequence
</specific-routes>
<specific-garages> [0..1]
Start Sequence [0..*]
<specific-garage> CPTTransitFacilityIden </specific-garage> [1]
End Sequence
</specific-garages>
<pull-ins> [1]
Start Sequence [1..25000]
<pull-in> SCHPullInOutInfo </pull-in> [1]
End Sequence
</pull-ins>
</...>
Diagram
h-527207252 h-1969881159 h-1969397032 h-1969881159 h-1969397032 h1471596526 h-963684166 h2133900120 h-853550913
Schema Component Representation
<xs:complexType name="SchPullInList">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="beginDate" type=" CPT-Date "/>
<xs:element name="beginTime" type=" CPT-Time "/>
<xs:element name="endDate" type=" CPT-Date "/>
<xs:element name="endTime" type=" CPT-Time "/>
<xs:element name="specific-vehicles" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="specific-vehicle" type=" CPTVehicleIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="specific-routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="specific-route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="specific-garages" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="specific-garage" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="pull-ins">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="pull-in" type=" SCHPullInOutInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>