Definition Type: ComplexType
Name: ServiceLaborSchedulingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FailureCodes in schema components_xsd Drilldown into LaborNarrative in schema components_xsd Drilldown into LaborAllowanceHoursNumeric in schema components_xsd Drilldown into LaborActionCode in schema components_xsd Drilldown into LaborOperationDescription in schema components_xsd Drilldown into LaborOperationIdTypeCode in schema components_xsd Drilldown into LaborOperationID in schema components_xsdXSD Diagram of ServiceLaborSchedulingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceLaborSchedulingType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="LaborOperationID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                        Currently assigned code for this operation (preferably
                            manufacturer code)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LaborOperationIdTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Labor operation category code
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="LaborOperationDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Description of a particular operation
                        code
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LaborActionCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Manufacturer-assigned code to describe type of labor
                            performed
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LaborAllowanceHoursNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Flat rate labor hour allowance for this
                        operation
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="LaborNarrative">
            <xsd:annotation>
                <xsd:documentation>
                        Labor Narrative related to Labor
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="FailureCodes">
            <xsd:annotation>
                <xsd:documentation>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LaborOperationID star:LaborOperationID 0 (1)
LaborOperationIdTypeCode star:LaborOperationIdTypeCode 0 (1)
LaborOperationDescription star:LaborOperationDescription 0 unbounded
LaborActionCode star:LaborActionCode 0 (1)
LaborAllowanceHoursNumeric star:LaborAllowanceHoursNumeric 0 (1)
LaborNarrative star:LaborNarrative 0 unbounded
FailureCodes star:FailureCodes 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ServiceLaborScheduling