<xsd:complexType name="RelatedLaborOperationIdentificationGroupType">
<xsd:annotation>
<xsd:documentation>The list of labor operation identications related to a particular
labor operation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="LaborOperationIncludedIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates if a paricular
Labor Operation is included or excluded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="LaborOperationID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Currently assigned code
for this operation (preferably manufacturer code)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|