The fm:set-out command takes the following syntax: -
<fm:set-out match=”XPath” namespace:mode=”XPath” [namespace:attribute=”attribute-value”, namespace2:attribute=”attribute-value”, ...] />
The match attribute tells FOX what elements to set out on the screen. The namespace:mode attribute tells FOX which of the elements within the scope of the XPath should be displayed and when.
You will notice how the simple type elements HTML has no restriction on it, but a type of “xs:anyType”. This facet tells FOX to accept any type of data in the field.
Input-types:widget=”html” determines the type of widget to enter/display the data for each field. The widgets correspond to HTML <input> types. So this will display a text box that accepts rich text entry.