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 element allows to enable/disable
        or pause the index per given asset type or a subtype.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringassettype
          Asset type 
indexStatusEnumindexStatus
          Index status to set 
xs:stringsubtype
          Subtype 
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>


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