Documentation for ATIS-Draft-03-00-79

Complex Type: CcChangeAssignmentsAck

[Table of contents]

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