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

Documentation
              This element represents a configuration for either a
              global index or an asset type-based index.
            
Properties
This component is not nillable.

Model
<indexConfig>
(name, href, statusObjects* )
</indexConfig>


Nested Element Summary
xs:stringhref
          Link to the detailed index configuration 
xs:stringname
          Name of the index, should be either "Global" for global index or the name of the asset type for the asset type-based index 
indexStatusstatusObjects
          The list of index status objects, this is a single element list in case of an asset type-based index, and a list with an entry per each asset type for a global index 
Source
<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>


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