Requirement Element (DeploymentRequirements)
Applies to: SharePoint Foundation 2010
Represents specific deployment export requirement (SPRequirement) objects provided to the content migration package.
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
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 |