http://www.pdfunit.com
complexType hasRemoteGotoActionTo_Type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.pdfunit.com}hasRemoteGotoActionTo_Type (restriction)

Properties
This component is not nillable.

Model
<...
  destination = xs:string
  file = xs:string
  page = xs:positiveInteger>

</...>


Attribute Summary
 xs:stringdestination
          
 xs:stringfile
          
 xs:positiveIntegerpage
          

Attribute Detail

destination

Type:
xs:string
Use:
optional
Form:
unqualified

file

Type:
xs:string
Use:
required
Form:
unqualified

page

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasRemoteGotoActionTo_Type">
<xs:attribute name="file" type="xs:string" use="required"/>
<xs:attribute name="destination" type="xs:string"/>
<xs:attribute name="page" type="xs:positiveInteger"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.