DeploymentRequirements schema

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

The DeploymentRequirements schema provides validation for the Requirements.xml file exported to the content migration package. The Requirements.xml file maintains a list of deployment requirements in the form of installation requirements on the migration target, such as Feature definitions, template versions, web part assemblies, language packs, and so forth.

DeploymentRequirements schema elements and types

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


Element Description
Requirement element (DeploymentRequirements) Represents specific deployment export requirement objects (SPRequirement).
Requirements element (DeploymentRequirements) Represents a container of deployment export requirement objects.
SPRequirementObjectType Simple Type (DeploymentRequirements) Enumeration simple type that provides values for the Type attribute on the Requirement element (DeploymentRequirements). The value specifies the object type of the deployment requirement specified with the content migration package.

See also