Content Migration XML Schema Reference

Applies to: SharePoint Foundation 2010

Microsoft SharePoint Foundation 2010 content migration is supported by APIs that are provided in the Microsoft.SharePoint.Deployment namespace. Additionally, migration implementations are supported by XML schemas provided with the SharePoint Foundation 2010 SDK.

The SharePoint Foundation content migration architecture provides a public schema to support the migration of export packages. You can create a package to import content into SharePoint Foundation.

Deployment Schema Files

The SharePoint Foundation provides eight schema (.xsd) files to support content migration, as described in the following table.

Schema File

Description

DeploymentManifest Schema

  • Provides validation for the Manifest.xml file that is exported into the content migration package.

  • Provides a comprehensive manifest containing listings of both the contents and the structure of the source site. The migration operation uses the manifest file to reconstitute the source site and its components when it is imported to the destination site.

DeploymentExportSettings Schema

Provides validation for the ExportSettings.xml file exported into the content migration package.

ExportSettings.xml does the following:

  • Contains the export settings specified by using the SPExportSettings class and other classes that are part of the content migration object model.

  • Ensures that the subsequent import process (at the migration target site) enforces the directives specified in the export settings.

  • Maintains a catalog of all objects exported to the migration package.

DeploymentLookupListMap Schema

Provides validation for the LookupListMap.xml file exported into the content migration package.

LookupListMap.xml maintains a simple lookup list that records SharePoint list item (list item to list item) references.

DeploymentRequirements Schema

Provides validation for the Requirements.xml file exported into the content migration package.

Requirements.xml maintains list of deployment requirements in the form of installation requirements on the migration target, such as feature definitions, template versions, Web Part assemblies, language packs, and so forth.

DeploymentRootObjectMap Schema

Provides validation for the RootObjectMap.xml file exported into the content migration package.

RootObjectMap.xml maintains a list of mappings of secondary (dependent) objects, which allows the import phase of the migration operation to correctly place the dependent objects relative to the locations of the root object mappings.

DeploymentSystemData Schema

Provides validation for the SystemData.xml file exported into the content migration package.

SystemData.xml does the following:

  • Collects a variety of low-level system data.

  • Records the number and names of Manifest.xml files (in cases where the migration uses multiple manifests).

DeploymentUserGroupMap Schema

Provides validation for the UserGroup.xml file exported into the content migration package.

UserGroup.xml maintains a list of users and user security groups with respect to access security and permissions.

DeploymentViewFormsList Schema

Provides validation for the ViewFormsList.xml file exported into the content migration package.

ViewFormsList.xml maintains a list of Web Parts and tracks whether each is a view or form.

See Also

Other Resources

Content Migration