<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://ConfirmationForm.confirmation" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" targetNamespace="http://ConfirmationForm.confirmation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <b:schemaInfo standard="XML" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" />
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="Confirmation">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Claim">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Service">
                <xs:complexType>
                  <xs:attribute name="SVC_ID" type="xs:string" />
                  <xs:attribute name="DateOfService" type="xs:string" />
                  <xs:attribute name="Payer_Determine" type="xs:string" />
                  <xs:attribute name="Service_Category" type="xs:string" />
                  <xs:attribute name="Contract_Number" type="xs:string" />
                  <xs:attribute name="Site" type="xs:string" />
                  <xs:attribute name="BilledAmt" type="xs:string" />
                  <xs:attribute name="Return_Acc_Rej" type="xs:string" />
                  <xs:attribute name="Error_Desc" type="xs:string" />
                </xs:complexType>
              </xs:element>
            </xs:sequence>
            <xs:attribute name="Claim_ID" type="xs:string" />
            <xs:attribute name="DMH_ID" type="xs:string" />
            <xs:attribute name="ConsumerName" type="xs:string" />
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="SAM2_Number" type="xs:string" />
      <xs:attribute name="Number_Of_Transactions" type="xs:string" />
      <xs:attribute name="Total_Billed" type="xs:string" />
    </xs:complexType>
  </xs:element>
</xs:schema>