http://www.fatwire.com/schema/rest/1.0
simpleType indexFieldTypeEnum

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.fatwire.com/schema/rest/1.0}indexFieldTypeEnum (restriction)

Documentation
        The field type to be used during the
        indexing process. In most cases, it should match
        the type of the corresponding attribute.
      
Properties
This component is not nillable.

Model

('TEXT' | 'LARGE_TEXT' | 'NUMERIC' | 'DATETIME' | 'FILE_REF' | 'INPUT_STREAM')

Source
<xs:simpleType name="indexFieldTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="TEXT"/>
<xs:enumeration value="LARGE_TEXT"/>
<xs:enumeration value="NUMERIC"/>
<xs:enumeration value="DATETIME"/>
<xs:enumeration value="FILE_REF"/>
<xs:enumeration value="INPUT_STREAM"/>
</xs:restriction>
</xs:simpleType>


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