http://www.pdfunit.com
complexType hasFonts_Type

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

Properties
This component is not nillable.

Model
<...
  ofThisTypeOnly = p:fontType_Type>
(matchingXPath*, matchingXML?)
</...>


Nested Element Summary
p:matchingXMLType_TypematchingXML
          
p:matchingXPathType_TypematchingXPath
          

Attribute Summary
 p:fontType_TypeofThisTypeOnly
          

Attribute Detail

ofThisTypeOnly

Type:
p:fontType_Type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasFonts_Type">
<xs:choice>
<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:attribute name="ofThisTypeOnly" type="p:fontType_Type" use="optional"/>
</xs:complexType>


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