j:DebtType

complexType DebtType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a set of details describing the debt owed by a person.

Diagram

XML Schema

<xs:complexType name="DebtType">
<xs:annotation>
<xs:documentation>
A data type for a set of details describing the debt owed by a person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:DebtAlimonyEstablishedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtAlimonyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtChildSupportEstablishedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtChildSupportIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtGarnishmentEstablishedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtGarnishmentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DebtAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>