DeploymentSystemData Schema
Applies to: SharePoint Foundation 2010
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 SharePoint Foundation.
DeploymentSystemData Schema Elements and Types
The following table lists elements in the schema file DeploymentSystemData.xsd file.
Element |
Description |
---|---|
Represents system data files exported to the content migration package and listed on the deployment manifest. |
|
Represents a collection of system data files exported to the content migration package. |
|
Represents an object (SPSchemaVersion) that lists versioning data for the content migration manifest schema. |
|
Represents a SharePoint Foundation system object instance (SPSystemObject) exported to the content migration package. |
|
Represents a collection of SharePoint Foundation system object (SPSystemObject) instances. |
|
Represents a system data wrapper object (SPSystemData) that contains the deployment system data object collections. This is the schema root element. |
|
Enumeration simple type that provides values for the Type attribute on the SystemObject Element (DeploymentSystemData). The value specifies the system object type. |
|
Supports the use of a unique identifier (GUID) as a Guid attribute field value in the SystemObject Element (DeploymentSystemData) of the DeploymentLRootObjectMap Schema. |