http://www.pdfunit.com
complexType hasXMPData_Type

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

Properties
This component is not nillable.

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


Nested Element Summary
p:matchingXMLType_TypematchingXML
          
p:matchingXPathType_TypematchingXPath
          
p:xmpNode_TypewithNode
          
Source
<xs:complexType name="hasXMPData_Type">
<xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" name="withNode" type="p:xmpNode_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:choice>
</xs:complexType>


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