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

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

Documentation
        Additional properties to be
        passed to the search engine implementation.
        For example, "FullTextIndex" may be set to "false".
      
Properties
This component is not nillable.

Model
<...>
(name, value? )
</...>


Nested Element Summary
xs:stringname
          The name of this property. 
xs:stringvalue
          The value of this property. 
Source
<xs:complexType name="indexProperty">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="value" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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