<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>
|