All preflight result records.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| documentInfo | DocumentInfo | element | 0/1 | Information for the document that was preflighted. | |
| preflightInfo | PreflightInformation | element | 0/1 | Information about the preflight run that created the results. | |
| resultRecords | (custom) | element | 0/1 | A list of result records categorized by their headers. |
Example
<PreflightResults>
<resultRecords>...</resultRecords>
<preflightInfo>
<profile>...</profile>
<pasVersion>...</pasVersion>
<date>...</date>
<duration>...</duration>
</preflightInfo>
<documentInfo>
<author>...</author>
<creationDate>...</creationDate>
<creator>...</creator>
<modDate>...</modDate>
<pageCount>...</pageCount>
<producer>...</producer>
<subject>...</subject>
<title>...</title>
<keywords>...</keywords>
</documentInfo>
</PreflightResults>