LaborOperationCodes

Uses the Component:LaborOperationCodesType

Labor Operation Codes contain the major group, component group, component, and labor operation location groups.

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
MajorGroup

The major group that the labor operation code belongs.

0..*ComponentMajorGroupType 
ComponentGroup

Contains the group ID and description for the component groupings.

0..*ComponentComponentGroupType 
ComponentCodeGroup

Represents the Labor Operation Component Code Group sub grouping

0..*ComponentComponentCodeGroupType 
LaborOperationLocationGroup

Represents the Labor Operation Component Code Group sub grouping

0..*ComponentLaborOperationLocationGroupType 

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.7. LaborOperationCodes

<LaborOperationCodes>
     <MajorGroup>......</MajorGroup>     [0..*]
     <ComponentGroup>......</ComponentGroup>     [0..*]
     <ComponentCodeGroup>......</ComponentCodeGroup>     [0..*]
     <LaborOperationLocationGroup>......</LaborOperationLocationGroup>     [0..*]
</LaborOperationCodes>