PreflightInformation Data Type

Information about the preflight process.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
date dateTime element 0/1 The date and time that the preflight was run. (ISO-8601 format)
duration long element 1/1 The duration of the preflight run.
pasVersion string element 0/1 The version of the preflight engine.
profile string element 0/1 The name of the profile that was run.

Example

<PreflightInformation>
  <profile>...</profile>
  <pasVersion>...</pasVersion>
  <date>...</date>
  <duration>...</duration>
</PreflightInformation>