Share via


SystemData Element (DeploymentSystemData)

Applies to: SharePoint Foundation 2010

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

DECLARATION
<xs:element 
    name="SystemData" 
    type="SPSystemData" 
/>

USAGE
<SystemData>
    <SchemaVersion />
    <ManifestFiles />
    <SystemObjects />
</SystemData>

Type

SPSystemData

Attributes

Attribute

Type

Description

None

Child Elements

SchemaVersion Element (DeploymentSystemData)

ManifestFiles Element (DeploymentSystemData)

SystemObjects Element (DeploymentSystemData)

Parent Elements

None

Remarks

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

See Also

Concepts

DeploymentSystemData Schema