diagram | ![]() |
||
namespace | http://www.TCIP-Adopted-03-00-01 | ||
children | commandID time operator-changes vehicle-changes localCcChangeAssignments | ||
used by |
|
||
source | <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 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 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> |
diagram | ![]() |
||||
type | tcip:CPT-CommandID | ||||
properties |
|
||||
source | <xs:element name="commandID" type="CPT-CommandID"/> |
diagram | ![]() |
||||
type | tcip:CPT-DateTime | ||||
properties |
|
||||
source | <xs:element name="time" type="CPT-DateTime"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | operator-change | ||||||||
source | <xs:element name="operator-changes" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="1000"> <xs:element name="operator-change" type="CCOperatorAssignmentChange"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | tcip:CCOperatorAssignmentChange | ||||
properties |
|
||||
children | run specific-trips change-stoppoint change-location original-operator new-operator begin end | ||||
source | <xs:element name="operator-change" type="CCOperatorAssignmentChange"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | vehicle-change | ||||||||
source | <xs:element name="vehicle-changes" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="1000"> <xs:element name="vehicle-change" type="CCVehicleAssignmentChange"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | tcip:CCVehicleAssignmentChange | ||||
properties |
|
||||
children | block specific-trips original-vehicle new-vehicle begin end localCCVehicleAssignmentChange | ||||
source | <xs:element name="vehicle-change" type="CCVehicleAssignmentChange"/> |
diagram | ![]() |
||||||||
type | CcChangeAssignments | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localCcChangeAssignments" type="local:CcChangeAssignments" minOccurs="0"/> |