Table Table <description xml:lang="en"/> </metadata> </xf:instance> <!-- Attachments --> <xf:instance id="fr-form-attachments"> <attachments> <css mediatype="text/css" filename="" size=""/> <pdf mediatype="application/pdf" filename="" size=""/> </attachments> </xf:instance> <!-- All form resources --> <!-- Don't make readonly by default in case a service modifies the resources --> <xf:instance id="fr-form-resources" xxf:readonly="false"> <resources> <resource xml:lang="en"> <selection1> <label>Please select the values</label> <hint/> <help/> <alert/> <item> <label>Yes</label> <value>yes</value> </item> <item> <label>No</label> <value>no</value> </item> </selection1> <city> <label>City</label> <hint/> <help/> <alert/> </city> <place> <label>Place</label> <hint/> <help/> <alert/> </place> <landmark> <label>Landmark</label> <hint/> <help/> <alert/> </landmark> <section-1> <label>Section1</label> <help/> </section-1> </resource> </resources> </xf:instance> <!-- Utility instances for services --> <xf:instance id="fr-service-request-instance" xxf:exclude-result-prefixes="#all"> <request/> </xf:instance> <xf:instance id="fr-service-response-instance" xxf:exclude-result-prefixes="#all"> <response/> </xf:instance> </xf:model> </xh:head> <xh:body> <fr:view> <fr:body xmlns:xbl="http://www.w3.org/ns/xbl" xmlns:dataModel="java:org.orbeon.oxf.fb.DataModel" xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:p="http://www.orbeon.com/oxf/pipeline"> <fr:section id="section-1-control" bind="section-1-bind"> <xf:label ref="$form-resources/section-1/label"/> <xf:help ref="$form-resources/section-1/help"/> <fr:grid> <xh:tr> <xh:td> <xf:select1 id="selection1-control" appearance="full" bind="selection1-bind"> <xf:label ref="$form-resources/selection1/label"/> <xf:hint ref="$form-resources/selection1/hint"/> <xf:help ref="$form-resources/selection1/help"/> <xf:alert ref="$fr-resources/detail/labels/alert"/> <xf:itemset ref="$form-resources/selection1/item"> <xf:label ref="label"/> <xf:value ref="value"/> </xf:itemset> </xf:select1> </xh:td> <xh:td/> </xh:tr> </fr:grid> <fr:grid> <xh:tr> <xh:td style="border:1px solid #CCCCCC"> <xf:input id="city-control" bind="city-bind"> <xf:label ref="$form-resources/city/label"/> <xf:hint ref="$form-resources/city/hint"/> <xf:help ref="$form-resources/city/help"/> <xf:alert ref="$fr-resources/detail/labels/alert"/> </xf:input> </xh:td> <xh:td style="border:1px solid #CCCCCC"> <xf:input id="place-control" bind="place-bind"> <xf:label ref="$form-resources/place/label"/> <xf:hint ref="$form-resources/place/hint"/> <xf:help ref="$form-resources/place/help"/> <xf:alert ref="$fr-resources/detail/labels/alert"/> </xf:input> </xh:td> <xh:td style="border:1px solid #CCCCCC"> <xf:input id="landmark-control" bind="landmark-bind"> <xf:label ref="$form-resources/landmark/label"/> <xf:hint ref="$form-resources/landmark/hint"/> <xf:help ref="$form-resources/landmark/help"/> <xf:alert ref="$fr-resources/detail/labels/alert"/> </xf:input> </xh:td> </xh:tr> </fr:grid> </fr:section> </fr:body> </fr:view> </xh:body> </xh:html>