Schema Component Representation
<
xs:complexType
name="
CCOperatorAssignmentChange">
<
xs:sequence>
<
xs:choice>
<
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-location"
type="
lrms:GeoLocation
"
minOccurs="
0"/>
<
xs:element
name="
original-operator"
type="
CPTOperatorIden
"
minOccurs="
0"/>
<
xs:element
name="
begin"
type="
CPT-DateTime
"
minOccurs="
0"/>
<
xs:element
name="
end"
type="
CPT-DateTime
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>