id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
6a60ad248b97-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents the definition of a Group By Header parameter ( GroupByHeader ) in a view.
Definition
DECLARATION
<xs:element name="GroupByHeader" minOccurs="0" maxOccurs="unbounded" />
USAGE
<View>
<GroupBy... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/groupbyheader-deploymentmanifestspview |
9e1648d3e129-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents the definition of a Group By Footer ( GroupByFooter ) used in a web part.
Definition
DECLARATION
<xs:element name="GroupByFooter" minOccurs="0" maxOccurs="unbounded" />
USAGE
<WebPart>
<Group... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/groupbyfooter-element-deploymentmanifestspwebpart |
81911ef9ecea-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents the definition of a Group By Footer ( GroupByFooter ) used in a view.
Definition
DECLARATION
<xs:element name="GroupByFooter" minOccurs="0" maxOccurs="unbounded" />
USAGE
<View>
<GroupByFoote... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/groupbyfooter-element-deploymentmanifestspview |
0b47e5de7563-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a collection of Windows SharePoint Services 3.0 form ( SPFormCollection ) object instances.
Definition
DECLARATION
<xs:element name="Forms" type="SPFormCollection" minOccurs="0" maxOccurs="1" />
USAG... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/forms-element-deploymentmanifest |
1d27df43b934-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents formatting parameters for a Windows SharePoint Services 3.0 web part.
Definition
DECLARATION
<xs:element name="Formats" minOccurs="0" maxOccurs="unbounded" />
USAGE
<WebPart>
<Formats />
</We... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/formats-element-deploymentmanifestspwebpart |
f71439bcdd1f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents formatting parameters for an instance of a SharePoint view ( SPView ) object.
Definition
DECLARATION
<xs:element name="Formats" minOccurs="0" maxOccurs="unbounded" />
USAGE
<View>
<Formats />... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/formats-element-deploymentmanifestspview |
0f3f5fd39534-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 form ( SPForm ) object.
Definition
DECLARATION
<xs:element name="Form"
type="SPForm"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Form... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/form-element-deploymentmanifest |
8ec38c4e9542-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 folder ( SPFolder ) object.
Definition
DECLARATION
<xs:element name="Folder" type="SPFolder" />
USAGE
<SPObject>
<Folder
Id="G... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/folder-element-deploymentmanifest |
8ec38c4e9542-1 | Type
SPFolder
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
Id
Guid Simple Type (DeploymentManifest)
Unique identifier of the folder. Optional on export; required by import.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/folder-element-deploymentmanifest |
8ec38c4e9542-2 | ModifiedBy
xs:string
Optional. User who last modified the folder.
TimeCreated
xs:dateTime
Optional. Date/time value specifying the time the folder was created.
TimeLastModified
xs:dateTime
Optional. Date-time value specifying the time the folder was last modified.
Child... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/folder-element-deploymentmanifest |
dd8e69be0936-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a versioned instance of a SharePoint Foundation 2010 file ( SPFile ) object.
Definition
DECLARATION
<xs:element name="File"
type="SPFile"
minOccurs="1" maxOccurs="unbounded"
/>
USAGE
<... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspfileversioncollection |
dd8e69be0936-1 | Optional. Unique identifier of the file.
Url
xs:string
Optional. The website-relative URL of the file.
ListItemIntId
xs:int
Optional. Integer identifier specifying the list item relative to position in a document library.
ParentWebId
Guid Simple Type (DeploymentManifest)
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspfileversioncollection |
dd8e69be0936-2 | FailureMessage
xs:string
Optional. Message represented on failure at export or import.
IsGhosted
xs:boolean
Optional. Specifies whether the file exists on the front end (and not in the database), and therefore does not require a roundtrip to the database server.
SetupPath
xs:string ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspfileversioncollection |
3b41e13a6454-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 file ( SPFile ) object.
Definition
DECLARATION
<xs:element name="File" type="SPFile" /> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspgenericobject |
3b41e13a6454-1 | USAGE
<SPObject>
<File
Name="xs:string"
Id="Guid"
Url="xs:string"
ListItemIntId="xs:int"
ParentWebId="Guid"
ParentWebUrl="xs:string"
ParentId="Guid"
ListId="Guid"
FileV... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspgenericobject |
3b41e13a6454-2 | ParentWebId
Guid Simple Type (DeploymentManifest)
Unique identifier of parent website. Optional on export; required by import.
ParentWebUrl
xs:string
Optional. URL of the parent website.
ParentId
Guid Simple Type (DeploymentManifest)
Unique identifier of the parent folder for ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspgenericobject |
3b41e13a6454-3 | IsGhosted
xs:boolean
Optional. Specifies whether the file exists on the front end (and not in the database), and therefore does not require a roundtrip to the database server.
SetupPath
xs:string
Path to the front-end file location in cases where the IsGhosted attribute is true . Optional ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/file-element-deploymentmanifestspgenericobject |
4ac42585fdc7-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a template for a Windows SharePoint Services 3.0 field object ( SPField ).
Definition
DECLARATION
<xs:element name="FieldTemplate" type="DeploymentFieldTemplate" />
USAGE
<SPObject>
<FieldTem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldtemplate-element-deploymentmanifest |
8b782ff96a91-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a collection of SPField object instances on a Windows SharePoint Services 3.0 SPListItem object.
Definition
DECLARATION
<xs:element name="Fields"
type="SPFieldCollection"
minOccurs... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fields-element-deploymentmanifestsplistitem |
383f2cdc3f79-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a collection of Field ( SPField ) instances on a Windows SharePoint Services 3.0 List object ( SPList ).
Definition
DECLARATION
<xs:element name="Fields"
type="SPFieldCollection"
minOc... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fields-element-deploymentmanifestsplist |
70cc86763f76-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents field data to display in a view.
Definition
DECLARATION
<xs:element name="FieldRef"
type="SPFieldLink"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<ViewFields>
<FieldRef
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-deploymentmanifestspfieldlinkcollection |
70cc86763f76-1 | Type
SPFieldLink
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
Name
xs:string
Optional. Name of the field referenced.
ID
Guid Simple Type (DeploymentManifest)
Optional. ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-deploymentmanifestspfieldlinkcollection |
a42795099ebc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents field data to display in a Windows SharePoint Services 3.0 list ( SPList ).
Definition
DECLARATION
<xs:element name="FieldRef"
type="SPFieldLink"
minOccurs="0" maxOccurs="unbounded"
/>... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-deploymentmanifestspfieldcollection |
a42795099ebc-1 | Type
SPField
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
Name
xs:string
Optional. Name of the field in which to display the data.
ID
Guid Simple Type (DeploymentManifest) ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-deploymentmanifestspfieldcollection |
cf5e2b6be3cc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 field object ( SPField ) that provides a field value for the specified template field.
Definition
DECLARATION
<xs:element name="Field"
type="SP... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestdeploymentfieldtemplate |
cf5e2b6be3cc-1 | Type
SPField
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
Id
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the list template.
FieldId
Guid Simple Typ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestdeploymentfieldtemplate |
cf5e2b6be3cc-2 | Sealed
xs:string
Optional. Indicates whether other fields can be derived from the field.
CanToggleHidden
xs:string
Optional. Indicates whether the field column can be hidden in the user interface.
DisplaySize
xs:string
Optional. Specifies the display size for the field.
R... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestdeploymentfieldtemplate |
cf5e2b6be3cc-3 | FilterableNoRecurrenceBySchema
xs:string
Optional. Specifies whether the field can be filtered with respect to the schema definition file, but in such a way that the view does not expand recurring events.
FilterableNoRecurrence
xs:string
Optional. Specifies whether a filter can be created on a f... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestdeploymentfieldtemplate |
b19c402ea809-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents field values for the specified type instance.
Definition
DECLARATION
<xs:element name="Field"
type="DictionaryEntry"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Fields>
<Fiel... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestfielddatacollection |
f8b27c9ab552-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 Field object ( SPField ) for the specified field collection.
Definition
DECLARATION
<xs:element name="Field"
type="SPField"
minOccurs="... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestspfieldcollection |
f8b27c9ab552-1 | Type
SPField
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
Id
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the list template.
FieldId
Guid Simple Typ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestspfieldcollection |
f8b27c9ab552-2 | Sealed
xs:string
Optional. Indicates whether other fields can be derived from the field.
CanToggleHidden
xs:string
Optional. Indicates whether the field column can be hidden in the user interface.
DisplaySize
xs:string
Optional. Specifies the display size for the field.
R... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestspfieldcollection |
f8b27c9ab552-3 | FilterableNoRecurrenceBySchema
xs:string
Optional. Specifies whether the field can be filtered with respect to the schema definition file, but in such a way that the view does not expand recurring events.
FilterableNoRecurrence
xs:string
Optional. Specifies whether a filter can be created on a f... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-deploymentmanifestspfieldcollection |
e24f4b95c98f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 Feature ( SPFeature ) object.
Definition
DECLARATION
<xs:element name="Feature" type="SPFeature" />
USAGE
<SPObject>
<Feature>
Id="Guid"
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-deploymentmanifest |
986cc00814da-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a SharePoint event receiver object container or collection ( SPEventReceiverDefinitionCollection ) for implementing event handling on SharePoint Web ( SPWeb ) objects.
Definition
DECLARATION
<xs:eleme... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventreceivers-element-deploymentmanifestspweb |
e2b24f7f8cdb-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a SharePoint event receiver object container or collection ( SPEventReceiverDefinitionCollection ) for implementing event handling on SharePoint list item ( SPListItem ) objects.
Definition
DECLARATIO... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventreceivers-element-deploymentmanifestsplistitem |
24f438be2c66-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a SharePoint event receiver object container or collection ( SPEventReceiverDefinitionCollection ) for implementing event handling on SharePoint list ( SPList ) objects.
Definition
DECLARATION
<xs:ele... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventreceivers-element-deploymentmanifestsplist |
b7bdaa258053-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a Windows SharePoint Services 3.0 event receiver object container or collection ( SPEventReceiverDefinitionCollection ) for implementing event handling on SharePoint file ( SPFile ) objects.
Definition ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventreceivers-element-deploymentmanifestspfile |
0f2a5733e496-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a SharePoint event receiver object instance ( SPEventReceiverDefinition ). Depending on the event receiver collection specified, the event receiver can listen for events on SPFile , SPList , SPListItem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventreceiver-element-deploymentmanifest |
0f2a5733e496-1 | Type
SPEventReceiverDefinition
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
ID
Guid Simple Type (DeploymentManifest)
Required. Unique identifier of the event receiver definition.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventreceiver-element-deploymentmanifest |
444fccb958da-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 document template object ( SPDocTemplate ) that is used in a document library.
Definition
DECLARATION
<xs:element name="DocumentTemplate" type="SPDocTe... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/documenttemplate-element-deploymentmanifest |
c77501d9da04-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 document library object ( SPDocumentLibrary ).
Definition
DECLARATION
<xs:element name="DocumentLibrary" type="SPDocumentLibrary" />
USAGE
<SPObject>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/documentlibrary-element-deploymentmanifest |
2a14c7151764-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a container of deleted fields specified for a SharePoint list.
Definition
DECLARATION
<xs:element name="DeletedFields" type="ListDeletedFields" minOccurs="0" maxOccurs="1" />
USAGE
<List>
<Deleted... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/deletedfields-element-deploymentmanifest |
276529cc1ffc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a data field that was deleted from a SharePoint list.
Definition
DECLARATION
<xs:element name="DeletedField" type="DeletedField" minOccurs="0" maxOccurs="unbounded" />
USAGE
<DeletedFields>
<Delet... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/deletedfield-element-deploymentmanifest |
b2b7f3c51e51-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a container, or collection, of Windows SharePoint Services 3.0 content type specifications for list items.
Definition
DECLARATION
<xs:element name="ContentTypes" type="SPContentTypeCollection" minOccu... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttypes-element-deploymentmanifest |
c5ec80054cb0-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an object that specifies the content type for a Windows SharePoint Services 3.0 object.
Definition
DECLARATION
<xs:element
name="ContentType"
type="SPContentType"
/>
USAGE
<SPObject>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttype-element-deploymentmanifest |
c5ec80054cb0-1 | Type
SPContentType
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Type
Description
ID
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the content type.
Name
xs:string
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttype-element-deploymentmanifest |
c5757cab397a-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an object specifying the style of a SharePoint calendar web part.
Definition
DECLARATION
<xs:element name="CalendarViewStyles" minOccurs="0" maxOccurs="1" />
USAGE
<WebPart>
<CalendarViewStyles />... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/calendarviewstyles-element-deploymentmanifestspwebpart |
c46fb85710d9-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an object specifying the style of a SharePoint calendar view.
Definition
DECLARATION
<xs:element name="CalendarViewStyles" minOccurs="0" maxOccurs="1" />
USAGE
<View>
<CalendarViewStyles />
</View... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/calendarviewstyles-element-deploymentmanifestspview |
d86a838f79f3-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a container, or collection, of Windows SharePoint Services 3.0 Attachment object instances.
Definition
DECLARATION
<xs:element name="Attachments" type="SPAttachmentCollection" minOccurs="0" maxOccur... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/attachments-element-deploymentmanifest |
c1eeebf5aecf-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 attachment object ( SPAttachment ).
Definition
DECLARATION
<xs:element name="Attachment"
type="SPAttachment"
minOccurs="0" maxOccurs="unbou... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/attachment-element-deploymentmanifest |
c1eeebf5aecf-1 | FileValue
xs:string
Required. Identifier of the attachment file as maintained by the export package.
MetaInfo
xs:string
Optional. Property bag values for the attachment file.
Author
xs:string
Optional. User who created or uploaded the attachment file.
ModifiedBy
xs:st... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/attachment-element-deploymentmanifest |
a76f269d368c-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a Windows SharePoint Services 3.0 deployment assignment object instance ( DeploymentAssignment ).
Definition
DECLARATION SYNTAX
<xs:element name="Assignment"
type="DeploymentAssignment"
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/assignment-element-deploymentmanifest |
11e91155dbe1-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents one or more aggregate, or total, columns used in a specified web part.
Definition
DECLARATION SYNTAX
<xs:element name="Aggregations" minOccurs="0" maxOccurs="unbounded" />
USAGE SYNTAX
<WebParts>
<... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/aggregations-element-deploymentmanifestspwebpart |
0e1b65310f1b-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents one or more aggregate, or total, columns used in a specified view.
Definition
DECLARATION SYNTAX
<xs:element name="Aggregations" minOccurs="0" maxOccurs="unbounded" />
USAGE SYNTAX
<Views>
<V... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/aggregations-element-deployment-manifestspview |
4a4c8e245a32-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies Boolean values using specific typographical forms.
Definition
<xs:simpleType name="TRUEFALSE">
<xs:restriction base="xs:string">
<xs:enumeration value="TRUE" />
<xs:enumeration value="F... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/truefalse-simple-type-deploymentmanifest |
ba102989a4ff-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides values for specifying the recursive scope of a specified view into a document library.
Definition
<xs:simpleType name="SPViewScope">
<xs:restriction base="xs:string">
<xs:enumera... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spviewscope-simple-type-deploymentmanifest |
439e059a3dcf-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides values for all top-level serialized SharePoint object types.
Definition
<xs:simpleType name="SPObjectType">
<xs:restriction base="xs:string">
<xs:enumeration value="SPSite" />
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spobjecttype-simple-type-deploymentmanifest |
439e059a3dcf-1 | Enumeration values
Value
Description
SPSite
Specifies that a SharePoint object is of type SPSite .
SPWeb
Specifies that a SharePoint object is of type SPWeb .
SPList
Specifies that a SharePoint object is of type SPList .
SPDocumentLibrary
Specifies that a S... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spobjecttype-simple-type-deploymentmanifest |
439e059a3dcf-2 | Specifies that a SharePoint object is of type DeploymentGroupX .
DeploymentRoles
Specifies that a SharePoint object is of type DeploymentRoles .
DeploymentRoleX
Specifies that a SharePoint object is of type DeploymentRoleX .
DeploymentRoleAssignments
Specifies that a SharePoint ob... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spobjecttype-simple-type-deploymentmanifest |
a1f13f091a5a-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the document status for a list item in a Windows SharePoint Services 3.0 list or document library version collection.
Definition
<xs:simpleType name="SPModerationStatusType">
<xs:restriction ba... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spmoderationstatustype-simple-type-deploymentmanifest |
a9e7d8446f90-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Establishes a base for instantiating list templates.
Definition
<xs:simpleType name="SPListTemplateType">
<xs:restriction base="xs:string" />
</xs:simpleType>
Type
xs:string
Remarks
This type r... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/splisttemplatetype-simple-type-deploymentmanifest |
b086d7d26b9a-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the available event receivers.
Definition
<xs:simpleType name="SPEventReceiverType" >
<xs:restriction base="xs:string">
<xs:enumeration value="ItemAdding" />
<xs:enumera... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/speventreceivertype-simple-type-deploymentmanifest |
b086d7d26b9a-1 | <xs:enumeration value="ItemFileMoved" />
<xs:enumeration value="ItemFileTransformed" />
<xs:enumeration value="FieldAdded" />
<xs:enumeration value="FieldUpdated" />
<xs:enumeration value="FieldDeleted" />
<xs:enumeration value="SiteDeleted" />
<xs... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/speventreceivertype-simple-type-deploymentmanifest |
b086d7d26b9a-2 | Enumeration values
Value
Description
ContextEvent
Indicates a list received a context event.
EmailReceived
Indicates a list received an email message.
FieldAdded
Indicates a field was added.
FieldAdding
Indicates a field is being added.
FieldDeleted ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/speventreceivertype-simple-type-deploymentmanifest |
b086d7d26b9a-3 | ItemDeleting
Indicates an item is being deleted.
ItemFileMoved
Indicates a file was moved.
ItemFileMoving
Indicates a file is being moved.
ItemFileTransformed
Indicates a file was converted.
ItemUncheckedOut
Indicates an item is not checked out.
ItemUnchecking... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/speventreceivertype-simple-type-deploymentmanifest |
842728588832-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the object type for event hosts.
Definition
<xs:simpleType name="SPEventHostType" >
<xs:restriction base="xs:string">
<xs:enumeration value="Site" />
<xs:enumeration value="Web" />
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/speventhosttype-simple-type-deploymentmanifest |
f9d785f81eea-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Indicates the data type of the specified field value.
Definition
<xs:simpleType name="SPDictionaryEntryValueType">
<xs:restriction base="xs:string">
<xs:enumeration value="String" />
<xs:enumerati... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spdictionaryentryvaluetype-simple-type-deploymentmanifest |
4d9efb9a2201-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Indicates the type of access granted to the specified field value.
Definition
<xs:simpleType name="SPDictionaryEntryAccess">
<xs:restriction base="xs:string">
<xs:enumeration value="ReadOnly" />
<... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spdictionaryentryaccess-simple-type-deploymentmanifest |
726abc8f1b55-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the base type for a SharePoint list item.
Definition
<xs:simpleType name="SPBaseType">
<xs:restriction base="xs:string">
<xs:enumeration value="UnspecifiedBaseType" />
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/spbasetype-simple-type-deploymentmanifest |
61429e14ac14-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the allowable security modifications for a specified user, user group, role, or role assignment.
Definition
<xs:simpleType name="SecurityModificationType">
<xs:restriction base="xs:string">
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/securitymodificationtype-simple-type-deploymentmanifest |
dbec5ad3f7ca-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the document type of a specified list item.
Definition
<xs:simpleType name="ListItemDocType">
<xs:restriction base="xs:string">
<xs:enumeration value="File" />
<xs:enumeration value="Fol... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/listitemdoctype-simple-type-deploymentmanifest |
8482d038ce2a-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 and types of the DeploymentManifest Schema. The attribute provides a GUID of the specified item.
Definition
<xs... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/guid-simple-type-deploymentmanifest |
9477fc13ca97-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the type of user who can view a draft document.
Definition
<xs:simpleType name="DraftVisibilityType">
<xs:restriction base="xs:string">
<xs:enumeration value="Reader" />
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/draftvisibilitytype-simple-type-deploymentmanifest |
a808cd528d63-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the default environment for a SharePoint item upon opening.
Definition
<xs:simpleType name="DefaultItemOpen">
<xs:restriction base="xs:string">
<xs:enumeration value="Browser" />
<xs:enu... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/defaultitemopen-simple-type-deploymentmanifest |
350ae65fee28-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a value representing the current state of the AnonymousState attribute on the SPWeb object type - Web element (DeploymentManifest) .
Definition
<xs:simpleType name="AnonymousState">
<xs:re... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/anonymousstate-simple-type-deploymentmanifest |
cc7955909d76-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
SharePoint Foundation content migration is supported by APIs that are provided in the Microsoft.SharePoint.Deployment namespace. Additionally, migration implementations are supported by XML schemas provided with t... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/content-migration-schemas |
cc7955909d76-1 | DeploymentRequirements schema
Provides validation for the Requirements.xml file exported into the content migration package.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, ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/content-migration-schemas |
ea9a44ad8eb8-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines a workflow.
Definition
<Workflow
Title="Text"
Name="Text"
CodeBesideAssembly="Text"
CodeBesideClass="Text"
Description="Text"
Id="Text"
EngineClass="Text"
EngineAssembly="Text"
Associat... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/workflow-element-elements |
ea9a44ad8eb8-1 | EngineAssembly
Reserved for future use.
AssociationUrl
Optional Text . Specifies the URL of the association form for this workflow. Set the value of the AssociationURL attribute to the custom form page you want to use for workflow association. For example: AssociationURL = MyWkflAssociationPage.aspx No... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/workflow-element-elements |
ea9a44ad8eb8-2 | ModificationUrl
Optional Text . Specifies the URL of the form handling the modifications for this workflow. If your workflow includes multiple modifications, you can program the form you specify with this attribute to: Display a different view of the form, based on the modification identifier passed to this form. R... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/workflow-element-elements |
ea9a44ad8eb8-3 | CodeBesideClass="AdventureWorks.Workflow1"
CodeBesideAssembly="AdventureWorks, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e3bce121e9429c"
TaskListContentTypeId="0x01080100C9C9515DE4E24001905074F980F93160"
AssociationUrl="_layouts/myAssocPage.aspx"
InstantiationUr... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/workflow-element-elements |
132c97c5a507-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the URL of a custom workflow status page for the workflow.
Definition
<StatusPageUrl>
</StatusPageUrl>
Elements and attributes
The following sections describe attributes, child elements, and paren... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/statuspageurl-element-workflow |
4c6e31c4a63b-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a custom workflow status column value.
Definition
<StatusColumnValue>
</StatusColumnValue>
Elements and attributes
The following sections describe attributes, child elements, and parent elements. ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/statuscolumnvalue-element-workflow |
e3b91927be29-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents the name of the modification form, where GUID represents the actual unique identifier assigned to the modification form.
Definition
<Modification_GUID_Name>
</Modification_GUID_Name>
Elements and a... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/modification_guid_name-element-workflow |
e315892b16e8-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains any additional, custom metadata elements that are valid XML for the workflow.
Definition
<MetaData>
</MetaData>
Elements and attributes
The following sections describe attributes, child elements, a... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/metadata-element-workflow |
e315892b16e8-1 | <StatusPageUrl>_layouts/myWrkStat.aspx</StatusPageUrl>
<ExtendedStatusColumnValues>
<StatusColumnValue>Canceled</StatusColumnValue>
<StatusColumnValue>Approved</StatusColumnValue>
<StatusColumnValue>Rejected</StatusColumnValue>
</ExtendedStatusColumnValues>
</MetaData... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/metadata-element-workflow |
9895677f8201-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies which events are enabled, at workflow association, to initiate the workflow.
Definition
<InitiationType>
</InitiationType>
Elements and attributes
The following sections describe attributes, child... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/initiationtype-element-workflow |
9895677f8201-1 | <InitiationType>Manual;#OnNewItem;#OnItemUpdate;#OnMajorCheckIn</InitiationType>
See also
Workflow Definitions
Workflows in Windows SharePoint Services
Workflow Deployment Using Features | https://learn.microsoft.com/en-us/sharepoint/dev/schema/initiationtype-element-workflow |
7317f65b3011-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the categories of applications in which users can initiate this workflow.
Definition
<InitiationCategories/>
</InitiationCatagories>
Elements and attributes
The following sections describe attribu... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/initiationcategories-element-workflow |
3ec7ab73d860-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a collection of custom workflow status column values.
Definition
<ExtendedStatusColumnValues/>
</ExtendedStatusColumnValues>
Elements and attributes
The following sections describe attributes, chil... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/extendedstatuscolumnvalues-element-workflow |
7aa63d4ac204-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element in a Feature manifest file that contains Feature element declarations.
Definition
<Elements
Id = "Text">
</Elements>
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-element-workflow |
433acacdf128-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Reserved for future use.
Definition
<Categories/>
</Categories>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/categories-element-workflow |
3566d4f9c7d1-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies any custom, valid XML data to pass to the workflow association form. The association form you specify for this workflow must be able to parse the data.
Definition
<AssociationData>
</AssociationData>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationdata-element-workflow |
e0f30881d5a9-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the categories of list and content types to which you can associate this workflow.
Definition
<AssocationCategories/>
</AssociationCatagories>
Elements and attributes
The following sections descri... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationcategories-element-workflow |
e0f30881d5a9-1 | Example
The following example specifies that the workflow can be associated with lists of list type 1300, which is defined in feature 29d85c25-170c-4df9-a641-12db0b9d4130 .
<MetaData>
<AssociationCategories>List;29d85c25-170c-4df9-a641-12db0b9d4130;1300</AssociationCategories>
</MetaData>
See also... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/associationcategories-element-workflow |
525573dbe5ed-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Each element manifest that defines a workflow must adhere to the Workflow Definition schema. A workflow definition is an XML file that contains the information that SharePoint Foundation requires to instantiate and ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/workflow-definitions |
4ede1b0ae3f1-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides a parent for the WebTemplate element in an elements.xml file in a web template WSP file.
Elements (Web Template)
WebTemplate Element (Web Template)
Definition
<Elements xmlns="http://schem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-web-template |
4ede1b0ae3f1-1 | Collation="25"
ContainsDefaultLists="TRUE"
CustomizedCssFiles=""
CustomJSUrl=""
Description="A 4th Generation Blog Site."
ExcludeFromOfflineClient="FALSE"
Locale="1033"
Name="BlogIV"
ParserEnabled="TRUE"
PortalName=""
PortalUrl=""
P... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-web-template |
e5d3cea14e6f-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Configures several aspects of a custom web template and the websites that are created from it. This element is in an elements.xml file that is inside the .wsp file that packages a web template.
Elements (Web Tem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/webtemplate-element-web-template |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.