Documentation for ATIS-Draft-03-00-79

Complex Type: SchVehicleAssignmentListSub

[Table of contents]

Super-types: None
Sub-types: None
Name SchVehicleAssignmentListSub
Used by (from the same schema document) Element schVehicleAssignmentListSub
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]
<updateSince> CPT-DateTime </updateSince> [0..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 [1..100]
<specific-garage> CPTTransitFacilityIden </specific-garage> [1]
End Sequence
</specific-garages>
</...>
Diagram
h-527207252 h-1969881159 h-1969397032 h-1969881159 h-1969397032 h1272267302 h1471596526 h-963684166 h2133900120
Schema Component Representation
<xs:complexType name="SchVehicleAssignmentListSub">
<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="updateSince" type=" CPT-DateTime " minOccurs="0"/>
<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="1" maxOccurs="100">
<xs:element name="specific-garage" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>