j:FinancialCompilationType

complexType FinancialCompilationType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a set of financial details for a person.

Diagram

XML Schema

<xs:complexType name="FinancialCompilationType">
<xs:annotation>
<xs:documentation>
A data type for a set of financial details for a person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:BankruptcyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Debt" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtTotalAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:FinancialCompilationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MonthlyIncomeTotalAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MonthlyLivingExpense" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PreparingOfficialNote" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FinancialAccount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Insurance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:FinancialCompilationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>