All fields in the PDF document.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| content | Link | element | 0/1 | Link to the fields content. | |
| fields | list of Field | element | 0/unbounded | A list of all fields in the document. | |
| link | Link | element | 0/1 | Link to the fields. |
Example
<Fields>
<fields>
<name>...</name>
<type>...</type>
<userName>...</userName>
<widgetCount>...</widgetCount>
<widget>
<rectangle/>
<pageIndex>...</pageIndex>
</widget>
</fields>
<link>
<rel>...</rel>
<href>...</href>
</link>
<content>
<rel>...</rel>
<href>...</href>
</content>
</Fields>