Uses the Component:ComponentCodeGroupType
Represents the Labor Operation Component Code Group sub grouping
Table 6.10. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ComponentCode |
Code identifying a labor operation's component code | 0..1 | Field | udt:CodeType | |
ComponentCodeDesc |
Description of the Component Code for labor operation | 0..* | Field | udt:TextType | |
ComponentGroupID |
The component group unique identifier for the Component Group used typically in Labor Operations. | 0..* | Field | udt:IdentifierType |
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.10. ComponentCodeGroup
<ComponentCodeGroup> <ComponentCode>......</ComponentCode> [0..1] <ComponentCodeDesc>......</ComponentCodeDesc> [0..*] <ComponentGroupID>......</ComponentGroupID> [0..*] </ComponentCodeGroup>