CampaignAssociatedServiceLaborHistory

Uses the Component:ServiceLaborHistoryType

The service labor history associated with the campaign.

Fields and Components

Table 6.50. Fields and Components

Name Description Occurrence Type Data Type User Notes
LaborOperationID

Currently assigned code for this operation (preferably manufacturer code)

0..1Field udt:IdentifierType  
LaborOperationIdTypeCode

Labor operation category code

0..1Field 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..1Field udt:TextType  
LaborActionCode

Manufacturer-assigned code to describe type of labor performed

0..1Field udt:CodeType  
LaborAllowanceHoursNumeric

Flat rate labor hour allowance for this operation

0..1Field udt:NumericType  
LaborAdditionalHoursNumeric

Additional labor hours above flat rate allowance

0..1Field udt:NumericType  
LaborOperationQuantityNumeric

Number of times this operation was performed for this labor line

0..1Field udt:NumericType  
Diagnostics

Diagnostics from vehicle service associated with labor

0..*ComponentDiagnosticsType 
LaborActionDescription

Description of the Manufacturer assigned operation code.

0..*Field udt:TextType  

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.50. CampaignAssociatedServiceLaborHistory

<CampaignAssociatedServiceLaborHistory>
     <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..*]
</CampaignAssociatedServiceLaborHistory>