Requirement Element (DeploymentRequirements)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents specific deployment export requirement (SPRequirement) objects provided to the content migration package.
Definition
DECLARATION
<xs:element
name="Requirement"
type="SPRequirement"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Requirements>
<Requirement
Type="SPRequirementObjectType"
Id="xs:string"
Name="xs:string"
Data="xs:string"
/>
</Requirements>
Type
SPRequirement
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Type | Description |
---|---|---|
Type | SPRequirementObjectType Simple Type (DeploymentRequirements) | Specifies the requirement object type as defined in the SPRequirementObjectType simple type: FeatureDefinition, WebTemplate, WebPart, or Language. |
Id | xs:string | ID of the requirement instance. |
Name | xs:string | Name of the requirement instance. |
Data | xs:string | Information about the requirement. |
Child elements
None
Parent elements
Requirements Element (DeploymentRequirements)