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

Documentation
        The assets bean contains a list of information for a number of assets.
      
Properties
This component is not nillable.

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


Nested Element Summary
assetInfoassetinfo
          The list containing asset information. 
xs:integercount
          The maximum number of assets to be returned in the list. 
xs:integerstartindex
          The starting index (zero-based offset) of the returned list, relative to the full result set. 
xs:integertotal
          The total number of assets in the result set, regardless of startindex and count. 
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>


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