arrowAnnotationType Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
arrowColor int element 1/1 required  
arrowWidth int element 1/1 required  
line boolean element 1/1 required  
Properties inherited from annotationType
accessData annotationAccessDataType element 0/1    
height short element 1/1 required  
page short element 1/1 required  
width short element 1/1 required  
x short element 1/1 required  
y short element 1/1 required  

Example

<a----->
  <arrowWidth>...</arrowWidth>
  <line>...</line>
  <arrowColor>...</arrowColor>
  <y>...</y>
  <height>...</height>
  <width>...</width>
  <page>...</page>
  <accessData>
    <creationDate>...</creationDate>
    <lastModificationDate>...</lastModificationDate>
    <creationUser>...</creationUser>
    <aclName>...</aclName>
    <lastModificationUser>...</lastModificationUser>
  </accessData>
  <x>...</x>
</a----->