Documentation for ATIS-Draft-03-00-79

Complex Type: CCVehicleAssignmentChange

[Table of contents]

Super-types: None
Sub-types: None
Name CCVehicleAssignmentChange
Used by (from the same schema document) Complex Type CcChangeAssignments , Complex Type CcChangeAssignmentsAck
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<block> SCHBlockIden </block> [1]
<specific-trips> [1]
Start Sequence [1..50]
<specific-trip> SCHTripIden </specific-trip> [1]
End Sequence
</specific-trips>
End Choice
<original-vehicle> CPTVehicleIden </original-vehicle> [0..1]
<new-vehicle> CPTVehicleIden </new-vehicle> [1]
<begin> CPT-DateTime </begin> [0..1]
<end> CPT-DateTime </end> [0..1]
<localCCVehicleAssignmentChange> local:CCVehicleAssignmentChange </localCCVehicleAssignmentChange> [0..1]
</...>
Diagram
h-258889474 h-1158373540 h1471596526 h1471596526 h1272267302 h1272267302 h148064996
Schema Component Representation
<xs:complexType name="CCVehicleAssignmentChange">
<xs:sequence>
<xs:choice>
<xs:element name="block" type=" SCHBlockIden "/>
<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="original-vehicle" type=" CPTVehicleIden " minOccurs="0"/>
<xs:element name="new-vehicle" type=" CPTVehicleIden "/>
<xs:element name="begin" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="end" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="localCCVehicleAssignmentChange" type=" local:CCVehicleAssignmentChange " minOccurs="0"/>
</xs:sequence>
</xs:complexType>