The Employment Information section of the Uniform Residential Loan
Application (Form 1003) consists of 3 "sequential" Employment/Employer
groups of fields for both the Borrower and Co-Borrower. To represent this in
XML, we decided to take the same approach we took to represent the 3 sequential
Address groups of fields in Section III; the only exception being that
since the "Yrs. Employed in this Line of Work/Profession" field appears only
once, we made it a child element of the <Employment_Information> node:
<Application>
...
<Borrowers>
<Borrower Borrower_Type="1|2">
...
<Employment_Information>
<Years_In_Profession>
<Employment Employment_Sequence="1|2|3">
<Is_Self_Employed>
<Employer>
<Name>
<Address_1>
<Address_2>
<City>
<State>
<Postal_Code>
</Employer>
<Position>
<Title>
<Type_Of_Business>
<Business_Phone>
<Date_From>
<Date_To>
<Monthly_Income>
</Employment>
...
</Employment_Information>
</Borrower>
...
</Borrowers>
...
</Application>