You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Provides validation for the Manifest.xml file that is exported into the content migration package.</p>
44
-
<p>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.</p>
<tdalign="left"><p>Provides validation for the ExportSettings.xml file exported into the content migration package.</p>
50
-
<p>ExportSettings.xml does the following:</p>
51
-
<ul>
52
-
<li><p>Contains the export settings specified by using the <spansdata="cer"target="T:Microsoft.SharePoint.Deployment.SPExportSettings"><spanclass="nolink">SPExportSettings</span></span> class and other classes that are part of the content migration object model.</p></li>
53
-
<li><p>Ensures that the subsequent import process (at the migration target site) enforces the directives specified in the export settings.</p></li>
54
-
<li><p>Maintains a catalog of all objects exported to the migration package.</p></li>
<tdalign="left"><p>Provides validation for the Requirements.xml file exported into the content migration package.</p>
65
-
<p>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.</p></td>
<tdalign="left"><p>Provides validation for the RootObjectMap.xml file exported into the content migration package.</p>
70
-
<p>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.</p></td>
<tdalign="left"><p>Provides validation for the ViewFormsList.xml file exported into the content migration package.</p>
89
-
<p>ViewFormsList.xml maintains a list of web parts and tracks whether each is a view or form.</p></td>
90
-
</tr>
91
-
</tbody>
92
-
</table>
29
+
| Schema File | Description |
30
+
| --- | --- |
31
+
|[DeploymentManifest schema](deploymentmanifest-schema.md)| Provides validation for the Manifest.xml file that is exported into the content migration package.</br></br>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. |
32
+
|[DeploymentExportSettings schema](deploymentexportsettings-schema.md)| Provides validation for the ExportSettings.xml file exported into the content migration package.</br></br>ExportSettings.xml does the following:</br></br>* Contains the export settings specified by using the SPExportSettings class and other classes that are part of the content migration object model.</br></br>* Ensures that the subsequent import process (at the migration target site) enforces the directives specified in the export settings.</br></br>* Maintains a catalog of all objects exported to the migration package. |
33
+
|[DeploymentLookupListMap schema](deploymentlookuplistmap-schema.md)| Provides validation for the LookupListMap.xml file exported into the content migration package.</br></br>LookupListMap.xml maintains a simple lookup list that records SharePoint list item (list item to list item) references. |
34
+
|[DeploymentRequirements schema](deploymentrequirements-schema.md)| Provides validation for the Requirements.xml file exported into the content migration package.</br></br>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. |
35
+
|[DeploymentRootObjectMap schema](deploymentrootobjectmap-schema.md)| Provides validation for the RootObjectMap.xml file exported into the content migration package.</br></br>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. |
36
+
|[DeploymentSystemData schema](deploymentsystemdata-schema.md)| Provides validation for the SystemData.xml file exported into the content migration package.</br></br>SystemData.xml does the following:</br></br>* Collects a variety of low-level system data.</br></br>* Records the number and names of Manifest.xml files (in cases where the migration uses multiple manifests). |
37
+
|[DeploymentUserGroupMap schema](deploymentusergroupmap-schema.md)| Provides validation for the UserGroup.xml file exported into the content migration package.</br></br>UserGroup.xml maintains a list of users and user security groups with respect to access security and permissions. |
38
+
|[DeploymentViewFormsList schema](deploymentviewformslist-schema.md)| Provides validation for the ViewFormsList.xml file exported into the content migration package.</br></br>ViewFormsList.xml maintains a list of web parts and tracks whether each is a view or form. |
0 commit comments