Skip to content

Commit 75169ab

Browse files
Fix html Set 1
1 parent 551132c commit 75169ab

File tree

4 files changed

+24
-127
lines changed

4 files changed

+24
-127
lines changed

docs/schema/content-migration-schemas.md

Lines changed: 14 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Content migration schemas
3-
description: Provides description and link to content migration schema files in SharePoint.
43
manager: soliver
5-
ms.date: 06/07/2022
4+
ms.date: 3/9/2015
65
ms.audience: Developer
76
ms.topic: reference
87
keywords:
@@ -26,71 +25,19 @@ The SharePoint Foundation provides eight schema (.xsd) files to support content
2625

2726
<br/>
2827

29-
<table>
30-
<colgroup>
31-
<col width="35%" />
32-
<col width="65%" />
33-
</colgroup>
34-
<thead>
35-
<tr class="header">
36-
<th align="left"><p>Schema File</p></th>
37-
<th align="left"><p>Description</p></th>
38-
</tr>
39-
</thead>
40-
<tbody>
41-
<tr class="odd">
42-
<td align="left"><p><a href="deploymentmanifest-schema.md">DeploymentManifest schema</a></p></td>
43-
<td align="left">
44-
<p>Provides validation for the Manifest.xml file that is exported into the content migration package.</p>
45-
<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>
46-
</td>
47-
</tr>
48-
<tr class="even">
49-
<td align="left"><p><a href="deploymentexportsettings-schema.md">DeploymentExportSettings schema</a></p></td>
50-
<td align="left"><p>Provides validation for the ExportSettings.xml file exported into the content migration package.</p>
51-
<p>ExportSettings.xml does the following:</p>
52-
<ul>
53-
<li><p>Contains the export settings specified by using the <!--- <target="T:Microsoft.Sharepoint.Deployment.SPExportSettings"> ---> SPExportSettings class and other classes that are part of the content migration object model.</p></li>
54-
<li><p>Ensures that the subsequent import process (at the migration target site) enforces the directives specified in the export settings.</p></li>
55-
<li><p>Maintains a catalog of all objects exported to the migration package.</p></li>
56-
</ul></td>
57-
</tr>
58-
<tr class="odd">
59-
<td align="left"><p><a href="deploymentlookuplistmap-schema.md">DeploymentLookupListMap schema</a></p></td>
60-
<td align="left"><p>Provides validation for the LookupListMap.xml file exported into the content migration package.</p>
61-
<p>LookupListMap.xml maintains a simple lookup list that records SharePoint list item (list item to list item) references.</p></td>
62-
</tr>
63-
<tr class="even">
64-
<td align="left"><p><a href="deploymentrequirements-schema.md">DeploymentRequirements schema</a></p></td>
65-
<td align="left"><p>Provides validation for the Requirements.xml file exported into the content migration package.</p>
66-
<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>
67-
</tr>
68-
<tr class="odd">
69-
<td align="left"><p><a href="deploymentrootobjectmap-schema.md">DeploymentRootObjectMap schema</a></p></td>
70-
<td align="left"><p>Provides validation for the RootObjectMap.xml file exported into the content migration package.</p>
71-
<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>
72-
</tr>
73-
<tr class="even">
74-
<td align="left"><p><a href="deploymentsystemdata-schema.md">DeploymentSystemData schema</a></p></td>
75-
<td align="left"><p>Provides validation for the SystemData.xml file exported into the content migration package.</p>
76-
<p>SystemData.xml does the following:</p>
77-
<ul>
78-
<li><p>Collects a variety of low-level system data.</p></li>
79-
<li><p>Records the number and names of Manifest.xml files (in cases where the migration uses multiple manifests).</p></li>
80-
</ul></td>
81-
</tr>
82-
<tr class="odd">
83-
<td align="left"><p><a href="deploymentusergroupmap-schema.md">DeploymentUserGroupMap schema</a></p></td>
84-
<td align="left"><p>Provides validation for the UserGroup.xml file exported into the content migration package.</p>
85-
<p>UserGroup.xml maintains a list of users and user security groups with respect to access security and permissions.</p></td>
86-
</tr>
87-
<tr class="even">
88-
<td align="left"><p><a href="deploymentviewformslist-schema.md">DeploymentViewFormsList schema</a></p></td>
89-
<td align="left"><p>Provides validation for the ViewFormsList.xml file exported into the content migration package.</p>
90-
<p>ViewFormsList.xml maintains a list of web parts and tracks whether each is a view or form.</p></td>
91-
</tr>
92-
</tbody>
93-
</table>
28+
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. |
39+
40+
9441

9542
## See also
9643

docs/schema/contenttype-element-workflowconfig.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,29 +57,13 @@ The following sections describe attributes, child elements, and parent elements.
5757

5858
### Child elements
5959

60-
<table>
61-
<colgroup>
62-
<col width="100%" />
63-
</colgroup>
64-
<tbody>
65-
<tr class="odd">
66-
<td align="left"><p><a href="fields-element-workflowconfig.md">Fields Element (WorkflowConfig)</a></p></td>
67-
</tr>
68-
</tbody>
69-
</table>
60+
[Fields Element (WorkflowConfig)](fields-element-workflowconfig.md)
61+
62+
7063

7164
### Parent elements
7265

73-
<table>
74-
<colgroup>
75-
<col width="100%" />
76-
</colgroup>
77-
<tbody>
78-
<tr class="odd">
79-
<td align="left"><p><a href="contenttypes-element-workflowconfig.md">ContentTypes Element (WorkflowConfig)</a></p></td>
80-
</tr>
81-
</tbody>
82-
</table>
66+
[ContentTypes Element (WorkflowConfig)](contenttypes-element-workflowconfig.md)
8367

8468
### Remarks
8569

docs/schema/contenttypebinding-element-contenttypebinding.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,13 @@ The following sections describe attributes, child elements, and parent elements.
6161

6262
### Child elements
6363

64-
<table>
65-
<colgroup>
66-
<col width="100%" />
67-
</colgroup>
68-
<tbody>
69-
<tr class="odd">
70-
<td align="left"><p>None</p></td>
71-
</tr>
72-
</tbody>
73-
</table>
64+
None
7465

7566
### Parent elements
7667

77-
<table>
78-
<colgroup>
79-
<col width="100%" />
80-
</colgroup>
81-
<tbody>
82-
<tr class="odd">
83-
<td align="left"><p><a href="elements-element-contenttypebinding.md">Elements Element (ContentTypeBinding)</a></p></td>
84-
</tr>
85-
</tbody>
86-
</table>
68+
[Elements Element (ContentTypeBinding)](elements-element-contenttypebinding.md)
69+
70+
8771

8872
### Remarks
8973

docs/schema/contenttypes-element-workflowconfig.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,11 @@ The following sections describe attributes, child elements, and parent elements.
4444

4545
### Child elements
4646

47-
<table>
48-
<colgroup>
49-
<col width="100%" />
50-
</colgroup>
51-
<tbody>
52-
<tr class="odd">
53-
<td align="left"><p><a href="contenttype-element-workflowconfig.md">ContentType Element (WorkflowConfig)</a></p></td>
54-
</tr>
55-
</tbody>
56-
</table>
47+
[ContentType Element (WorkflowConfig)](contenttype-element-workflowconfig.md)
5748

5849
### Parent elements
5950

60-
<table>
61-
<colgroup>
62-
<col width="100%" />
63-
</colgroup>
64-
<tbody>
65-
<tr class="odd">
66-
<td align="left"><p><a href="workflowconfig-element.md">WorkflowConfig Element</a></p></td>
67-
</tr>
68-
</tbody>
69-
</table>
51+
[WorkflowConfig Element](workflowconfig-element.md)
7052

7153

7254
### Remarks

0 commit comments

Comments
 (0)