Group Attributes
The following lists the group of unique names attributes:

The common name(s) for which the entity is known by.

The directory path.

The descriptive information.

The organization this object belongs to.

The organizational unit this object belongs to.

The owner (of the object).
Schema Example
The following example shows how to add the group
schema to the source XML:
<Schema displayAttribute="cn" featuresString="PROVISIONING" identityAttribute="dn" nativeObjectType="groupOfUniqueNames" objectType="group">
<AttributeDefinition name="cn" type="string">
<Description>common name(s) for which the entity is known by</Description>
</AttributeDefinition>
<AttributeDefinition name="dn" type="string">
<Description>Directory Path</Description>
</AttributeDefinition>
<AttributeDefinition name="o" type="string">
<Description>organization this object belongs to</Description>
</AttributeDefinition>
<AttributeDefinition name="ou" type="string">
<Description>organizational unit this object belongs to</Description>
</AttributeDefinition>
<AttributeDefinition name="owner" type="string">
<Description>owner (of the object)</Description>
</AttributeDefinition>
<AttributeDefinition name="description" type="string">
<Description>descriptive information</Description>
</AttributeDefinition>
<Attributes>
<Map>
<entry key="groupMemberAttribute" value="uniqueMember"/>
<entry key="memberAttribute" value="dn"/>
</Map>
</Attributes>
</Schema>