pictureAnnotationType Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
imageData base64Binary element 0/1  
Properties inherited from annotationType
accessData annotationAccessDataType element 0/1  
height short element 1/1  
page short element 1/1  
width short element 1/1  
x short element 1/1  
y short element 1/1  

Example

<p----->
  <imageData>...</imageData>
  <y>...</y>
  <height>...</height>
  <width>...</width>
  <page>...</page>
  <accessData>
    <creationDate>...</creationDate>
    <lastModificationDate>...</lastModificationDate>
    <creationUser>...</creationUser>
    <aclName>...</aclName>
    <lastModificationUser>...</lastModificationUser>
  </accessData>
  <x>...</x>
</p----->