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

Documentation
        Represents a role. Role is an installation-wide entity,
        but when assigned to a user a site must be specified.
        This way we have many-to-many relationship between sites and roles.
        Roles are used in the following cases:
          To assign user to a site. To be able to access a site user must have at least one role assigned.
          To access an application in a site user must have at least one role in the list of site roles defined in this application.
      
Properties
This component is not nillable.

Model
<roleBean>
(name, description )
</roleBean>


Nested Element Summary
xs:stringdescription
          Description given to the role. 
xs:stringname
          Name of the role. 
Source
<xs:element name="roleBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element name="description" type="xs:string">
</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.