| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
Properties inherited from contentDocumentElementType |
|||||
| 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
<s----->
<contentMetaData>
<compressedSize>...</compressedSize>
<hashAlgorithm>...</hashAlgorithm>
<uncompressedSize>...</uncompressedSize>
<hash>...</hash>
</contentMetaData>
<content/>
<annotations>
<y>...</y>
<height>...</height>
<width>...</width>
<page>...</page>
<accessData/>
<x>...</x>
</annotations>
<creationDate>...</creationDate>
<variables>...</variables>
</s----->