Definition Type: ComplexType
Name: ServiceLaborSchedulingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InContractIndicator in schema components_xsd Drilldown into Pricing in schema components_xsd 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:annotation>
        </xsd:element>
        <xsd:element ref="Pricing" minOccurs="0" maxOccurs="1">
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="InContractIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>Indicates whether the labor is included in the service contract or not.</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)
Pricing star:Pricing 0 1
InContractIndicator star:InContractIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:ServiceLaborScheduling