DeploymentSystemData Schema

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.

The DeploymentSystemData Schema provides validation for the SystemData.xml file exported into the content migration package. The SystemData file collects a variety of low-level system data. It records the number and names of Manifest.xml files (in cases where the migration uses multiple manifests), and it also supports schema versioning. Additionally, it holds a list of system files that are required by Windows SharePoint Services.

DeploymentSystemData Schema Elements and Types

The following table lists elements in the schema file DeploymentSystemData.xsd file.

Element

Description

ManifestFile Element (DeploymentSystemData)

Represents system data files exported to the content migration package and listed on the deployment manifest.

ManifestFiles Element (DeploymentSystemData)

Represents a collection of system data files exported to the content migration package.

SchemaVersion Element (DeploymentSystemData)

Represents an object (SPSchemaVersion) that lists versioning data for the content migration manifest schema.

SystemObject Element (DeploymentSystemData)

Represents a Windows SharePoint Services system object instance (SPSystemObject) exported to the content migration package.

SystemObjects Element (DeploymentSystemData)

Represents a collection of Windows SharePoint Services system object (SPSystemObject) instances.

SystemData Element (DeploymentSystemData)

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

SPDeploymentObjectType Simple Type (DeploymentSystemData)

Enumeration simple type that provides values for the Type attribute on the SystemObject Element (DeploymentSystemData). The value specifies the system object type.

Guid Simple Type (DeploymentSystemData)

Supports the use of a unique identifier (GUID) as a Guid attribute field value in the SystemObject Element (DeploymentSystemData) of the DeploymentLRootObjectMap Schema.

See Also

Concepts

Content Migration XML Schema Reference