From f6a5df2782f2cc0ab5f065b85409f2ee7a270372 Mon Sep 17 00:00:00 2001 From: Jens Otto Hatlevold Date: Mon, 4 Dec 2017 13:59:45 +0100 Subject: [PATCH 1/2] Add support for specifying metadata default values (location based column default values) --- .../ProvisioningSchema-2018-01.xsd | 72 ++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd b/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd index a141995..79eeeca 100644 --- a/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd +++ b/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd @@ -1893,7 +1893,28 @@ - + + + + + Defines a list of default values for the columns at the root folder (column default values), optional collection of elements. + + + + + + + + + Defines a default value in the root folder for a Field of the List Instance. + + + + + + + + @@ -2430,6 +2451,29 @@ + + + + + + + Defines a list of default values for the columns at the folder location (column default values), optional collection of elements. + + + + + + + + + Defines a default value in the root folder for a Field of the List Instance. + + + + + + + @@ -2476,6 +2520,32 @@ + + + + + The MetadataDefault of a single field in a folder of list or library for target ListInstance. + + + + + + + + Defines whether to remove a metadata default value for the column, optional attribute. + + + + + + + Declares whether the metadata default will overwrite an already existing entry, optional attribute. + + + + + + From 3dc0489958b6e5b6c963cea3387ac7c3bf703f7d Mon Sep 17 00:00:00 2001 From: Jens Otto Hatlevold Date: Tue, 12 Dec 2017 14:16:28 +0100 Subject: [PATCH 2/2] Change MetadataDefault(s) to ColumnDefault(s) as the initial naming created naming collisions with Micrrosoft.SharePoint.Client.DocumentManagement.MetadataDefaults --- .../ProvisioningSchema-2018-01.xsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd b/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd index 79eeeca..1165d68 100644 --- a/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd +++ b/OfficeDevPnP.ProvisioningSchema/ProvisioningSchema-2018-01.xsd @@ -1894,7 +1894,7 @@ - + Defines a list of default values for the columns at the root folder (column default values), optional collection of elements. @@ -1903,7 +1903,7 @@ - + Defines a default value in the root folder for a Field of the List Instance. @@ -2453,7 +2453,7 @@ - + @@ -2463,7 +2463,7 @@ - + Defines a default value in the root folder for a Field of the List Instance. @@ -2521,10 +2521,10 @@ - + - The MetadataDefault of a single field in a folder of list or library for target ListInstance. + The ColumnDefault of a single field in a folder of list or library for target ListInstance.