<xsd:complexType name="ServiceLaborBaseType">
<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 maxOccurs="unbounded" minOccurs="0" name="PartNameCodeDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of Part identifier (PNC) that caused the
failure
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LaborOperationLocation" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Code Indicating Position/Location on Vehicle where labor
was performed
</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 minOccurs="0" name="LaborAdditionalHoursNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Additional labor hours above flat rate
allowance
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LaborOperationQuantityNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Number of times this operation was performed for this labor
line
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Diagnostics">
<xsd:annotation>
<xsd:documentation>
Diagnostics from vehicle service associated with
labor
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|