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

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

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

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


Nested Element Summary
blobblobList
          
blobblobValue
          
xs:booleanbooleanList
          
xs:booleanbooleanValue
          
xs:dateTimedateList
          
xs:dateTimedateValue
          
xs:decimaldecimalList
          
xs:decimaldecimalValue
          
xs:doubledoubleList
          
xs:doubledoubleValue
          
xs:intintegerList
          
xs:intintegerValue
          
xs:longlongList
          
xs:longlongValue
          
xs:stringstringList
          
xs:stringstringValue
          
Source
<xs:element minOccurs="0" name="data">
<xs:complexType>
<xs:choice>
<xs:element minOccurs="0" name="stringValue" type="xs:string"/>
<xs:element minOccurs="0" name="dateValue" type="xs:dateTime"/>
<xs:element minOccurs="0" name="integerValue" type="xs:int"/>
<xs:element minOccurs="0" name="decimalValue" type="xs:decimal"/>
<xs:element minOccurs="0" name="longValue" type="xs:long"/>
<xs:element minOccurs="0" name="doubleValue" type="xs:double"/>
<xs:element minOccurs="0" name="booleanValue" type="xs:boolean"/>
<xs:element minOccurs="0" name="blobValue" type="blob"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="stringList" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dateList" type="xs:dateTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="integerList" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="decimalList" type="xs:decimal"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="longList" type="xs:long"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="doubleList" type="xs:double"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="booleanList" type="xs:boolean"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="blobList" type="blob"/>
</xs:choice>
</xs:complexType>
</xs:element>


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