<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="WarrantyClaimSubmitResponse">
    <xsd:annotation>
      <xsd:documentation>This is the root element of the ClaimResponse schema.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="ClaimId" type="xsd:string" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>This element is for the Id assigned to the original claim by the manufacturer. It is used to advise the claim submitter how the manufacturer is identifying the claim within its system.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="SubmitId" type="xsd:string" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>This element is for the same SubmitId that was provided in the original claim. It is the number the submitter&apos;s system assigned to the original claim.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="ClaimStatus" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>This element is for advising the submitter of the status of the claim.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="Note" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
          <xsd:annotation>
            <xsd:documentation>This element is for free text which will provide whatever additional information the manufacturer chooses, such as why the claim was rejected, when it will be paid, or where and how a final disposition will be made available.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>

