<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xs:element name="fields">
    <xs:complexType>
      <xs:sequence>
	<xs:sequence minOccurs="1" maxOccurs="unbounded">
        	<xs:element ref="remedy"/>
	</xs:sequence>
	<xs:sequence minOccurs="1" maxOccurs="unbounded">
        	<xs:element ref="modified"/>
	</xs:sequence>
	<xs:sequence minOccurs="1" maxOccurs="unbounded">
        	<xs:element ref="sched_creditors"/>
	</xs:sequence>
        <xs:element ref="admin_expenses"/>
        <xs:element ref="all_other_claim_allowed"/>
        <xs:element ref="all_other_interest_paid"/>
        <xs:element ref="all_other_principal_paid"/>
        <xs:element ref="all_other_priority_claim_allowed"/>
        <xs:element ref="all_other_priority_interest_paid"/>
        <xs:element ref="all_other_priority_principal_paid"/>
        <xs:element ref="amount_refunded_to_debtor"/>
        <xs:element ref="attorneys_fees"/>
        <xs:element ref="attorneys_fees_paid_by_debtor"/>
        <xs:element ref="case_action_date"/>
        <xs:element ref="case_action_type"/>
        <xs:element ref="converted_date"/>
        <xs:element ref="court_costs"/>
        <xs:element ref="creditors_disbursements"/>
        <xs:element ref="district"/>
        <xs:element ref="domestic_support_arrearage_claim_allowed"/>
        <xs:element ref="domestic_support_arrearage_interest_paid"/>
        <xs:element ref="domestic_support_arrearage_principal_paid"/>
        <xs:element ref="domestic_support_ongoing_claim_allowed"/>
        <xs:element ref="domestic_support_ongoing_interest_paid"/>
        <xs:element ref="domestic_support_ongoing_principal_paid"/>
        <xs:element ref="filed_date"/>
        <xs:element ref="final_amended"/>
        <xs:element ref="form"/>
        <xs:element ref="gen_unsecured_claims_discharged_without_payment"/>
        <xs:element ref="general_unsecured_claim_allowed"/>
        <xs:element ref="general_unsecured_interest_paid"/>
        <xs:element ref="general_unsecured_principal_paid"/>
        <xs:element ref="months_case_pending"/>
        <xs:element ref="months_from_filing_last_payment"/>
        <xs:element ref="mortg_arg_claim_allowed"/>
        <xs:element ref="mortg_arg_interest_paid"/>
        <xs:element ref="mortg_arg_principal_paid"/>
        <xs:element ref="mortg_ongoing_claim_allowed"/>
        <xs:element ref="mortg_ongoing_interest_paid"/>
        <xs:element ref="mortg_ongoing_principal_paid"/>
        <xs:element ref="net_receipts"/>
        <xs:element ref="other_expenses"/>
        <xs:element ref="plan_confirmed_date"/>
        <xs:element ref="total_disbursements"/>
        <xs:element ref="total_expenses_of_admin"/>
        <xs:element ref="total_paid_by_or_on_behalf_of_debtor"/>
        <xs:element ref="total_priority_claim_allowed"/>
        <xs:element ref="total_priority_interest_paid"/>
        <xs:element ref="total_priority_principal_paid"/>
        <xs:element ref="total_secured_claim_allowed"/>
        <xs:element ref="total_secured_interest_paid"/>
        <xs:element ref="total_secured_principal_paid"/>
        <xs:element ref="trustee_expenses_comp"/>
        <xs:element ref="trustee_signature_date"/>
        <xs:element ref="value_of_assets_abandoned"/>
        <xs:element ref="value_of_assets_exempted"/>
        <xs:element ref="vehicle_debt_secured_claim_allowed"/>
        <xs:element ref="vehicle_debt_secured_interest_paid"/>
        <xs:element ref="vehicle_debt_secured_principal_paid"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="remedy">
    <xs:complexType>
     <xs:sequence>
      <xs:element ref="filed_action_to_remedy_date"/>
     </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="modified">
    <xs:complexType>
     <xs:sequence>
      <xs:element ref="plan_modified_date"/>
     </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="filed_action_to_remedy_date" type="xs:string"/>
  <xs:element name="plan_modified_date" type="xs:string"/>
  <xs:element name="sched_creditors">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="claim_allowed"/>
        <xs:element ref="claim_asserted"/>
        <xs:element ref="claim_scheduled"/>
        <xs:element ref="class"/>
        <xs:element ref="interest_paid"/>
        <xs:element ref="principal_paid"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="claim_allowed" type="xs:string"/>
  <xs:element name="claim_asserted" type="xs:string"/>
  <xs:element name="claim_scheduled" type="xs:string"/>
  <xs:element name="class" type="xs:string"/>
  <xs:element name="interest_paid" type="xs:decimal"/>
  <xs:element name="principal_paid" type="xs:decimal"/>
  <xs:element name="admin_expenses" type="xs:decimal"/>
  <xs:element name="all_other_claim_allowed" type="xs:decimal"/>
  <xs:element name="all_other_interest_paid" type="xs:decimal"/>
  <xs:element name="all_other_principal_paid" type="xs:decimal"/>
  <xs:element name="all_other_priority_claim_allowed" type="xs:decimal"/>
  <xs:element name="all_other_priority_interest_paid" type="xs:decimal"/>
  <xs:element name="all_other_priority_principal_paid" type="xs:decimal"/>
  <xs:element name="amount_refunded_to_debtor" type="xs:decimal"/>
  <xs:element name="attorneys_fees" type="xs:decimal"/>
  <xs:element name="attorneys_fees_paid_by_debtor" type="xs:decimal"/>
  <xs:element name="case_action_date" type="xs:string"/>
  <xs:element name="case_action_type" type="xs:string"/>
  <xs:element name="converted_date" type="xs:string"/>
  <xs:element name="court_costs" type="xs:decimal"/>
  <xs:element name="creditors_disbursements" type="xs:decimal"/>
  <xs:element name="district">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="name"/>
        <xs:element ref="state"/>
        <xs:element ref="division"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="state" type="xs:string"/>
  <xs:element name="division" type="xs:string"/>
  <xs:element name="domestic_support_arrearage_claim_allowed" type="xs:decimal"/>
  <xs:element name="domestic_support_arrearage_interest_paid" type="xs:decimal"/>
  <xs:element name="domestic_support_arrearage_principal_paid" type="xs:decimal"/>
  <xs:element name="domestic_support_ongoing_claim_allowed" type="xs:decimal"/>
  <xs:element name="domestic_support_ongoing_interest_paid" type="xs:decimal"/>
  <xs:element name="domestic_support_ongoing_principal_paid" type="xs:decimal"/>
  <xs:element name="filed_date" type="xs:string"/>
  <xs:element name="final_amended" type="xs:string"/>
  <xs:element name="form">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="chapter"/>
        <xs:element ref="date"/>
        <xs:element ref="name"/>
        <xs:element ref="rules_date"/>
        <xs:element ref="vendor"/>
        <xs:element ref="version"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="chapter" type="xs:integer"/>
  <xs:element name="date" type="xs:string"/>
  <xs:element name="rules_date" type="xs:string"/>
  <xs:element name="vendor" type="xs:string"/>
  <xs:element name="version" type="xs:decimal"/>
  <xs:element name="gen_unsecured_claims_discharged_without_payment" type="xs:decimal"/>
  <xs:element name="general_unsecured_claim_allowed" type="xs:decimal"/>
  <xs:element name="general_unsecured_interest_paid" type="xs:decimal"/>
  <xs:element name="general_unsecured_principal_paid" type="xs:decimal"/>
  <xs:element name="months_case_pending" type="xs:integer"/>
  <xs:element name="months_from_filing_last_payment" type="xs:integer"/>
  <xs:element name="mortg_arg_claim_allowed" type="xs:decimal"/>
  <xs:element name="mortg_arg_interest_paid" type="xs:decimal"/>
  <xs:element name="mortg_arg_principal_paid" type="xs:decimal"/>
  <xs:element name="mortg_ongoing_claim_allowed" type="xs:decimal"/>
  <xs:element name="mortg_ongoing_interest_paid" type="xs:decimal"/>
  <xs:element name="mortg_ongoing_principal_paid" type="xs:decimal"/>
  <xs:element name="net_receipts" type="xs:decimal"/>
  <xs:element name="other_expenses" type="xs:decimal"/>
  <xs:element name="plan_confirmed_date" type="xs:string"/>
  <xs:element name="total_disbursements" type="xs:decimal"/>
  <xs:element name="total_expenses_of_admin" type="xs:decimal"/>
  <xs:element name="total_paid_by_or_on_behalf_of_debtor" type="xs:decimal"/>
  <xs:element name="total_priority_claim_allowed" type="xs:decimal"/>
  <xs:element name="total_priority_interest_paid" type="xs:decimal"/>
  <xs:element name="total_priority_principal_paid" type="xs:decimal"/>
  <xs:element name="total_secured_claim_allowed" type="xs:decimal"/>
  <xs:element name="total_secured_interest_paid" type="xs:decimal"/>
  <xs:element name="total_secured_principal_paid" type="xs:decimal"/>
  <xs:element name="trustee_expenses_comp" type="xs:decimal"/>
  <xs:element name="trustee_signature_date" type="xs:string"/>
  <xs:element name="value_of_assets_abandoned" type="xs:string"/>
  <xs:element name="value_of_assets_exempted" type="xs:decimal"/>
  <xs:element name="vehicle_debt_secured_claim_allowed" type="xs:decimal"/>
  <xs:element name="vehicle_debt_secured_interest_paid" type="xs:decimal"/>
  <xs:element name="vehicle_debt_secured_principal_paid" type="xs:decimal"/>
  <xs:element name="name" type="xs:string"/>
</xs:schema>
