http://www.pdfunit.com
complexType toDestination_Type

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

Properties
This component is not nillable.

Model
<...
  name = xs:string
  page = xs:positiveInteger>

</...>


Attribute Summary
 xs:stringname
          
 xs:positiveIntegerpage
          

Attribute Detail

name

Type:
xs:string
Use:
required
Form:
unqualified

page

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

Local Usage
hasLocalGotoAction_Type

Source
<xs:complexType name="toDestination_Type">
<xs:attribute name="name" type="xs:string" use="required"/>
<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.