Documentation for ATIS-Draft-03-00-79

Complex Type: SchBlockScheduleListSub

[Table of contents]

Super-types: None
Sub-types: None
Name SchBlockScheduleListSub
Used by (from the same schema document) Element schBlockScheduleListSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<effective> CPT-DateTime </effective> [1]
<specific-garages> [0..1]
Start Sequence [1..10]
<specific-garage> CPTTransitFacilityIden </specific-garage> [1]
End Sequence
</specific-garages>
<specific-blocks> [0..1]
Start Sequence [1..25000]
<specific-block> SCHBlockIden </specific-block> [1]
End Sequence
</specific-blocks>
<update-since> CPT-DateTime </update-since> [0..1]
</...>
Diagram
h-527207252 h1272267302 h2133900120 h-258889474 h1272267302
Schema Component Representation
<xs:complexType name="SchBlockScheduleListSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="effective" type=" CPT-DateTime "/>
<xs:element name="specific-garages" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="specific-garage" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="specific-blocks" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="specific-block" type=" SCHBlockIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="update-since" type=" CPT-DateTime " minOccurs="0"/>
</xs:sequence>
</xs:complexType>