<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:element name="FleetDiscountPercent" type="udt:PercentType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The percent discount offered by the Dealership for Fleet retail repairs billed through the Fleet Service Plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="WorkshopCode" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Code Identifying a specific workshop</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="CostRateCode" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>A rate code related to a labor</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceLaborTimeValue" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ServiceTechnicianTimeCards" />
<xsd:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation>The date, time, date time or other date time value for Actual Service Labor starting period</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="ServiceLaborLineNumber" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Number of the line in which the labour is supposed to be displayed (if multiple labours are available).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="ServiceLaborRelatedPackage" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
ID of the package the labour belongs to.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|