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

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

Documentation
        Represents the status of the search index for a particular asset type, and optionally subtype.
      
Properties
This component is not nillable.

Model

('ENABLED' | 'PAUSED')

Source
<xs:simpleType name="indexStatusEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="ENABLED"/>
<xs:enumeration value="PAUSED"/>
</xs:restriction>
</xs:simpleType>


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