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

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

Documentation
          Represents an attribute stored in the index used by a search service.
        
Properties
This component is not nillable.

Model
<...>
(fieldname, data? )
</...>


Nested Element Summary
xs:stringdata
          Field value. 
xs:stringfieldname
          Field name. 
Source
<xs:complexType name="fieldInfo">
<xs:sequence>
<xs:element name="fieldname" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="data" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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