This is the simplest example of a valid Tree Form Document with only one node in the tree.
<?xml version='1.0'?> <treeform version="0.2"> <node type="checkbox" caption="Hello" icon="warning"> <output container="main"> Hello World! </output> </node> </treeform>