fileDocumentElementType Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
chunkedOnMedium boolean element 1/1 required  
fileName file element 0/1    
originalFormat boolean element 1/1 required  
pageNumber int element 1/1 required  
picture boolean element 1/1 required  
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

<f----->
  <originalFormat>...</originalFormat>
  <pageNumber>...</pageNumber>
  <picture>...</picture>
  <fileName/>
  <chunkedOnMedium>...</chunkedOnMedium>
  <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>
</f----->