<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_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="case_action_date"/>
				<xs:element ref="case_action_type"/>
				<xs:element ref="case_converted"/>
				<xs:element ref="converted_date"/>
				<xs:element ref="court_costs"/>
				<xs:element ref="creditors_disbursements"/>
				<xs:sequence minOccurs="1" maxOccurs="unbounded">
					<xs:element ref="debt_type"/>
				</xs:sequence>
				<xs:element ref="debtor_professional_fees"/>
				<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="net_receipts"/>
				<xs:element ref="plan_confirmed_date"/>
				<xs:element ref="plan_confirmed_type"/>
				<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_appointment_date"/>
				<xs:element ref="trustee_expenses_comp"/>
				<xs:element ref="trustee_professional_fees"/>
				<xs:element ref="trustee_signature_date"/>
				<xs:element ref="trustee_signature"/>
				<xs:element ref="value_of_assets_abandoned"/>
				<xs:element ref="value_of_assets_exempted"/>
			</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="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="interest_paid" type="xs:decimal"/>
	<xs:element name="principal_paid" type="xs:decimal"/>
	<xs:element name="plan_confirmed_type">
	  <xs:simpleType>
		<xs:restriction base="xs:string">
		  <xs:enumeration value="consensual"/>
		  <xs:enumeration value="not consensual"/>
		  <xs:enumeration value="NA"/>
		</xs:restriction>
	  </xs:simpleType>
	</xs:element>
	<xs:element name="admin_expenses" 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="case_action_date" type="xs:string"/>
	<xs:element name="case_action_type">
		  <xs:simpleType>
			<xs:restriction base="xs:string">
			  <xs:enumeration value="Converted"/>
			  <xs:enumeration value="Completed"/>
			  <xs:enumeration value="Dismissed"/>
			  <xs:enumeration value="Transferred"/>
			  <xs:enumeration value="Substantially Consummated"/>
			</xs:restriction>
		  </xs:simpleType>
	</xs:element>
	<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="debt_type" type="xs:string"/>
	<xs:element name="debtor_professional_fees" type="xs:decimal"/>
	<xs:element name="district">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="division"/>
				<xs:element ref="name"/>
				<xs:element ref="state"/>
			</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">
	  <xs:simpleType>
		<xs:restriction base="xs:string">
		  <xs:enumeration value="final"/>
		  <xs:enumeration value="amended"/>
		</xs:restriction>
	  </xs:simpleType>
	</xs:element>
	<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:element ref="subchapter"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="chapter" type="xs:integer" fixed='11'/>
	<xs:element name="date" type="xs:string" fixed="02/19/2020"/>
	<xs:element name="rules_date" type="xs:string"/>
	<xs:element name="vendor" type="xs:string"/>
	<xs:element name="version" type="xs:decimal" fixed='1.1'/>
	<xs:element name="subchapter" type="xs:string" fixed="V"/>
	<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="net_receipts" 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_appointment_date" type="xs:string"/>
	<xs:element name="trustee_expenses_comp" type="xs:decimal"/>
	<xs:element name="trustee_professional_fees" type="xs:string"/>
	<xs:element name="trustee_signature_date" type="xs:string"/>
	<xs:element name="trustee_signature" 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="name" type="xs:string"/>
</xs:schema>