Uses the Component:LaborOperationCodesType
Labor Operation Codes contain the major group, component group, component, and labor operation location groups.
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..* | Component | MajorGroupType | |
| ComponentGroup |
Contains the group ID and description for the component groupings. | 0..* | Component | ComponentGroupType | |
| ComponentCodeGroup |
Represents the Labor Operation Component Code Group sub grouping | 0..* | Component | ComponentCodeGroupType | |
| LaborOperationLocationGroup |
Represents the Labor Operation Component Code Group sub grouping | 0..* | Component | LaborOperationLocationGroupType |
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>