DocumentInfo Data Type

Information about a document.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
author string element 0/1 The document's author.
creationDate dateTime element 0/1 The date the document was created. (ISO-8601 format)
creator string element 0/1 The document's creator.
keywords string element 0/1 The document's keywords.
modDate dateTime element 0/1 The date the document was last modified. (ISO-8601 format)
pageCount int element 0/1 The number of pages in the document.
producer string element 0/1 The document's producer.
subject string element 0/1 The document's subject.
title string element 0/1 The title of the document.

Example

<DocumentInfo>
  <author>...</author>
  <creationDate>...</creationDate>
  <creator>...</creator>
  <modDate>...</modDate>
  <pageCount>...</pageCount>
  <producer>...</producer>
  <subject>...</subject>
  <title>...</title>
  <keywords>...</keywords>
</DocumentInfo>