Group represents a collection of entities.
The members of a group are any entity types. A group can be a group consisting of mixed entities such as groups, persons, accounts, parties and so forth.
<xsd:complexType name="Group"> <xsd:complexContent> <xsd:extension base="Party"> <xsd:sequence> <xsd:element maxOccurs="1" minOccurs="0" ref="cn"/> <xsd:element maxOccurs="unbounded" minOccurs="0" name="members" type="Entity"/> <xsd:element maxOccurs="unbounded" minOccurs="0" ref="displayName"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:Root> <wim:entities xsi:type="wim:Group"> <wim:identifier externalName="cn=Managers,cn=groups,dc=soundpost,dc=com" repositoryId="LDAP1" uniqueId="eeee9204-1dd111b2-80d5f611-4d759b2b" uniqueName="cn=Managers,cn=groups,dc=yourco,dc=com"/> <wim:groups> <wim:identifier externalName="cn=Employee,cn=groups,dc=soundpost,dc=com" repositoryId="LDAP1" uniqueId="eeee9205-1dd111b2-80d5f611-4d759b2b" uniqueName="cn=Employee,cn=groups,dc=yourco,dc=com"/> <wim:cn>Employee</wim:cn> </wim:groups> <wim:cn>Managers</wim:cn> </wim:entities> </wim:Root>