http://www.pdfunit.com
complexType hasBookmarks_Type

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

Properties
This component is not nillable.

Model
<...>
(matchingXPath*, matchingXML? )
</...>


Nested Element Summary
p:matchingXMLType_TypematchingXML
          
p:matchingXPathType_TypematchingXPath
          
Source
<xs:complexType name="hasBookmarks_Type">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="matchingXPath" type="p:matchingXPathType_Type"/>
<xs:element maxOccurs="1" minOccurs="0" name="matchingXML" type="p:matchingXMLType_Type"/>
</xs:sequence>
</xs:complexType>


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