http://www.fatwire.com/schema/rest/1.0
complexType indexStatus

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

Documentation
        This bean allows to enable or pause the index
        for a given asset type or a subtype.
        (To disable an index, it must be deleted.)
      
Properties
This component is not nillable.

Model
<...>
(assettype, subtype?, indexStatus )
</...>


Nested Element Summary
xs:stringassettype
          The asset type for which this index is configured. 
indexStatusEnumindexStatus
          The status of this index. 
xs:stringsubtype
          The subtype (Flex Definition) for which this index is configured. 
Source
<xs:complexType name="indexStatus">
<xs:sequence>
<xs:element name="assettype" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="subtype" type="xs:string">
</xs:element>
<xs:element name="indexStatus" type="indexStatusEnum">
</xs:element>
</xs:sequence>
</xs:complexType>


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