Definition Type: ComplexType
Name: ServiceLaborType
Namespace: http://www.starstandard.org/STAR/5
Type: star:ServiceLaborBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CompletionDateTime in schema components_xsd Drilldown into Sublet in schema components_xsd Drilldown into ServiceParts in schema components_xsd Drilldown into Splits in schema components_xsd Drilldown into Tax in schema components_xsd Drilldown into ServiceTechnicianParty in schema components_xsd Drilldown into LaborOperationComment in schema components_xsd Drilldown into LaborNarrative in schema components_xsd Drilldown into LaborOperationPolicyCode in schema components_xsd Drilldown into NoChargeLaborCode in schema components_xsd Drilldown into LaborActualHoursNumeric in schema components_xsd Drilldown into MainOperationCode in schema components_xsd Drilldown into AppealActionCode in schema components_xsd Drilldown into Pricing in schema components_xsd Drilldown into LaborRateAmount in schema components_xsd Drilldown into PartNameCodeID in schema components_xsd Drilldown into AdditionalHoursLaborComment in schema components_xsd Drilldown into Diagnostics in schema components_xsd Drilldown into LaborOperationQuantityNumeric in schema components_xsd Drilldown into LaborAdditionalHoursNumeric in schema components_xsd Drilldown into LaborAllowanceHoursNumeric in schema components_xsd Drilldown into LaborActionCode in schema components_xsd Drilldown into LaborOperationLocation in schema components_xsd Drilldown into PartNameCodeDescription in schema components_xsd Drilldown into LaborOperationDescription in schema components_xsd Drilldown into LaborOperationIdTypeCode in schema components_xsd Drilldown into LaborOperationID in schema components_xsd Drilldown into ServiceLaborBaseType in schema components_xsdXSD Diagram of ServiceLaborType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceLaborType">
    <xsd:complexContent>
        <xsd:extension base="ServiceLaborBaseType">
            <xsd:sequence>
                <xsd:element minOccurs="0" name="AdditionalHoursLaborComment" type="udt:TextType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Explanation for the need for the additional labor
                                    hours
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="PartNameCodeID" type="udt:IdentifierType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Part identifier which is comprised of a system and
                                    component code that caused the failure
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="LaborRateAmount" type="udt:AmountType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Labor Rate for this operation
                                code
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pricing">
                    <xsd:annotation>
                        <xsd:documentation>
                                Labor Price for labor operation
                                code
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="AppealActionCode" type="udt:CodeType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Defines action to be taken on
                                appeal
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="MainOperationCode" type="udt:CodeType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Identifies the primary laborline or "main operator"
                                    that caused the vehicle to be serviced in the first
                                place
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="LaborActualHoursNumeric" type="udt:NumericType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Actual labor hours spent by the technician to
                                    complete this labor operation
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="NoChargeLaborCode" type="udt:CodeType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Indicates this labor operation is a no-charge (e.g,
                                    NC=Nop Charge; OL=Overlapping)
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="LaborOperationPolicyCode" type="udt:CodeType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Dealer assigned Policy code for the labor
                                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" name="LaborOperationComment" type="udt:TextType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Free form comment regarding the labor
                                operation.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceTechnicianParty">
                    <xsd:annotation>
                        <xsd:documentation>
                                Technicians related to labor
                                operation
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Tax">
                    <xsd:annotation>
                        <xsd:documentation>
                                Actual amount of tax paid on
                                parts
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="Splits">
                    <xsd:annotation>
                        <xsd:documentation>
                                Part Adjustment
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceParts">
                    <xsd:annotation>
                        <xsd:documentation>
                                Parts related to labor operation
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Sublet">
                    <xsd:annotation>
                        <xsd:documentation>
                                Sublet related to labor operation
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="1" minOccurs="0" name="CompletionDateTime" type="udt:DateTimeType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5"> The date, time, date
                               time or other date time value for a complete period of time expressed as a specific
                               month, a specific week etc. type code for a particular Bulletin.
                           </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</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
PartNameCodeDescription star:PartNameCodeDescription 0 unbounded
LaborOperationLocation star:LaborOperationLocation 0 (1)
LaborActionCode star:LaborActionCode 0 (1)
LaborAllowanceHoursNumeric star:LaborAllowanceHoursNumeric 0 (1)
LaborAdditionalHoursNumeric star:LaborAdditionalHoursNumeric 0 (1)
LaborOperationQuantityNumeric star:LaborOperationQuantityNumeric 0 (1)
Diagnostics star:Diagnostics 0 unbounded
AdditionalHoursLaborComment star:AdditionalHoursLaborComment 0 (1)
PartNameCodeID star:PartNameCodeID 0 (1)
LaborRateAmount star:LaborRateAmount 0 (1)
Pricing star:Pricing 0 unbounded
AppealActionCode star:AppealActionCode 0 (1)
MainOperationCode star:MainOperationCode 0 (1)
LaborActualHoursNumeric star:LaborActualHoursNumeric 0 (1)
NoChargeLaborCode star:NoChargeLaborCode 0 (1)
LaborOperationPolicyCode star:LaborOperationPolicyCode 0 (1)
LaborNarrative star:LaborNarrative 0 unbounded
LaborOperationComment star:LaborOperationComment 0 (1)
ServiceTechnicianParty star:ServiceTechnicianParty 0 unbounded
Tax star:Tax 0 unbounded
Splits star:Splits 0 (1)
ServiceParts star:ServiceParts 0 unbounded
Sublet star:Sublet 0 unbounded
CompletionDateTime star:CompletionDateTime 0 1
Collapse Derivation Tree:
Collapse References:
star:ServiceLabor