To represent the fields in the Combined Monthly Housing Expense sub-section,
first we added a <Housing_Expense> child
element to the <Borrowers> element.
Then, we represented the fields in the sub-section as child elements of an <Expense> element.
<Application>
...
<Borrowers>
<Housing_Expense>
<Expense Expense_Type="1|2">
<Expense_Type_Description>
<Rent>
<First_Mortgage>
<Other_Financing>
<Hazard_Insurance>
<Real_Estate_Taxes>
<Mortgage_Insurance>
<Homeowner_Assn_Dues>
<Other>
</Expense>
...
</Housing_Expense>
...
</Borrowers>
...
</Application>Please note that (Expense_Type, Expense_Type_Description) is a (name, value)
pair (?).