Uses the Component:VehicleGroupLaborAllowanceType
Associates LaborAllowanceMeasures with one or more VehicleIdentificationGroups
Table 6.73. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleIdentificationGroup |
The grouping of Vehicle Identifications. Use this component(group) instead of the simple VehicleID element, if more than one VehicleID must be recorded for a given vehicle (e.g. construction equipment). | 0..* | Component | VehicleIdentificationGroupType | |
ChangeStatus |
Indicates whether it is a newly added, updated or deleted op code. Used only in delta files. | 0..1 | Field | udt:CodeType | |
LaborAllowanceMeasure |
Flat rate labor hour allowance for an operation. | 0..1 | Field | sqdt:TimeMeasureType | |
AdditionalAllowanceMeasure |
Additional time allowed to complete an operation. | 0..1 | Field | sqdt:TimeMeasureType | |
ChargeHoursIndicator |
Flag to indicate whether LaborAllowance charges are variable or fixed. For example (values vary from OEM to OEM): LA/AA ChargeHoursIndicator DealerCharge ---------------------------------------------- N true Upto N 0 true 00.01 to 99.99 N false Exactly N | 1..1 | Field | udt:IndicatorType | |
AllowanceQualifiers |
AllowanceQualifiers is used to specify more details that could apply for a specific LaborAllowanceMeasure. | 0..* | Component | AllowanceQualifiersType | |
VehicleGroup |
A grouping of vehicles. | 0..* | Component | VehicleGroupType |
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.73. VehicleGroupLaborAllowance
<VehicleGroupLaborAllowance> <VehicleIdentificationGroup>......</VehicleIdentificationGroup> [0..*] <ChangeStatus>......</ChangeStatus> [0..1] <LaborAllowanceMeasure>......</LaborAllowanceMeasure> [0..1] <AdditionalAllowanceMeasure>......</AdditionalAllowanceMeasure> [0..1] <ChargeHoursIndicator>......</ChargeHoursIndicator> [1..1] <AllowanceQualifiers>......</AllowanceQualifiers> [0..*] <VehicleGroup>......</VehicleGroup> [0..*] </VehicleGroupLaborAllowance>