Uses the Component:ServiceLaborHistoryType
Service Labor History that is related to the Canceled Warranty.
Table 6.63. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| LaborOperationID |
Currently assigned code for this operation (preferably manufacturer code) | 0..1 | Field | udt:IdentifierType | |
| LaborOperationIdTypeCode |
Labor operation category code | 0..1 | Field | udt:CodeType | |
| LaborOperationDescription |
Description of a particular operation code | 0..* | Field | udt:TextType | |
| PartNameCodeDescription |
Description of Part identifier (PNC) that caused the failure | 0..* | Field | udt:TextType | |
| LaborOperationLocation |
Code Indicating Position/Location on Vehicle where labor was performed | 0..1 | Field | udt:TextType | |
| LaborActionCode |
Manufacturer-assigned code to describe type of labor performed | 0..1 | Field | udt:CodeType | |
| LaborAllowanceHoursNumeric |
Flat rate labor hour allowance for this operation | 0..1 | Field | udt:NumericType | |
| LaborAdditionalHoursNumeric |
Additional labor hours above flat rate allowance | 0..1 | Field | udt:NumericType | |
| LaborOperationQuantityNumeric |
Number of times this operation was performed for this labor line | 0..1 | Field | udt:NumericType | |
| Diagnostics |
Diagnostics from vehicle service associated with labor | 0..* | Component | DiagnosticsType | |
| LaborActionDescription |
Description of the Manufacturer assigned operation code. | 0..* | Field | udt:TextType |
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.63. WarrantyCancelServiceLaborHistory
<WarrantyCancelServiceLaborHistory>
<LaborOperationID>......</LaborOperationID> [0..1]
<LaborOperationIdTypeCode>......</LaborOperationIdTypeCode> [0..1]
<LaborOperationDescription>......</LaborOperationDescription> [0..*]
<PartNameCodeDescription>......</PartNameCodeDescription> [0..*]
<LaborOperationLocation>......</LaborOperationLocation> [0..1]
<LaborActionCode>......</LaborActionCode> [0..1]
<LaborAllowanceHoursNumeric>......</LaborAllowanceHoursNumeric> [0..1]
<LaborAdditionalHoursNumeric>......</LaborAdditionalHoursNumeric> [0..1]
<LaborOperationQuantityNumeric>......</LaborOperationQuantityNumeric> [0..1]
<Diagnostics>......</Diagnostics> [0..*]
<LaborActionDescription>......</LaborActionDescription> [0..*]
</WarrantyCancelServiceLaborHistory>