Requirement Element (DeploymentRequirements)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 |