<?xml version="1.0"?>
<submitQuote xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <credential xmlns="http://quote3.webservice.pnet.aami.com.au">
    <userId>userid</userId>
    <password>password</password>
  </credential>
  <quoteRequestNumber xmlns="http://quote3.webservice.pnet.aami.com.au">123456</quoteRequestNumber>
  <quoteRequestVersionNumber xmlns="http://quote3.webservice.pnet.aami.com.au">1</quoteRequestVersionNumber>
  <quotationSoftware xmlns="http://quote3.webservice.pnet.aami.com.au">FoxQuote</quotationSoftware>
  <quotationSoftwareVersion xmlns="http://quote3.webservice.pnet.aami.com.au">1</quotationSoftwareVersion>
  <quoteCreator xmlns="http://quote3.webservice.pnet.aami.com.au">Fox Quote</quoteCreator>
  <quoteClaimCustomer xmlns="http://quote3.webservice.pnet.aami.com.au">
    <title>Mr</title>
    <firstName>Ian</firstName>
    <surname>Jones</surname>
    <privatePhoneNumber>073456789</privatePhoneNumber>
  </quoteClaimCustomer>
  <vehicleRegistration xmlns="http://quote3.webservice.pnet.aami.com.au">123ABC</vehicleRegistration>
  <vehicleDescription xmlns="http://quote3.webservice.pnet.aami.com.au">FWD</vehicleDescription>
  <quoteExtraVehicleInformation xmlns="http://quote3.webservice.pnet.aami.com.au">
    <make>Hummer</make>
    <yearOfManufacture>2000</yearOfManufacture>
    <monthOfManufacture>9</monthOfManufacture>
    <bodyShape>Sedan</bodyShape>
    <transmissionType>Auto</transmissionType>
    <numberOfCylinders>8</numberOfCylinders>
    <vinChassis>123435243</vinChassis>
    <color>BEIG</color>
    <paintType>META</paintType>
    <odometer>100000</odometer>
    <fuelLevel xsi:nil="true" />
    <damageDescription>Smashed</damageDescription>
    <oldDamageDescription>None</oldDamageDescription>
  </quoteExtraVehicleInformation>
  <quoteComments xmlns="http://quote3.webservice.pnet.aami.com.au">Quote Comments</quoteComments>
  <repairDaysRequired xmlns="http://quote3.webservice.pnet.aami.com.au">10</repairDaysRequired>
  <quoteBody xmlns="http://quote3.webservice.pnet.aami.com.au">
    <quoteReference>12345678</quoteReference>
    <quoteType>AUTR</quoteType>
    <labours>
      <labour>
        <quoteLineChangeIndicator>D</quoteLineChangeIndicator>
        <quoteLineNumber>0</quoteLineNumber>
        <labourType>REPR</labourType>
        <labourDescription>Labour</labourDescription>
        <labourAmount>1000</labourAmount>
      </labour>
    </labours>
    <labourTotal>2000</labourTotal>
    <paints>
      <paint>
        <quoteLineChangeIndicator>D</quoteLineChangeIndicator>
        <quoteLineNumber>23</quoteLineNumber>
        <paintGroup>2</paintGroup>
        <paintWorkType>OTH</paintWorkType>
        <paintDescription>Metallic</paintDescription>
        <paintAmount>400</paintAmount>
      </paint>
    </paints>
    <paintTotal>0</paintTotal>
    <parts>
      <part>
        <quoteLineChangeIndicator>N</quoteLineChangeIndicator>
        <quoteLineNumber>27</quoteLineNumber>
        <partType>NEW</partType>
        <partNumber>123456</partNumber>
        <partDescription>Body Panels</partDescription>
        <partUnitPrice>100</partUnitPrice>
        <partAmount>600</partAmount>
        <partMarkUpPercentage>25</partMarkUpPercentage>
        <partMarkUpAmount>600</partMarkUpAmount>
      </part>
    </parts>
    <partTotal>1000</partTotal>
    <partMarkUpTotal>400</partMarkUpTotal>
    <gst>100</gst>
    <quoteTotal>10000</quoteTotal>
    <reportItems>
      <reportItem>
        <quoteLineChangeIndicator>C</quoteLineChangeIndicator>
        <quoteLineNumber>35</quoteLineNumber>
        <reportItemDescription>Description</reportItemDescription>
      </reportItem>
    </reportItems>
    <sublets>
      <sublet>
        <quoteLineChangeIndicator>C</quoteLineChangeIndicator>
        <quoteLineNumber>55</quoteLineNumber>
        <subletType>ACON</subletType>
        <subletDescription>Air Conditioning</subletDescription>
        <subletRepairer>Air Is Us</subletRepairer>
        <subletRepairerAddress>35 Neon St Sumner Park Qld 4444</subletRepairerAddress>
        <subletRepairerPhone>0733333333</subletRepairerPhone>
        <subletAuthorityNumber>1</subletAuthorityNumber>
        <subletAuthorityDocument xsi:nil="true" />
      </sublet>
    </sublets>
  </quoteBody>
  <imageCount xmlns="http://quote3.webservice.pnet.aami.com.au">10</imageCount>
  <quoteImageIds xmlns="http://quote3.webservice.pnet.aami.com.au">
    <quoteImageId>123456</quoteImageId>
    <quoteImageId>345678</quoteImageId>
    <quoteImageId>56789</quoteImageId>
  </quoteImageIds>
</submitQuote>