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>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.