Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a group and the permissions applied to that group.
Schema Hierarchy
<group name="group name" description="description of group">
    <permissions>…</permissions>
</group>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| name | Required group attribute. The name of the group. Must be 1 to 255 characters in length. | 
| description | Required group attribute. A description of the group to help users understand the purpose of the group. | 
Child Elements
| Element | Description | 
|---|---|
| permissions | Required element. Specifies the collection of permissions to apply to the group. | 
Parent Elements
| Element | Description | 
|---|---|
| groups | Required element. Contains the group and permission definitions. | 
Remarks
group is a required child element of groups.
minOccurs="1"
maxOccurs="unbounded"
Element Information
| Namespace | None | 
| Schema Name | GSS Schema | 
| Validation File | Gss.xsd | 
| Type | group | 
| Can be Empty | No | 
See Also
Tasks
Process Template Schemas Download
Concepts
Groups and Permissions Process Template Plug-in