Skip to content

Commit 1f4acde

Browse files
Update migration-api-overview.md
Adding additional syntax to demonstrate adding CommentFlags.
1 parent 92bdea1 commit 1f4acde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/apis/migration-api-overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,11 @@ Included below are the XSD files used for package validation in the import pipel
713713
<!--This defines that the XML can contain 0-N instances of the ExportSettings element-->
714714
<xs:element name="ExportSettings" type="SPExportSettings" />
715715
</xs:schema>
716+
<!Including CommentFlags settings
717+
<Comments>
718+
<Comment Id="1" Text="SGVsbG8gd29ybGQgdmlkZW8gY29tbWVudCE=" ParentId="0" UserId="12" Created="2021-05-14T22:35:30.353Z" UIVersion="512" />
719+
<Comment Id="2" Text="SGVsbG8gd29ybGQgdmlkZW8gcmVwbHku" ParentId="1" UserId="12" Created=2021-05-14T22:36:14.08Z" UIVersion="512" />
720+
</Comments>
716721
```
717722
718723
### DeploymentLookupListMap.XSD
@@ -1479,6 +1484,10 @@ There is no change from current published full 2013 package schema.
14791484
<!--This defines that the XML can contain 0-N instances of the SPGenericObject element-->
14801485
<xs:element name="SPObjects" type="SPGenericObjectCollection"></xs:element>
14811486
</xs:schema>
1487+
<Comments>
1488+
<Comment Id="1" Text="SGVsbG8gd29ybGQgdmlkZW8gY29tbWVudCE=" ParentId="0" UserId="12" Created="2021-05-14T22:35:30.353Z" UIVersion="512" />
1489+
<Comment Id="2" Text="SGVsbG8gd29ybGQgdmlkZW8gcmVwbHku" ParentId="1" UserId="12" Created=2021-05-14T22:36:14.08Z" UIVersion="512" />
1490+
</Comments>
14821491
```
14831492

14841493
### DeploymentRequirements.XSD

0 commit comments

Comments
 (0)