Example

The resulting XML file will look like this (line breaks and layout are added for clarity and not necessarily part of a real XML meta data file):

<?xml version="1.0" encoding="UTF-8"?>
<itp:data xmlns:itp="http://www.aia-itp.com/3.1/formsData/">
  <itp:meta>
    <itp:date>2007-01-31T11:33:26</itp:date>
    <itp:result>result document</itp:result>
    <itp:model>model</itp:model>
    <itp:producer>user account running ITP (DP)</itp:producer>
    <itp:itp-version>3.2.8</itp:itp-version>
    <itp:user>user for who the model was executed</itp:user>
    <itp:job-id>job id</itp:job-id>
    <itp:keys>
      <itp:key>first key</itp:key>
      <itp:key>second key</itp:key>
      <itp:key>third key</itp:key>
    </itp:keys>
    <itp:extras>
      <itp:extra>first extra</itp:extra>
      <itp:extra>second extra</itp:extra>
      <itp:extra>third extra</itp:extra>
    </itp:extras>
  </itp:meta>

  <itp:forms>
    <itp:form>
      <itp:name>name</itp:name>
      <itp:group shown="Y">
        <itp:name>group name</itp:name>
      </itp:group>
      <itp:element>
        <itp:key>title</itp:key>
        <itp:value>TRUE</itp:value>
      </itp:element>
      <itp:element>
        <itp:key>title</itp:key>
        <itp:value>314</itp:value>
      </itp:element>
      <itp:element>
        <itp:key>title</itp:key>
        <itp:value>some text</itp:value>
      </itp:element>
      <itp:element>
        <itp:key>Clause A001</itp:key>
        <itp:id>A001</itp:id>
        <itp:value>user:01c86735f934361b00000e70.1</itp:value>
      </itp:element>      
      <itp:recordset>
        <itp:record>
          <itp:element>
            <itp:key>title</itp:key>
            <itp:value>some text</itp:value>
          </itp:element>
        </itp:record>
      </itp:recordset>
      <itp:button>Ok</itp:button>
    </itp:form>
  </itp:forms>
  <itp:user-textblock id="user:01c86735f934361b00000e70.1">
    <itp:content>&lt;textblock&gt;&lt;content&gt;&lt;tbk xsv="2.0.1"&gt;&lt;par font="header" indentation="0" hanging-indentation="false"&gt;&lt;txt bold="false" italic="false" underline="false" id=""&gt;&lt;![CDATA[Clause A001]]&gt;&lt;/txt&gt;&lt;/par&gt;&lt;par font="normal" indentation="0" hanging-indentation="false"&gt;&lt;txt bold="false" italic="false" underline="false" id=""&gt;&lt;![CDATA[Any damages that are the consequence of terrorism are explicitly excluded and will not be covered by this policy.]]&gt;&lt;/txt&gt;&lt;/par&gt;&lt;/tbk&gt;&lt;/content&gt;&lt;fieldset&gt;Customer&lt;/fieldset&gt;&lt;fieldset&gt;Policy&lt;/fieldset&gt;&lt;/textblock&gt;</itp:content>
  </itp:user-textblock>
  <itp:wizards>
    <itp:wizard>
      <itp:name>Content Wizard name</itp:name>
      <itp:section>
        <itp:name>Section name</itp:name>
        <itp:section>
          <itp:name>Section name</itp:name>
          <itp:section>
            <itp:name>Section name</itp:name>
            <itp:textblock>
              <itp:name>Text Block name</itp:name>
            </itp:textblock>
          </itp:section>
          <itp:textblock>
            <itp:name>Text Block name</itp:name>
          </itp:textblock>
        </itp:section>
        <itp:textblock>
          <itp:name>Text Block name</itp:name>
        </itp:textblock>
      </itp:section>
    </itp:wizard>
  </itp:wizards>

  <itp:userdata>
    <itp:element>
      <itp:key>first key</itp:key>
      <itp:value>first value</itp:value>
    </itp:element>
    <itp:element>
      <itp:key>second key</itp:key>
      <itp:value>second value</itp:value>
    </itp:element>
    <itp:element>
      <itp:key>third key</itp:key>
      <itp:value>third value</itp:value>
    </itp:element>
  </itp:userdata>
</itp:data>