Document

Contains a document.

Syntax

<Document>
  <extension base="ContainerItem">
  <element ref="subject"/>
  <library type="NameAndEmail"/>
  <documentNumber type="unsignedInt"/>
  <documentTypeName type="string"/>
  <author type="NameAndEmail"/>
  <creator type="NameAndEmail"/>
  <officialVersion type="unsignedInt"/>
  <currentVersion type="unsignedInt"/>
  <current type="AccessControlList"/>
  <official type="AccessControlList"/>
  <other type="AccessControlList"/>
  <size type="int"/>
  <filename type="string"/>
</Document>

Definitions

subject

Specifies the subject of a document.

library

Specifies the document library.

documentNumber

Specifies the document number in the library.

documentTypeName

Specifies the documentType.

author

Specifies the author of the document.

creator

Specifies the creator of the document.

officialVersion

Specifies the version of the document that is marked as official.

currentVersion

Specifies the version of the document that is current.

current

Specifies the access control list for the current version.

official

Specifies the access control list for the official version.

other

Specifies the access control list for all other versions.

size

Specifies the size of the document.

filename

Specifies the document file name.