http://www.fatwire.com/schema/rest/1.0
element indexConfigsBean

Documentation
        This element represents the list of all index configurations
        including asset type-based and global indexes.
      
Properties
This component is not nillable.

Model
<indexConfigsBean>
indexConfig
</indexConfigsBean>


Nested Element Summary
 indexConfig
           This element represents a configuration for either a global index or an asset type-based index.  
Source
<xs:element name="indexConfigsBean">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="indexConfig">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="statusObjects" type="indexStatus">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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