Sure Scott.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Touch UI Dialog Listeners"
sling:resourceType="cq/gui/components/authoring/dialog">
<content
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<reviewer
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/select"
fieldLabel="Select Reviewer"
grpName="my-reviewer"
name="./jcr:content/mywfreviewer">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="/apps/common/workflow/group/fetchusers"/>
</reviewer>
<approver
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/select"
fieldLabel="Select Approver"
grpName="my-approver"
name="./jcr:content/mywfapprover">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="/apps/common/workflow/group/fetchusers"/>
</approver>
<multifieldcollection
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
composite="{Boolean}true"
fieldDescription="Click + to add a new page"
fieldLabel="Multifield collection"
name="./multiCol">
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container"
name="./items">
<items jcr:primaryType="nt:unstructured">
<linkurl
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldDescription="Select Link Path"
fieldLabel="Link Url"
name="./linkUrl"/>
<enterlinktext
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldDescription="Enter Link Text"
fieldLabel="Link Text"
name="./linkText"/>
<new-window
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/radiogroup"
fieldDescription="Select Link Path"
fieldLabel="Open in New Window"
name="./newTar">
<items jcr:primaryType="nt:unstructured">
<Yes
jcr:primaryType="nt:unstructured"
text="Yes"
value="1"/>
<No
jcr:primaryType="nt:unstructured"
text="No"
value="0"/>
</items>
</new-window>
</items>
</field>
</multifieldcollection>
</items>
</content>
</jcr:root>