<xsd:complexType name="JobToDoType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of work to be 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>
|