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

Documentation
          Represents a group. Group is an installation-wide entity, it is primarily used to configure users
            for certain actions in Content Server.
        
Properties
This component is not nillable.

Model
<groupBean>
(name, description? )
</groupBean>


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