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

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

Documentation
        The List data type represents the equivalent of a table with a predefined set of columns and an unbounded number of rows.
      
Properties
This component is not nillable.

Model
<...>
item*
</...>


Nested Element Summary
structitem
          An item in this list, representing a record in the table. 
Source
<xs:complexType name="list">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="item" type="struct">
</xs:element>
</xs:sequence>
</xs:complexType>


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