Documentation for ATIS-Draft-03-00-79

Complex Type: CcChangeAssignments

[Table of contents]

Super-types: None
Sub-types: None
Name CcChangeAssignments
Used by (from the same schema document) Element ccChangeAssignments
Abstract no
XML Instance Representation
<...>
<commandID> CPT-CommandID </commandID> [1]
<time> CPT-DateTime </time> [1]
<operator-changes> [0..1]
Start Sequence [1..1000]
<operator-change> CCOperatorAssignmentChange </operator-change> [1]
End Sequence
</operator-changes>
<vehicle-changes> [0..1]
Start Sequence [1..1000]
<vehicle-change> CCVehicleAssignmentChange </vehicle-change> [1]
End Sequence
</vehicle-changes>
<localCcChangeAssignments> local:CcChangeAssignments </localCcChangeAssignments> [0..1]
</...>
Diagram
h-453803909 h1272267302 h-706404794 h148064996 h-2034942895
Schema Component Representation
<xs:complexType name="CcChangeAssignments">
<xs:sequence>
<xs:element name="commandID" type=" CPT-CommandID "/>
<xs:element name="time" type=" CPT-DateTime "/>
<-- time the change is sent -->
<xs:element name="operator-changes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="operator-change" type=" CCOperatorAssignmentChange "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="vehicle-changes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="vehicle-change" type=" CCVehicleAssignmentChange "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localCcChangeAssignments" type=" local:CcChangeAssignments " minOccurs="0"/>
</xs:sequence>
</xs:complexType>