OtherIncome

Uses the Component:OtherIncomeType

Income received from other sources such as child support, alimony, etc.

Fields and Components

Table 6.72. Fields and Components

Name Description Occurrence Type Data Type User Notes
OtherIncomeAmount

The gross amount of income received from other sources (e.g., child support, alimony, etc.)

0..*Field udt:AmountType  
IncomeSource

Identifies the source of income (e.g., job, child support, alimony, etc.)

0..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.72. OtherIncome

<OtherIncome>
     <OtherIncomeAmount>......</OtherIncomeAmount>     [0..*]
     <IncomeSource>......</IncomeSource>     [0..1]
</OtherIncome>