| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| color | int | 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
<s----->
<color>...</color>
<y>...</y>
<height>...</height>
<width>...</width>
<page>...</page>
<accessData>
<creationDate>...</creationDate>
<lastModificationDate>...</lastModificationDate>
<creationUser>...</creationUser>
<aclName>...</aclName>
<lastModificationUser>...</lastModificationUser>
</accessData>
<x>...</x>
</s----->