Combinations

Uses the Component:LaborCombinationType

The purpose is to encapsulate the Vehicle Group and Combination information.

Fields and Components

Table 6.72. Fields and Components

Name Description Occurrence Type Data Type User Notes
CombinationCode 0..1Field udt:CodeType  
CombinationCodeDesc 0..*Field udt:TextType  
VehicleGroupLaborAllowance

Associates LaborAllowanceMeasures with one or more VehicleIdentificationGroups

0..*ComponentVehicleGroupLaborAllowanceType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.72. Combinations

<Combinations>
     <CombinationCode>......</CombinationCode>     [0..1]
     <CombinationCodeDesc>......</CombinationCodeDesc>     [0..*]
     <VehicleGroupLaborAllowance>......</VehicleGroupLaborAllowance>     [0..*]
</Combinations>