
106 IBM Workplace Forms: Guide to building and integrating a sample Workplace Forms application
5. Repeat steps 2, 3, and 4 until bindings have been created for all the elements in your XML
instance.
6. When you are finished, click OK to exit the XML Data Model Dialog.
All of the bindings are contained within a <bindings> tag in the data model, as shown in
Example 4-5.
Example 4-5 Sample XML binding in the instance FormOrgData
<xmlmodel>
<instances>
...
</instances>
<bindings>
<bind>
<instanceid>FormOrgData</instanceid>
<ref>[null:FormOrgData][null:FirstName]</ref>
<boundoption>PAGE1.OrgFirstName.value</boundoption>
</bind>
<bind>
<instanceid>FormOrgData</instanceid> ...