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

Super Types
{http://www.fatwire.com/schema/rest/1.0} (restriction)

Documentation
The data value of this attribute.
Properties
This component is not nillable.

Model
<data>
(stringValue? | dateValue? | integerValue? | decimalValue? | longValue? | doubleValue? | booleanValue? | blobValue? | structValue? | listValue? | stringList* | dateList* | integerList* | decimalList* | longList* | doubleList* | booleanList* | blobList* | webreferenceList* | structList* | listList*)
</data>


Nested Element Summary
blobblobList
          Holds the value in case of a multi-valued BLOB attribute. 
blobblobValue
          Holds the value in case of a single-valued BLOB attribute. 
xs:booleanbooleanList
          
xs:booleanbooleanValue
          
xs:dateTimedateList
          Holds the value in case of a multi-valued DATE attribute. 
xs:dateTimedateValue
          Holds the value in case of a single-valued DATE attribute. 
xs:decimaldecimalList
          
xs:decimaldecimalValue
          
xs:doubledoubleList
          Holds the value in case of a multi-valued FLOAT or MONEY attribute. 
xs:doubledoubleValue
          Holds the value in case of a single-valued FLOAT or MONEY attribute. 
xs:intintegerList
          Holds the value in case of a multi-valued INT attribute. 
xs:intintegerValue
          Holds the value in case of a single-valued INT attribute. 
listlistList
          Holds the value in case of a multi-valued LIST attribute. 
listlistValue
          Holds the value in case of a single-valued LIST attribute. 
xs:longlongList
          Holds the value in case of a multi-valued LONG attribute. 
xs:longlongValue
          Holds the value in case of a single-valued LONG attribute. 
xs:stringstringList
          Holds the value in case of a multi-valued STRING attribute. 
xs:stringstringValue
          Holds the value in case of a single-valued STRING attribute. 
structstructList
          Holds the value in case of a multi-valued STRUCT attribute. 
structstructValue
          Holds the value in case of a single-valued STRUCT attribute. 
webreferencewebreferenceList
          Holds the value in case of a Web Reference attribute. 
Source
<xs:element minOccurs="0" name="data">
<xs:complexType>
<xs:choice>
<xs:element minOccurs="0" name="stringValue" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="dateValue" type="xs:dateTime">
</xs:element>
<xs:element minOccurs="0" name="integerValue" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="decimalValue" type="xs:decimal"/>
<xs:element minOccurs="0" name="longValue" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="doubleValue" type="xs:double">
</xs:element>
<xs:element minOccurs="0" name="booleanValue" type="xs:boolean"/>
<xs:element minOccurs="0" name="blobValue" type="blob">
</xs:element>
<xs:element minOccurs="0" name="structValue" type="struct">
</xs:element>
<xs:element minOccurs="0" name="listValue" type="list">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="stringList" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dateList" type="xs:dateTime">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="integerList" type="xs:int">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="decimalList" type="xs:decimal"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="longList" type="xs:long">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="doubleList" type="xs:double">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="booleanList" type="xs:boolean"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="blobList" type="blob">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="webreferenceList" type="webreference">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="structList" type="struct">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="listList" type="list">
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


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