Documentation for ATIS-Draft-03-00-79

Complex Type: CCOperatorAssignmentChange

[Table of contents]

Super-types: None
Sub-types: None
Name CCOperatorAssignmentChange
Used by (from the same schema document) Complex Type CcChangeAssignments , Complex Type CcChangeAssignmentsAck
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<run> SCHRunIden </run> [1]
<specific-trips> [1]
Start Sequence [1..50]
<specific-trip> SCHTripIden </specific-trip> [1]
End Sequence
</specific-trips>
End Choice
<change-stoppoint> CPTStoppointIden </change-stoppoint> [0..1]
<change-location> lrms:GeoLocation </change-location> [0..1]
<original-operator> CPTOperatorIden </original-operator> [0..1]
<new-operator> CPTOperatorIden </new-operator> [1]
<begin> CPT-DateTime </begin> [0..1]
<end> CPT-DateTime </end> [0..1]
</...>
Diagram
h355204924 h-1158373540 h2146772752 h-542031743 h324755946 h324755946 h1272267302 h1272267302
Schema Component Representation
<xs:complexType name="CCOperatorAssignmentChange">
<xs:sequence>
<xs:choice>
<xs:element name="run" type=" SCHRunIden "/>
<xs:element name="specific-trips">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="specific-trip" type=" SCHTripIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="change-stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="change-location" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="original-operator" type=" CPTOperatorIden " minOccurs="0"/>
<xs:element name="new-operator" type=" CPTOperatorIden "/>
<xs:element name="begin" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="end" type=" CPT-DateTime " minOccurs="0"/>
</xs:sequence>
</xs:complexType>