Skip to content

Commit a4911c9

Browse files
Merge pull request SharePoint#8040 from annmariehitchcock/wb3-amh
Validations: Fix multiple issues
2 parents f84a568 + 445cceb commit a4911c9

13 files changed

+49
-163
lines changed

docs/schema/content-migration-schemas.md

Lines changed: 12 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Content migration schemas
3+
description: Describes the Content migration schema files for SharePoint.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/20/2022
56
ms.audience: Developer
67
ms.topic: reference
78
keywords:
@@ -25,71 +26,16 @@ The SharePoint Foundation provides eight schema (.xsd) files to support content
2526

2627
<br/>
2728

28-
<table>
29-
<colgroup>
30-
<col width="35%" />
31-
<col width="65%" />
32-
</colgroup>
33-
<thead>
34-
<tr class="header">
35-
<th align="left"><p>Schema File</p></th>
36-
<th align="left"><p>Description</p></th>
37-
</tr>
38-
</thead>
39-
<tbody>
40-
<tr class="odd">
41-
<td align="left"><p><span sdata="link"><a href="deploymentmanifest-schema.md">DeploymentManifest schema</a></span></p></td>
42-
<td align="left">
43-
<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>
45-
</td>
46-
</tr>
47-
<tr class="even">
48-
<td align="left"><p><span sdata="link"><a href="deploymentexportsettings-schema.md">DeploymentExportSettings schema</a></span></p></td>
49-
<td align="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 <span sdata="cer" target="T:Microsoft.SharePoint.Deployment.SPExportSettings"><span class="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>
55-
</ul></td>
56-
</tr>
57-
<tr class="odd">
58-
<td align="left"><p><span sdata="link"><a href="deploymentlookuplistmap-schema.md">DeploymentLookupListMap schema</a></span></p></td>
59-
<td align="left"><p>Provides validation for the LookupListMap.xml file exported into the content migration package.</p>
60-
<p>LookupListMap.xml maintains a simple lookup list that records SharePoint list item (list item to list item) references.</p></td>
61-
</tr>
62-
<tr class="even">
63-
<td align="left"><p><span sdata="link"><a href="deploymentrequirements-schema.md">DeploymentRequirements schema</a></span></p></td>
64-
<td align="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>
66-
</tr>
67-
<tr class="odd">
68-
<td align="left"><p><span sdata="link"><a href="deploymentrootobjectmap-schema.md">DeploymentRootObjectMap schema</a></span></p></td>
69-
<td align="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>
71-
</tr>
72-
<tr class="even">
73-
<td align="left"><p><span sdata="link"><a href="deploymentsystemdata-schema.md">DeploymentSystemData schema</a></span></p></td>
74-
<td align="left"><p>Provides validation for the SystemData.xml file exported into the content migration package.</p>
75-
<p>SystemData.xml does the following:</p>
76-
<ul>
77-
<li><p>Collects a variety of low-level system data.</p></li>
78-
<li><p>Records the number and names of Manifest.xml files (in cases where the migration uses multiple manifests).</p></li>
79-
</ul></td>
80-
</tr>
81-
<tr class="odd">
82-
<td align="left"><p><span sdata="link"><a href="deploymentusergroupmap-schema.md">DeploymentUserGroupMap schema</a></span></p></td>
83-
<td align="left"><p>Provides validation for the UserGroup.xml file exported into the content migration package.</p>
84-
<p>UserGroup.xml maintains a list of users and user security groups with respect to access security and permissions.</p></td>
85-
</tr>
86-
<tr class="even">
87-
<td align="left"><p><span sdata="link"><a href="deploymentviewformslist-schema.md">DeploymentViewFormsList schema</a></span></p></td>
88-
<td align="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. |
9339

9440
## See also
9541

docs/schema/content-type-bindings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Content Type Bindings
3+
description: Provides a definition and schema example for the ContentTypeBinding element in Sharepoint.
34
manager: soliver
4-
ms.date: 11/16/2014
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint

docs/schema/content-type-definitions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Content Type Definitions
3+
description: Provides XML schema definition, elements and an example for the content type definitions in Sharepoint.
34
manager: soliver
4-
ms.date: 11/16/2014
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint

docs/schema/contenttype-element-contenttype.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ContentType Element (ContentType)
3+
description: Outlines information, a definition, example, elements and attributes for the ContentType element in Sharepoint.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 6/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint

docs/schema/contenttype-element-deploymentmanifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "ContentType Element (DeploymentManifest)"
3+
description: Provides a definition, elements and attributes for the ContentType element DeploymentManifest in Sharepoint.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
89
ms.localizationpriority: medium
910
ms.assetid: fd752d9d-2a30-4f6a-a0af-f1982fa2ee07
10-
description: "Last modified: March 09, 2015"
1111
---
1212

1313
# ContentType Element (DeploymentManifest)

docs/schema/contenttype-element-schemasource-elementdatasourcetype-complextypeaction4.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ContentType element
3+
description: Outlines information, a definition, elements and attributes for the ContentType element in Sharepoint.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
@@ -27,11 +28,11 @@ Specifies a content type from which to retrieve fields.
2728

2829
## Element information
2930

30-
| | |
31+
| Resource | File |
3132
|---|---|
32-
| **Element type** | |
33-
| **Namespace** | |
34-
| **Schema file** | Actions4.xsd |
33+
| Element type | |
34+
| Namespace | |
35+
| Schema file | Actions4.xsd |
3536

3637
## Definition
3738

docs/schema/contenttype-element-workflowactions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ContentType Element (WorkflowActions)
3+
description: Provides a definition, elements and attributes for the ContentType element WorkflowActions in Sharepoint.
34
manager: laurawi
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
f1_keywords:

docs/schema/contenttype-element-workflowconfig.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ContentType Element (WorkflowConfig)
3+
description: Provides a definition, example, elements and attributes for the ContentType element WorkflowConfig in Sharepoint.
34
manager: laurawi
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
f1_keywords:
@@ -56,29 +57,11 @@ The following sections describe attributes, child elements, and parent elements.
5657

5758
### Child elements
5859

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

7062
### Parent elements
7163

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

8366
### Remarks
8467

docs/schema/contenttype-element-workflowinfo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ContentType Element (WorkflowInfo)
3+
description: Provides a definition, elements and attributes for the ContentType element WorkflowInfo in Sharepoint.
34
manager: laurawi
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
f1_keywords:

docs/schema/contenttypebinding-element-contenttypebinding.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ContentTypeBinding Element (ContentTypeBinding)
3+
description: Outlines information, a definition, elements and attributes for the ContentTypeBinding element in Sharepoint.
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint
@@ -60,29 +61,11 @@ The following sections describe attributes, child elements, and parent elements.
6061

6162
### Child elements
6263

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

7466
### Parent elements
7567

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

8770
### Remarks
8871

0 commit comments

Comments
 (0)