Content Migration XML Schema Reference
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.
Windows SharePoint Services 3.0 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 Windows SharePoint Services 3.0 SDK.
The Windows SharePoint Services 3.0 content migration architecture provides a public schema to support the migration export package. You can create a package to import content into Windows SharePoint Services. In this way, you can move content from Microsoft Content Management Server (MCMS) 2002 into Microsoft Office SharePoint Server 2007 by creating a content migration package from the MCMS 2002 data to import into the Office SharePoint Server 2007.
Deployment Schema Files
The Windows SharePoint Services 3.0 provides eight schema (.xsd) files to support content migration, as described in the following table.
Schema File |
Description |
---|---|
|
|
Provides validation for the ExportSettings.xml file exported into the content migration package. ExportSettings.xml does the following:
|
|
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. |
|
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. |
|
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. |
|
Provides validation for the SystemData.xml file exported into the content migration package. SystemData.xml does the following:
|
|
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. |
|
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. |