http://www.pdfunit.com
complexType hasVersion_Type

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

Properties
This component is not nillable.

Model
<...
  greaterThan = p:pdfVersion_Type
  lessThan = p:pdfVersion_Type
  matching = p:pdfVersion_Type>

</...>


Attribute Summary
 p:pdfVersion_TypegreaterThan
          
 p:pdfVersion_TypelessThan
          
 p:pdfVersion_Typematching
          

Attribute Detail

greaterThan

Type:
p:pdfVersion_Type
Use:
optional
Form:
unqualified

lessThan

Type:
p:pdfVersion_Type
Use:
optional
Form:
unqualified

matching

Type:
p:pdfVersion_Type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasVersion_Type">
<xs:attribute name="matching" type="p:pdfVersion_Type" use="optional"/>
<xs:attribute name="greaterThan" type="p:pdfVersion_Type" use="optional"/>
<xs:attribute name="lessThan" type="p:pdfVersion_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.