http://www.pdfunit.com
complexType hasBookmark_Type

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

Properties
This component is not nillable.

Model
<...
  linkingToPage = xs:positiveInteger
  withLabel = p:noDoubleQuotesStringOrEmpty_Type
  withLinkToName = xs:string
  withLinkToPage = xs:positiveInteger
  withLinkToURI = xs:string
  withoutDeadLink = anySimpleType>

</...>


Attribute Summary
 xs:positiveIntegerlinkingToPage
          
 p:noDoubleQuotesStringOrEmpty_TypewithLabel
          
 xs:stringwithLinkToName
          
 xs:positiveIntegerwithLinkToPage
          
 xs:stringwithLinkToURI
          
 anySimpleTypewithoutDeadLink
          

Attribute Detail

linkingToPage

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

withLabel

Type:
p:noDoubleQuotesStringOrEmpty_Type
Use:
optional
Form:
unqualified

withLinkToName

Type:
xs:string
Use:
optional
Form:
unqualified

withLinkToPage

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

withLinkToURI

Type:
xs:string
Use:
optional
Form:
unqualified

withoutDeadLink

Type:
anySimpleType
Fixed:
YES
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasBookmark_Type">
<xs:attribute name="withLabel" type="p:noDoubleQuotesStringOrEmpty_Type"/>
<xs:attribute name="withLinkToURI" type="xs:string"/>
<xs:attribute fixed="YES" name="withoutDeadLink"/>
<xs:attribute name="withLinkToName" type="xs:string"/>
<xs:attribute name="withLinkToPage" type="xs:positiveInteger"/>
<xs:attribute name="linkingToPage" 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.