http://www.pdfunit.com
simpleType xpathResultType_Type

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

Properties
This component is not nillable.

Model

('BOOLEAN' | 'NUMBER' | 'NODE' | 'NODESET' | 'STRING')

Local Usage
comparePDFMatchingXPathType_Type

Source
<xs:simpleType name="xpathResultType_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="BOOLEAN"/>
<xs:enumeration value="NUMBER"/>
<xs:enumeration value="NODE"/>
<xs:enumeration value="NODESET"/>
<xs:enumeration value="STRING"/>
</xs:restriction>
</xs:simpleType>


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