<xsd:complexType name="LaborOperationCodesType">
<xsd:annotation>
<xsd:documentation>This is the parent for all the Labor Operating Codes. It is a
container for the Major, Component Group, Component Codes, and Labor Operation
Locations.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="MajorGroup" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ComponentGroup" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ComponentCodeGroup" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="LaborOperationLocationGroup" />
</xsd:sequence>
</xsd:complexType>
|