Schema Component Representation
<
xs:complexType
name="
SCHTripDetailInfo">
<
xs:sequence>
<
xs:element
name="
other-employees"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
10">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
<
xs:element
name="
activation-date"
type="
CPT-Date
"
minOccurs="
0"/>
<
xs:element
name="
deactivation-date"
type="
CPT-Date
"
minOccurs="
0"/>
<
xs:element
name="
relief-operator"
type="
CPTOperatorIden
"
minOccurs="
0"/>
<
xs:element
name="
relief-vehicle"
type="
CPTVehicleIden
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>