Page data files
The CreateFields action in the Create Fields rule creates a page data file for the current page.
The data file includes all of the fields that are identified for the current page type in the document hierarchy. Each field has an identifier (ID) and three properties: TYPE, Position, and Status.
<?xml-stylesheet type="text/xsl" href="..\..\dco.xsl"?>
<P id="TM000001"> <--Page data file for first page in batch (type Rental_Agreement)
<F id="Pickup_Date"> <--Pickup_Date field (no data)
<V n="TYPE">Pickup_Date</V>
<V n="Position">0,0,0,0</V>
<V n="STATUS">0</V>
</F>
<F id="Pickup_Location"> <--Pickup_Location field (no data)
<V n="TYPE">Pickup_Location</V>
<V n="Position">0,0,0,0</V>
<V n="STATUS">0</V>
</F>
etc.
Later, other actions can assign different values to these properties and add properties as needed.