...
- Make a copy of the form from Example 1 and open it for editing.
- In the properties panel on the left, open the Data Sources pane by clicking on it.
- Click 'New from XSD'.
- You should see your schema in the resulting dialog box. Expand it and add the 'customerCreditLimit' element to the form by clicking the + icon next to it.
- Close the dialog box by clicking X in the top right corner.
- In the Data Sources pane, expand the createOrder data customerCreditLimit data source by clicking on the + icon to the left and expand the row element.
- Click the + icon next to the cnum and creditLimit elements. will generate controls in the form.
- You can drag and drop to re-arrange as you wish.
- Hide the cnum element by unchecking the Visible checkbox in the properties pane.
...