<xsd:complexType name="JobCompletedType">
<xsd:sequence>
<xsd:element minOccurs="0" name="RepairOrderNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Identification number of repair order assigned by dealer or
DMS
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of work completed on vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Total amount for operation
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|