ComponentGroup

Uses the Component:ComponentGroupType

Contains the group ID and description for the component groupings.

Fields and Components

Table 6.9. Fields and Components

Name Description Occurrence Type Data Type User Notes
ComponentGroupID

Code identifying a labor operation's component group

0..1Field udt:IdentifierType  
ComponentGroupDescription

Description of the Component Group for labor operation

0..*Field udt:TextType  
MajorGroupID

The major group unique identifier for a Major Group.

0..*Field udt:IdentifierType  

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.9. ComponentGroup

<ComponentGroup>
     <ComponentGroupID>......</ComponentGroupID>     [0..1]
     <ComponentGroupDescription>......</ComponentGroupDescription>     [0..*]
     <MajorGroupID>......</MajorGroupID>     [0..*]
</ComponentGroup>