Requirements Element (DeploymentRequirements)

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

Represents a collection of deployment export requirement objects.

Definition

DECLARATION
<xs:element
    name="Requirements"
    type="SPImportRequirements"
/>
USAGE
<Requirements>
    <Requirement />
</Requirements>

Type

SPImportRequirements

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Requirement Element (DeploymentRequirements)

Parent elements

None

Remarks

The Requirements element is the root element in the DeploymentRequirements Schema, and therefore has no parent element.

See also