Documentation for ATIS-Draft-03-00-79

Complex Type: SchOperatorAssignmentList

[Table of contents]

Super-types: None
Sub-types: None
Name SchOperatorAssignmentList
Used by (from the same schema document) Element schOperatorAssignmentList
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<begin> CPT-DateTime </begin> [1]
<end> CPT-DateTime </end> [1]
<update-since> CPT-DateTime </update-since> [0..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>
<update-thru> CPT-DateTime </update-thru> [1]
<assignments> [1]
Start Sequence [1..100000]
<assignment> SCHOperatorAssignment </assignment> [1]
End Sequence
</assignments>
<deleted-assignments> [0..1]
Start Sequence [1..100000]
<deleted-assignment> SCHRunIden </deleted-assignment> [1]
End Sequence
</deleted-assignments>
</...>
Diagram
h-527207252 h1272267302 h1272267302 h1272267302 h324755946 h-963684166 h2133900120 h1272267302 h1172850020 h355204924
Schema Component Representation
<xs:complexType name="SchOperatorAssignmentList">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="begin" type=" CPT-DateTime "/>
<xs:element name="end" type=" CPT-DateTime "/>
<xs:element name="update-since" type=" CPT-DateTime " minOccurs="0"/>
<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:element name="update-thru" type=" CPT-DateTime "/>
<xs:element name="assignments">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="assignment" type=" SCHOperatorAssignment "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleted-assignments" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="deleted-assignment" type=" SCHRunIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>