If the purpose of the loan is construction, the fields in the "Complete this
line if construction or construction-permanent loan" section we represented as
child elements of a <Construction> element – a child element of
the <Purpose>
element:
<Application>
...
<Purpose>
...
<Construction>
<Year_Lot_Acquired>
<Original_Cost>
<Amount_Existing_Liens>
<Present_Value_Of_Lot>
<Cost_Of_Improvements>
</Construction>
...
</Purpose>
...
</Application>We took a similar approach with refinance loans and the "Complete this line
if this is a refinance loan" fields:
<Application>
...
<Purpose>
...
<Refinance>
<Year_Acquired>
<Original_Cost>
<Amount_Existing_Liens>
<Purpose>
<Improvement_Type>
<Improvement_Type_Description>
<Improvements>
<Improvements_Cost>
</Refinance>
...
</Purpose>
...
</Application>Please note that (Improvement_Type, Improvement_Type_Description) is a (name,
value) pair (?).