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

Documentation
              This bean 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
          The URL to the resource providing further information on an index configuration. 
xs:stringname
          The name of an index. 
indexStatusstatusObjects
          The list of index status objects. 
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>


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