Documentation for ATIS-Draft-03-00-79

Complex Type: SchRosterListSub

[Table of contents]

Super-types: None
Sub-types: None
Name SchRosterListSub
Used by (from the same schema document) Element schRosterListSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<beginDate> CPT-Date </beginDate> [1]
<endDate> CPT-Date </endDate> [1]
<specific-operators> [0..1]
Start Sequence [1..25000]
<specific-operator> CPTOperatorIden </specific-operator> [1]
End Sequence
</specific-operators>
<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-1969881159 h324755946 h-963684166 h2133900120
Schema Component Representation
<xs:complexType name="SchRosterListSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="beginDate" type=" CPT-Date "/>
<xs:element name="endDate" type=" CPT-Date "/>
<xs:element name="specific-operators" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="specific-operator" type=" CPTOperatorIden "/>
</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>