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

Documentation
        The list of roles available in the installation.
        It has less information comparing to the role service.
      
Properties
This component is not nillable.

Model
<rolesBean>
(total, startindex, count, role* )
</rolesBean>


Nested Element Summary
xs:integercount
          The count of assets in the list 
rolerole
          The list of roles 
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="rolesBean">
<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="role" type="role">
</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.