<!-- Copyright (c) 2009-2011, Prevo Technologies, Inc. All Rights Reserved. -->

<!ENTITY % PageNo "CDATA">
  <!-- A decimal integer page number from 1 to the number of pages in the document. -->

<!ENTITY % VisPosition "CDATA">
  <!-- A point or rectangle to make visible if possible. A point is specified as x,y and
       a rectangle is specified as left,top,right,bottom. The coordinates are specified
       as floating-point decimal notation numbers in millimeters. -->

<!ELEMENT Links (Target*)>
<!ELEMENT Target EMPTY>
<!ATTLIST Target
  Name         NMTOKEN        #REQUIRED
  Page         %PageNo;       #REQUIRED
  Position     %VisPosition;  #IMPLIED
  Description  CDATA          #IMPLIED
  >
