SPObjects Element (DeploymentManifest)

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

Represents a collection of top-level Windows SharePoint Services 3.0 objects.

Definition

DECLARATION
<xs:element name="SPObjects" type="SPGenericObjectCollection">
</xs:element>

USAGE
<SPObjects>
        <SPObject />
</SPObjects>

Type

SPGenericObjectCollection

Elements and attributes

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

Attributes

None

Child elements

SPObject Element (DeploymentManifest)

Parent elements

None

Remarks

The SPObjects element is the root element of the DeploymentManifest.xsd schema and therefore has no parent element.

See also