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

Documentation
        A bean that contains a list of simple assets information
      
Properties
This component is not nillable.

Model
<assetsBean>
(total, startindex, count, assetinfo* )
</assetsBean>


Nested Element Summary
assetInfoassetinfo
          The list of assets information 
xs:integercount
          The count of assets in the list 
xs:integerstartindex
          The start index of the list of the total assets list 
xs:integertotal
          The total number of assets would be returned 
Source
<xs:element name="assetsBean">
<xs:complexType>
<xs:sequence>
<xs:element name="total" type="xs:integer">
</xs:element>
<xs:element name="startindex" type="xs:integer">
</xs:element>
<xs:element name="count" type="xs:integer">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="assetinfo" type="assetInfo">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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