contentDocumentElementType Data Type

Namespace
(Default)
Schema
ns0.xsd
Abstract Type
Subtypes
fileDocumentElementType, scannedDocumentElementType
Properties
name data type type namespace min/max occurs description
annotations list of annotationType element 0/unbounded  
content inputStream element 0/1  
contentMetaData contentMetaDataType element 0/1  
Properties inherited from documentElementType
creationDate dateTime element 0/1  
variables (custom) element 0/1  
Properties inherited from resourceType
reference referenceType element 0/1  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<c----->
  <contentMetaData>
    <compressedSize>...</compressedSize>
    <hashAlgorithm>...</hashAlgorithm>
    <uncompressedSize>...</uncompressedSize>
    <hash>...</hash>
  </contentMetaData>
  <content/>
  <annotations>
    <y>...</y>
    <height>...</height>
    <width>...</width>
    <page>...</page>
    <accessData>
      <creationDate>...</creationDate>
      <lastModificationDate>...</lastModificationDate>
      <creationUser>...</creationUser>
      <aclName>...</aclName>
      <lastModificationUser>...</lastModificationUser>
    </accessData>
    <x>...</x>
  </annotations>
  <creationDate>...</creationDate>
  <variables>...</variables>
  <reference/>
</c----->