SystemData Element (DeploymentSystemData)

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

Represents a system data wrapper object (SPSystemData) that contains the deployment system data object collections. This is the schema root element.

Definition

DECLARATION
<xs:element
    name="SystemData"
    type="SPSystemData"
/>
USAGE
<SystemData>
    <SchemaVersion />
    <ManifestFiles />
    <SystemObjects />
</SystemData>

Type

SPSystemData

Elements and attributes

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

Attributes

None

Child elements

Parent elements

None

Remarks

The SystemData element is the schema root element and therefore has no parent element.

See also