The Liabilities section of Section VI (Assets and Liabilities) has the
following XML representation:
<Application>
...
<Borrowers>
<Assets_Liabilities>
...
<Liabilities>
<Liability Liability_Sequence="">
<Account_Number>
<Months_Left>
<Unpaid_Balance>
<Is_To_Be_Paid_Off>
<Name>
<Address_1>
<Address_2>
<City>
<State>
<Postal_Code>
</Liability>
...
</Liabilities>
<Alimony_Child_Support>
<Owed_To>
<Monthly_Payment>
<Months_Left>
</Alimony_Child_Support>
<Job_Related_Expenses>
<Job_Related_Expense Job_Related_Expense_Sequence="1|2">
<Description>
<Monthly_Payment>
<Months_Left>
</Job_Related_Expense>
...
</Job_Related_Expenses>
...
</Assets_Liabilities>
...
</Borrowers>
...
</Application>