MajorGroup

Uses the Component:MajorGroupType

The major group that the labor operation code belongs.

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
MajorGroupID

Code identifying a labor operation's major group

0..1Field udt:IdentifierType  
MajorGroupDescription

Description of the Major Group for labor operation

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.8. MajorGroup

<MajorGroup>
     <MajorGroupID>......</MajorGroupID>     [0..1]
     <MajorGroupDescription>......</MajorGroupDescription>     [0..*]
</MajorGroup>