Documentation for ATIS-Draft-03-00-79

Complex Type: SchRunScheduleList

[Table of contents]

Super-types: None
Sub-types: None
Name SchRunScheduleList
Used by (from the same schema document) Element schRunScheduleList
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-runs> [0..1]
Start Sequence [1..10000]
<specific-run> SCHRunIden </specific-run> [1]
End Sequence
</specific-runs>
<update-since> CPT-DateTime </update-since> [0..1]
<sched-runs> [0..1]
Start Sequence [1..10000]
<sched-run> SCHRunScheduleEntry </sched-run> [1]
End Sequence
</sched-runs>
<deleted-runs> [0..1]
Start Sequence [1..10000]
<deleted-run> SCHRunIden </deleted-run> [1]
End Sequence
</deleted-runs>
<localSchRunScheduleList> local:SchRunScheduleList </localSchRunScheduleList> [0..1]
</...>
Diagram
h-527207252 h1272267302 h2133900120 h355204924 h1272267302 h-876705053 h355204924 h-907274227
Schema Component Representation
<xs:complexType name="SchRunScheduleList">
<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-runs" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="specific-run" type=" SCHRunIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="update-since" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="sched-runs" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="sched-run" type=" SCHRunScheduleEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleted-runs" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="deleted-run" type=" SCHRunIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localSchRunScheduleList" type=" local:SchRunScheduleList " minOccurs="0"/>
</xs:sequence>
</xs:complexType>