DeploymentUserGroupMap schema

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

The DeploymentUserGroupMap schema provides validation for the UserGroup.xml file exported into the content migration package. The UserGroup.xml file maintains a list of users and user security groups with respect to access security and permissions.

DeploymentUserGroupMap schema elements

The following table lists elements in the DeploymentUserGroupMap.xsd schema file.


Element Description
Group element (DeploymentUserGroupMap) Represents a deployment group object instance (DeploymentGroup) exported to the content migration package.
Groups element (DeploymentUserGroupMap) Represents a container object that holds deployment group (DeploymentGroup) object instances.
User element (DeploymentUserGroupMap) Represent a deployment user object instance (DeploymentUser) for export to the content migration package.
Users element (DeploymentUserGroupMap) Represents a container object that holds deployment user object instances (DeploymentUser).
Member element (DeploymentUserGroupMap) Represents a member of a Microsoft SharePoint Foundation deployment group object (DeploymentGroup).
UserGroupMap element (DeploymentUserGroupMap) Represents an object (DeploymentUserGroupMap) that holds mappings for the Microsoft SharePoint Foundation deployment users and deployment groups that are exported to the content migration package.

See also