Definition Type: ComplexType
Name: RelatedLaborOperationIdentificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The list of labor operation identications related to a particular labor operation.
Collapse XSD Schema Diagram:
Drilldown into LaborOperationID in schema components_xsd Drilldown into LaborOperationIncludedIndicator in schema components_xsdXSD Diagram of RelatedLaborOperationIdentificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LaborOperationIncludedIndicator star:LaborOperationIncludedIndicator 0 1
LaborOperationID star:LaborOperationID 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:RelatedLaborOperationIdentificationGroup