<xsd:complexType name="OtherIncomeType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="OtherIncomeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The gross amount of income received from other sources
(e.g., child support, alimony, etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="IncomeSource" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Identifies the source of income (e.g., job, child support,
alimony, etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|