DocumentType

Contains the document type. Each document has an associated document type.

Syntax

<DocumentType>
<sequence>
<element ref="name"/>
<life type="unsignedInt"/>
<maximumVersions type="unsignedInt"/>
<ageAction type="AgeAction"/>

Definitions

name

Specifies the name of the document type.

life

Specifies the document life in days. After the life in days, the ageAction occurs.

maximumVersions

Specifies the maximum number of versions for the document.

ageAction

Specifies the action (archive, delete, etc.) that occurs when the life of the document reaches the life value in days.