SystemData Element (DeploymentSystemData)

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 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