id
stringlengths
14
16
text
stringlengths
2
3.14k
source
stringlengths
45
175
d386ecaff1be-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Contains the unique ID number of the currently authenticated user of a site, as defined in the UserInfo table of the content database. <UserID> </UserID> Elements and attributes The following sections describ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/userid-element-query
7a4c57e941aa-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Renders the current date in the format that is relative to the server's local time zone. For servers in the United States, the format is MM/DD/YYYY (for example, 1/21/2001). <Today OffsetDays = "Integer"> </Today...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/today-element-query
8efea27fe9a1-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Determines the sort order for a query. The OrderBy element contains a group of FieldRef elements. <OrderBy Override = "TRUE" | "FALSE" UseIndexForOrderBy = "TRUE" | "FALSE"> <FieldRef Ascending = "TRUE...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/orderby-element-query
82b47185987c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Used within the Where element to group filters in a query. <Or> </Or> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Child ele...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/or-element-query
82b47185987c-1
</Neq> <IsNull> <FieldRef Name="Status"></FieldRef> </IsNull> </Or> </Where> </Query> The following example shows how to disjoin three conditions. Note that the first pair of conditions is within their own Or element, which is itself a condition of an outer Or element. <Where> <Or...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/or-element-query
a61c0339d271-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Returns the current date and time. <Now> </Now> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Child elements None Parent el...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/now-element-query
7163dc36673c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 If the specified field is a Lookup field that allows multiple values, specifies that the Value element is excluded from the list item for the field that is specified by the FieldRef element. <NotIncludes> <F...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/notincludes-element-query
9b9cc8913242-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Arithmetic operator that means "not equal to" and is used in queries. <Neq> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </Neq> Elements and attributes The following sections des...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/neq-element-query
a3e0a817f36e-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Used in the DateRangesOverlap element to retrieve from a calendar all instances of a recurring event that occur within a month. <DateRangesOverlap> <FieldRef Name= "EventDate" /> <FieldRef Name= "EndDate...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/month-element-query
4d72a590e2c8-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Defines a filter based on the type of membership for the user. <Membership Type = "Text"> </ Membership> Elements and attributes The following sections describe attributes, child elements, and parent elemen...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/membership-element-query
4f47a74f1415-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Arithmetic operator that means "less than" and is used in queries in views. This element is used similarly to the Eq and Gt elements. <Lt> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XM...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/lt-element-query
a945a15993b5-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Returns the value of a specified column in the List of Lists table. <ListProperty AutoHyperLink = "TRUE" | "FALSE" AutoHyperLinkNoEncoding = "TRUE" | "FALSE" AutoNewLine = "TRUE" | "FALSE" Default = "Text"...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/listproperty-element-query
a945a15993b5-1
ExpandXML Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML. HTMLEncode Optional Boolean . TRUE to convert embedded characters so that they are displayed as text in the browser. In other word...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/listproperty-element-query
49548df1c9b2-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Arithmetic operator that means "less than or equal to." The Leq element is used in view queries similarly to the Eq and Geq elements. <Leq> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/leq-element-query
c356d15df4f4-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Used within a query to return items that are empty ( Null ). <IsNull> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </IsNull> Elements and attributes The following sections descri...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/isnull-element-query
c356d15df4f4-1
</Query> See also IsNotNull element (Query) Where element (Query)
https://learn.microsoft.com/en-us/sharepoint/dev/schema/isnull-element-query
f4feb694b0cd-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Used within a query to return items that are not empty ( Null ). <IsNotNull> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </IsNotNull> Elements and attributes The following secti...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/isnotnull-element-query
f4feb694b0cd-1
</OrderBy> </Query> See also IsNull element (Query) Where element (Query)
https://learn.microsoft.com/en-us/sharepoint/dev/schema/isnotnull-element-query
c941e0922894-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 If the specified field is a Lookup field that allows multiple values, specifies that the Value element is included in the list item for the field that is specified by the FieldRef element. <Includes> <FieldR...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/includes-element-query
0dda95f7559d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies whether the value of a list item for the field specified by the FieldRef element is equal to one of the values specified by the Values element. <In> <FieldRef Name = "Field_Name"/> <Values> <V...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/in-element-query
782f3c2613a7-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Arithmetic operator that means "greater than." This element is used similarly to the Eq and Lt elements. <Gt> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </Gt> Elements and at...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/gt-element-query
0bcc3d1a85b5-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Contains a Group By section for grouping the data returned through a query in a list view. <GroupBy Collapse = "TRUE" | "FALSE"> <FieldRef Name = "Field_Name"/> </GroupBy> Elements and attributes The foll...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/groupby-element-query
3826e4362af7-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Arithmetic operator that means "greater than or equal to." This element can be used within a Where element in a query. <Geq> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </Geq> E...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/geq-element-query
07fabc26fcc8-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a reference to a field within a query. <FieldRef Alias = "Text" Ascending = "TRUE" | "FALSE" CreateURL = "Text" DisplayName = "Text" Explicit = "TRUE" | "FALSE" Format = "Text" ID = "Text...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-query
07fabc26fcc8-1
Format Optional Text . ID Optional Text . Specifies the GUID that identifies the field. Key Optional Text . If set to Primary , specifies that the field is the primary key for its table and thus uniquely identifies each record in the table. List Optional Text . Specifies the...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-query
07fabc26fcc8-2
Type Optional Text . Specifies the function that is applied to a totals column or a calculated column. Possible values include the following: AVG Average value. Applies to DateTime Number , Integer , and Currency field types. COUNT Number of items. Applies to all field types that allow aggregation. ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-query
07fabc26fcc8-3
<Geq> <FieldRef Name="Expires" /> <Value Type="DateTime"> <Today /> </Value> </Geq> </Or> </Where> <OrderBy> <FieldRef Name="Modified" Ascending="FALSE" /> </OrderBy> </Query> This example from the Schema.xml file for contacts lists...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-query
ceacb4608a82-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Arithmetic operator that means "equal to" and is used within a query. <Eq> </Eq> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/eq-element-query
c6609eadf028-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Used in queries to compare the dates in a recurring event with a specified DateTime value to determine whether they overlap. <DateRangesOverlap> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/daterangesoverlap-element-query
aa69a1cace27-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Searches for a string anywhere within a column that holds Text or Note field type values. <Contains> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </Contains> Elements and attri...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/contains-element-query
2958f5b7e55d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Searches for a string at the start of a column that holds Text or Note field type values. <BeginsWith> <FieldRef Name = "Field_Name"/> <Value Type = "Field_Type"/> <XML /> </BeginsWith> Elements and a...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/beginswith-element-query
4cf771169c18-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Used within the Where element to group filters in a query for a view. <And> </And> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Non...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/and-element-query
4cf771169c18-1
<Value Type="Text">J9862</Value> </Eq> </And> <Or> <Eq> <FieldRef Name="ProductID"/> <Value Type="Text">J0394</Value> </Eq> <Eq> <FieldRef Name="ProductID"/> <Value Type="Text">J4589</Value> </Eq> </Or> </And> The following example performs a query for cases in whi...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/and-element-query
4cf771169c18-2
</Eq> </And> <Includes> <FieldRef Name="Title" /><Value Type="Text">President</Value> </Includes> </And> </Where>
https://learn.microsoft.com/en-us/sharepoint/dev/schema/and-element-query
d0411c5981c4-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 The following Collaborative Application Markup Language (CAML) elements and attributes were deprecated in Windows SharePoint Services 3.0. Elements HTTPHeader InNavBar InheritsPermissions QueryInfo...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/deprecated-caml-elements
9632a7e8b0d0-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Collaborative Application Markup Language (CAML) has two major kinds of elements: those for field rendering and schema definition, and those for page (HTML) rendering. The page-rendering CAML elements are designed f...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/html-rendering-elements
9632a7e8b0d0-1
Returns a string that sets the base element for the current page. HttpHost Renders the URL of the virtual server containing the current website. HttpPath Returns the path to the appropriate OWSSVR.DLL. HttpVDir Returns the root directory of the current site. IfEqual Allow...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/html-rendering-elements
f0496fee206d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Collaborative Application Markup Language (CAML) has two major kinds of elements: those for page rendering, and those for field rendering and schema definition. The CAML field rendering elements are designed for use...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/data-defining-elements
f0496fee206d-1
EditPattern Note Contains the HTML template for generating the Edit form control to edit the field. HeaderPattern Note Contains the HTML template for displaying the heading of a table view column. InternalType Text Determines both the behavior of the Column element in rendering...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/data-defining-elements
f0496fee206d-2
SQLType Text Determines the underlying SQL data type for the given field. Examples are nvarchar(255), memo, integer, float. Used to generate the appropriate SQL (CREATE TABLE) for creation of a field of this type. SQLType2 Text When not blank, gives the type of a secondary column to create for t...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/data-defining-elements
f0496fee206d-3
FieldSortImageURL Returns the URL to the image file used to indicate how a column is sorted. FieldSortParams Returns the sort direction on a list, rendering Asc or Desc based on whether the field has been sorted, and the current default sort direction for the field. IfEqual Allows for co...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/data-defining-elements
ec5b53cc7699-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Many critical files in Microsoft SharePoint Foundation use Collaborative Application Markup Language (CAML) schemas to define how data is displayed and how HTML is rendered. CAML files The following table desc...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/major-caml-files
ec5b53cc7699-1
Schema.xml \TEMPLATE\FEATURES\ featurename , where featurename is the name of the parent feature of the list type. Defines a specific type of list. For more information, see Schema.xml . alerttemplates.xml and alerttemplates_SMS.xml \TEMPLATE\XML Defines the format, contents, and properties...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/major-caml-files
ec5b53cc7699-2
htmltransinfo.xml \TEMPLATE\XML Contains mapping instructions for directing a request to the URL for handling a request when the client computer does not have Microsoft Office installed. See also How to: Create a Custom Site Definition and Configuration Working with Site Templates and Definition...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/major-caml-files
206615d3249c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Collaborative Application Markup Language (CAML) is an XML-based language that is used in Microsoft SharePoint Foundation to define the fields and views that are used in sites and lists. Note CAML is case-sens...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/introduction-to-collaborative-application-markup-language-caml
206615d3249c-1
How to: Create a Custom List Definition How to: Add a Document Template, File Type, and Editing Application to a Site Definition Creating a Solution How to: Add a Content Type to a List How to: Add a Content Type to a Site How to: Deploy a Workflow Template How to: Add a Column to a List How...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/introduction-to-collaborative-application-markup-language-caml
79dee6e54478-0
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 This section provides overview topics as well as information and reference documentation for the elements used in Collaborative Application Markup Language (CAML). Overview Introduction to Collaborative Applic...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/collaborative-application-markup-language-caml-schemas
21847a4b00a8-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of ViewForm ( SPViewForm ) instances and comprises the list represented in the ViewFormsList.xml file that is exported to the content migration package. Definition DECLARATION <xs:element...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/viewformslist-element-deploymentviewformslist
bfb83a3b15bf-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents the specific web part object ( SPViewForm ) instances that are listed in the ViewFormsList.xml file, which is exported to the content migration package. The ViewFormsList.xml file specifies whether each i...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/viewform-element-deploymentviewformslist
45deb836dc7d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an object ( DeploymentUserGroupMap ) that holds mappings for the users and deployment groups that are exported to the content migration package. Definition DECLARATION <xs:element name="UserGroupM...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/usergroupmap-element-deploymentusergroupmap
f712df68b41b-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of deployment user ( DeploymentUser ) object instances. Definition DECLARATION <xs:element name="Users" type="DeploymentUsers" minOccurs="0" maxOccurs="1" /> USAGE <UserGroupM...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/users-element-deploymentusergroupmap
fe33c0fdb6ff-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a deployment user ( DeploymentUser ) object included in the user group map (UserGroup.xml) file for export to the content migration package. Definition DECLARATION <xs:element name=...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/user-element-deploymentusergroupmap
fe33c0fdb6ff-1
Type DeploymentUser Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribute Type Description Id xs:string Required. Identifier of the user. Name xs:string Required. Name of the user. Login...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/user-element-deploymentusergroupmap
7bd22f39ba7c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a member of a deployment group ( DeploymentGroup ) object. Definition DECLARATION <xs:element name="Member" type="DeploymentGroupMember" minOccurs="0" maxOccurs="unbounded" /> USAGE <Group...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/member-element-deploymentusergroupmap
7ea0d10bbe39-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of deployment group ( DeploymentGroup ) object instances. Definition DECLARATION <xs:element name="Groups" type="DeploymentGroups" minOccurs="0" maxOccurs="1" /> USAGE <UserGr...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/groups-element-deploymentusergroupmap
50848b67375d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a deployment group ( DeploymentGroup ) object for generating the group map (UserGroup.xml) file exported to the content migration package. Definition DECLARATION <xs:element name="G...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/group-element-deploymentusergroupmap
50848b67375d-1
Type DeploymentGroup Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribute Type Description Id xs:string Required. Identifier of the deployment group. Name xs:string Required. Name of the deploy...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/group-element-deploymentusergroupmap
1e25a8a19ed6-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of SharePoint Foundation system object ( SPSystemObject ) instances. Definition DECLARATION <xs:element name="SystemObjects" type="SPSystemObjects" minOccurs="1" maxOccurs="1"...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/systemobjects-element-deploymentsystemdata
44e941211850-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a SharePoint Foundation system object instance ( SPSystemObject ) exported to the content migration package. Definition DECLARATION <xs:element name="SystemObject" type="SPSystemObject" mi...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/systemobject-element-deploymentsystemdata
43cff21917e0-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a system data wrapper object ( SPSystemData ) that contains the deployment system data object collections. This is the schema root element. Definition DECLARATION <xs:element name="SystemData" ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/systemdata-element-deploymentsystemdata
a1ca97185a03-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the Type attribute on the SystemObject element . The value specifies the system object type. Definition <xs:simpleType name="SPDeploymentObjectType"> <xs:restriction base="xs:strin...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spdeploymentobjecttype-simple-type-deploymentsystemdata
9e1bdf9ee522-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an object ( SPSchemaVersion ) that lists versioning data for the content migration manifest schema. Definition DECLARATION <xs:element name="SchemaVersion" type="SPSchemaVersion" minOccurs...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schemaversion-element-deploymentsystemdata
12bf1903a8d2-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of system data (SystemData.xml) files exported to the content migration package. Definition DECLARATION <xs:element name="ManifestFiles" type="SPManifestFiles" minOccurs="1" m...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/manifestfiles-element-deploymentsystemdata
90158bec5770-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a system data file (SystemData.xml) exported to the content migration package. Definition DECLARATION <xs:element name="ManifestFile" type="SPManifestFile" minOccurs="1" maxOccurs="unbound...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/manifestfile-element-deploymentsystemdata
d27cd595d96d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Supports the use of a unique identifier (GUID) as a Guid attribute field value in the SystemObject Element (DeploymentSystemData) of the DeploymentLRootObjectMap Schema. Definition <xs:simpleType name="Guid"...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/guid-simple-type-deploymentsystemdata
96d068a9db4c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the Type attribute on the RootObject Element (DeploymentRootObjectMap) . Definition <xs:simpleType name="SPDeploymentObjectType"> <xs:restriction base="xs:string"> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spdeploymentobjecttype-simple-type-deploymentrootobjectmap
2ddb3dc71ab0-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of listed root object ( SPRootObject ) instances. Definition DECLARATION <xs:element name="RootObjects" type="SPRootObjects" /> USAGE <RootObjects> <RootObject /> </RootObjects> T...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/rootobjects-element-deploymentrootobjectmap
01a0bbe7ca4a-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a root object in a root object map exported to the content migration package. Definition DECLARATION <xs:element name="RootObject" type="SPRootObject" minOccurs="0" maxOccurs="u...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/rootobject-element-deploymentrootobjectmap
ad18f2ce7bf4-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Supports the use of a unique identifier (GUID) as a Guid attribute field value in the RootObject element of the DeploymentLRootObjectMap Schema. Definition <xs:simpleType name="Guid"> <xs:restriction bas...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/guid-simple-type-deploymentrootobjectmap
bf1638734d24-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the Type attribute on the Requirement Element . The value specifies the object type of the specified deployment requirement. Definition <xs:simpleType name="SPRequirementObjectType"> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/sprequirementobjecttype-simple-type-deploymentrequirements
28cde21e2dc4-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of deployment export requirement objects. Definition DECLARATION <xs:element name="Requirements" type="SPImportRequirements" /> USAGE <Requirements> <Requirement /> </Requirem...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/requirements-element-deploymentrequirements
3813d0466f82-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents specific deployment export requirement ( SPRequirement ) objects provided to the content migration package. Definition DECLARATION <xs:element name="Requirement" type="SPRequirement" minOc...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/requirement-element-deploymentrequirements
4ae0da209c42-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of deployment lookup list ( SPLookupList ) objects exported to the content migration package. Definition DECLARATION <xs:element name="LookupLists" type="SPLookupLists" /> USAGE <LookupL...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookuplists-element-deploymentlookuplistmap
423440d1b7d8-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a lookup list ( SPLookupList ) object for export to a content migration package. Definition DECLARATION <xs:element name="LookupList" type="SPLookupList" minOccurs="0" maxOc...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookuplist-element-deploymentlookuplistmap
af63568abe8d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of lookup item ( SPLookupItem ) instances. Provides a list of lookup references from list item to list item. Definition DECLARATION <xs:element name="LookupItems" type="SPLookupIt...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookupitems-element-deploymentlookuplistmap
8c1275b030fb-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a reference object ( SPLookupItem ) that holds references from list item to list item when the items are exported to a content migration package. Definition DECLARATION <xs:element name="Looku...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookupitem-element-deploymentlookuplistmap
09e5c0cc8466-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Supports the use of a globally unique identifier (GUID) as a Guid attribute field value in the LookupItem Element (DeploymentLookupListMap) and other elements of the DeploymentLookupListMap Schema. Definition ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/guid-simple-type-deploymentlookuplistmap
2908539e666b-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the IncludeVersions attribute on the ExportSettings Element (DeploymentExportSettings) . Definition <xs:simpleType name="SPIncludeVersions"> <xs:restriction base="xs:string"> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spincludeversions-simple-type-deploymentexportsettings
e3fce481fe1e-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the IncludeSecurity attribute on the ExportSettings Element (DeploymentExportSettings) . Definition <xs:simpleType name="SPIncludeSecurity"> <xs:restriction base="xs:string"> <...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spincludesecurity-simple-type-deploymentexportsettings
3a80523b1317-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the IncludeDescendants attribute on the DeploymentObject Element (DeploymentExportSettings) . Definition <xs:simpleType name="SPIncludeDescendants"> <xs:restriction base="xs:string...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spincludedescendents-simple-type-deploymentexportsettings
186e70cbfc24-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the ExportMethod attribute on the ExportSettings Element (DeploymentExportSettings) . Definition <xs:simpleType name="SPExportMethodType"> <xs:restriction base="xs:string"> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spexportmethodtype-simple-type-deploymentexportsettings
36f54eede627-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Provides values for the Type attribute on the DeploymentObject Element (DeploymentExportSettings) . Definition <xs:simpleType name="SPDeploymentObjectType"> <xs:restriction base="xs:string"> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spdeploymentobjecttype-simple-type-deploymentexportsettings
e2e7be4c8968-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Supports the use of globally unique identifiers (GUIDs) as attribute field values in elements of the DeploymentExportSettings Schema. Definition <xs:simpleType name="Guid"> <xs:restriction base="xs:strin...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/guid-simple-type-deploymentexportsettings
d417e544209c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Deployment export settings root element, which provides an XML wrapper for the deployment export settings container object and provides a means for exporting content to a content migration package. Definition DE...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/exportsettings-element-deploymentexportsettings
d417e544209c-1
Type SPExportSettings Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribute Type Description BaseFileName xs:string Optional. The name of the content migration package file. ExportChangeToken xs:str...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/exportsettings-element-deploymentexportsettings
26520f19a947-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of deployment export object instances for inclusion in the content migration package. Definition DECLARATION <xs:element name="ExportObjects" type="SPExportObjectCollection" minOccu...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/exportobjects-element-deploymentexportsettings
a3be13950cc0-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a deployment object or objects ( SPExportObject ) marked for export to the content migration package. Definition DECLARATION <xs:element name="DeploymentObject" type="SPExportObject" m...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/deploymentobject-element-deploymentexportsettings
a3be13950cc0-1
Type SPExportObject Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribute Type Description Id Guid Simple Type (DeploymentExportSettings) Optional. Unique identifier of the export object. Type SPDep...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/deploymentobject-element-deploymentexportsettings
ec13e7eb6b17-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a Windows SharePoint Services 3.0 Web template ( SPWebTemplate ) object, which provides the site definition used to create the site, or the name of the site defintion from which the site te...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webtemplate-element-deploymentmanifest
ec13e7eb6b17-1
Type SPWebTemplate object Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribute Type Description Description xs:string Optional. Provides a description of the specified Web template. Id xs:string ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webtemplate-element-deploymentmanifest
0b17b696eb4f-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a specification of an instance of a website structure object type ( SPObjectType ) for implementation on content migration. Definition DECLARATION <xs:element name="WebStructure" type="DeploymentWebSt...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webstructure-element-deploymentmanifest
2500daaa64b6-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a collection of SharePoint Foundation web part ( SPWebPart ) object instances. Definition DECLARATION <xs:element name="WebParts" type="SPWebPartCollection" minOccurs="0" maxOccurs="1" /> USAGE <File...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webparts-element-deploymentmanifest
02ad08641a1d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a SharePoint Foundation top-level web part object ( SPWebPart ). Definition DECLARATION <xs:element name="WebPart" type="SPWebPart" minOccurs="1" maxOccurs="unbounded" /...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webpart-element-deploymentmanifest
02ad08641a1d-1
<xs:element name="ListFormBody" /> </xs:choice> </xs:sequence> <xs:attribute name="Name" /> <xs:attribute name="ListId /> <xs:attribute name="ListRootFolderUrl" /> <xs:attribute name="Type" /> <xs:attribute name="UserId" /> <xs:attribute name="DisplayName" /> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webpart-element-deploymentmanifest
02ad08641a1d-2
Type WebPart Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribute Type Description AllUsersProperties xs:string This value is generated by the web part and should not be changed. BaseViewID xs:stri...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webpart-element-deploymentmanifest
02ad08641a1d-3
ModerationType xs:string Optional flag. Name Guid Simple Type (DeploymentManifest) Required. Unique identifier of the web part. OrderedView xs:boolean Optional flag. Personal xs:boolean Optional flag. PerUserProperties xs:string This value is gener...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webpart-element-deploymentmanifest
02ad08641a1d-4
Child elements Script Element (DeploymentManifest - SPWebPart) PagedRowset Element (DeploymentManifest - SPWebPart) PagedClientCallbackRowset Element (DeploymentManifest - SPWebPart) PagedRecurrenceRowset Element (DeploymentManifest - SPWebPart) ViewFields Element (DeploymentManifest - SPWebPart) ViewData...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/webpart-element-deploymentmanifest
55716415f05e-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents an instance of a SharePoint Foundation website ( SPWeb ) object. A website is one of the top-level SharePoint Foundation objects. Definition DECLARATION <xs:element name="Web" type="SPWeb" />
https://learn.microsoft.com/en-us/sharepoint/dev/schema/web-element-deploymentmanifest
55716415f05e-1
USAGE <SPObject> <Web> <Properties /> <EventReceivers /> <xs:attribute name="Id" /> <xs:attribute name="ParentId" /> <xs:attribute name="Name" /> <xs:attribute name="Title" /> <xs:attribute name="Locale" /> <xs:attribute name="Language"...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/web-element-deploymentmanifest
55716415f05e-2
<xs:attribute name="Created" /> <xs:attribute name="ThemeComposite" /> <xs:attribute name="WebTemplate" /> <xs:attribute name="AnonymousState" /> <xs:attribute name="RootFolderId" /> <xs:attribute name="SystemCatalogsIncluded" /> <xs:attribute name="WelcomePageUrl" /> ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/web-element-deploymentmanifest