id
stringlengths
14
16
text
stringlengths
2
3.14k
source
stringlengths
45
175
86cc5d0c5d69-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies footer information for the alert message header fields. <HeaderFieldsFooter> </HeaderFieldsFooter> Elements and attributes The following sections describe attributes, child elements, and parent elem...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/headerfieldsfooter-element-alerttempaltes
e968681d8574-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies header fields for the alert message. <HeaderFields> </HeaderFields> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Chi...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/headerfields-element-alerttemplates
8080b850deac-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies header information for the alert message. <Header> </Header> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Child elem...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/header-element-alerttemplates
ee91e71f8f3f-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies the display name for the alert template filter. The name can be specified as a string that contains a Resource variable. Resource variables that are listed in AlertTemplates.xml, such as $Resources:Alerts...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/friendlyname-element-alerttemplates
5423a533b8a1-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Modifies the appearance of an alert message. You can also customize the formatting of the alert message by using embedded styles. <Format> <Digest> ... </Digest> <Immediate> ... </Immediate></Format...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/format-element-alerttemplates
b22a9ee0365a-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies footer information for the alert message. <Footer> </Footer> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Child elem...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/footer-element-alerttemplates
008093739cdd-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Filters enable you to create new triggers for an event such as the priority of a task has changed . To modify existing filters or create additional filters, modify the Filter Definition element of the appropriate...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/filters-element-alerttemplates
dd5b94f388b2-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Defines an alert template filter. To modify existing filters or create additional filters, modify the FilterDefinition element of the appropriate template. Define the Query element inside the filter by using Col...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/filterdefinition-element-alerttemplates
dd5b94f388b2-1
</Neq> </Or> </Query> </FilterDefinition>
https://learn.microsoft.com/en-us/sharepoint/dev/schema/filterdefinition-element-alerttemplates
462cf7779310-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies the fields to display in the alert message. Use <GetVar Name="OldValue#{Field}" /> or <GetVar Name="NewValue#{Field}" /> to specify the fields. To exclude fields, use the DigestNotificationExcluded...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fields-element-alerttemplates
f7d8ea8b412d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies whether event types associated with the alert template are visible in the new alert page. <EventTypes IsVisible = "True" | "False"/> Elements and attributes The following sections describe attribute...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/eventtypes-element-alerttemplates
f620eed9319a-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies fields to exclude from a digest alert message. <DigestNotificationExcludedFields> Field1; Field2; ... Fieldn </DigestNotificationExcludedFields> Elements and attributes The following sections desc...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/digestnotificationexcludedfields-element-alerttemplates
bd09aecefe0c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Specifies format information for alert messages in digest format. <Digest> <Subject> </Subject> <Header> </Header> <HeaderFieldsHeader> </HeaderFieldsHeader> <HeaderFields> </HeaderFields> <Heade...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/digest-element-alerttemplates
5442cdfe029d-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Top-level element for an alert templates file. <AlertTemplates <AlertTemplate> ... </AlertTemplate> [<AlertTemplate> ... </AlertTemplate>] </AlertTemplates> Elements and attributes The followin...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alerttemplates-element-alerttemplates
209265ee44a9-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Defines an alert message template. <AlertTemplate Type="List" | "Item" | "Custom" Default="True" | "False" Name="Text"> <EventTypes IsVisible="True" | "False"/> <Format> ... </Format> <Pr...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alerttemplate-element-alerttemplates
8d9d0c242655-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Microsoft SharePoint Foundation includes a set of predefined alert templates. These alert templates are stored in the Alerttemplates.xml file, which is located in the %ProgramFiles%\Common Files\Microsoft Shared\...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alerttemplates-schema
8d9d0c242655-1
Filters FilterDefinition FriendlyName ShortName Query Example The following example shows the basic elements in an alert templates schema. <AlertTemplates> <AlertTemplate Type="List" Default="True" Name ="Default Template"> </AlertTemplate> <AlertTemplate Type="List" Name="SPAler...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alerttemplates-schema
8d9d0c242655-2
See also Query schema Alerts in Windows SharePoint Services
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alerttemplates-schema
845f32ddd7ce-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Important This topic describes markup that was used in a now obsolete method of rendering custom fields types on list views and on the Display, Edit, and New forms. It is provided solely to assist persons who ar...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/renderpattern-element-field-types
845f32ddd7ce-1
Attribute Description Name Required String . Represents the name of the render pattern you are defining in this RenderPattern element. Valid values are: - HeaderPattern . Defines rendering for the column header on list view pages when CAML rendering is turned on (by including <Field Name="CAMLRend...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/renderpattern-element-field-types
845f32ddd7ce-2
Parent elements FieldType element (Field Types) Remarks Inheritance of RenderPatterns If a RenderPattern with a particular Name value is not provided for a field type, the field type inherits the RenderPattern with that name from its parent field type. HeaderPattern If CAML rendering is enabled, t...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/renderpattern-element-field-types
845f32ddd7ce-3
The DisplayPattern type of RenderPattern can also be used to render the field in each row of a list view. By default, SharePoint Foundation uses XSLT markup in a fldtypes*.xsl file located in %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS\XSL to render fields on list views....
https://learn.microsoft.com/en-us/sharepoint/dev/schema/renderpattern-element-field-types
845f32ddd7ce-4
For examples of NewPattern and EditPattern types of RenderPatterns , see %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\XML\FLDTYPES.XML. RenderPatterns for multicolumn-derived custom field types In the RenderPattern markup for a custom MultiColumn field, the SubcolumnNumber ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/renderpattern-element-field-types
845f32ddd7ce-5
Walkthrough: Creating a Custom Field Type Custom Field Types Custom Field Classes Custom Field Type Property Rendering Custom Field Type Definition Custom Multicolumn Field Classes
https://learn.microsoft.com/en-us/sharepoint/dev/schema/renderpattern-element-field-types
68d85c72ec64-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents the default value of a property of a custom field type. <Default> </Default> Important This topic describes markup that was used in an obsolete method of rendering custom field type properties. I...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-element-field-types-property-schema
68d85c72ec64-1
In the following code example, the Default element for the property is ^(\d{3})\d{3}-\d{4}$ because this pattern matches American telephone numbers, and in this example the developer knows that his field will most frequently be used to create columns that hold American telephone numbers. When users create a column ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-element-field-types-property-schema
8e41454e9ede-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a variable property of a custom field type that is set when a column based on the field type is created. <Field Name="Text" DisplayName="Text" MaxLength="Integer" DisplaySize="Integer" Type="T...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types-property-schema
8e41454e9ede-1
Parent elements Fields element (Field Types Property) Remarks For a detailed description and example of this element in context, see PropertySchema element (Field Types) . See also Custom Field Types Custom Field Classes Custom Field Type Property Rendering Custom Field Type Definition
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types-property-schema
9a2f815e496c-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents the container of Field elements within a PropertySchema element. <Fields> </Fields> Important This topic describes markup that was used in an obsolete method of rendering custom field type pr...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fields-element-field-types-property-schema
f5efb718bbcd-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a characteristic of the field type. <Field Name="Text"></Field> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes Attribu...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types
f5efb718bbcd-1
Description AllowBaseTypeRendering Optional Boolean . The default is FALSE . Specifies whether a client application renders the field as its base type (also called the ParentType ), if the client application cannot determine how to properly render the custom field type. If set to TRUE , and the client a...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types
f5efb718bbcd-2
FieldEditorUserControl Optional String . Represents the relative path to a field_type FieldEditor.ascx file that defines a control that appears in SharePoint Foundation in the Additional Column Settings section on the New Site Column page. The control enables column creators to set, for a particular column, th...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types
f5efb718bbcd-3
ShowOnListAuthoringPages Optional Boolean . The default is TRUE . Represents whether this field type is displayed for inclusion on lists. If set to TRUE , SharePoint Foundation displays this field type on list authoring pages so that users can include the field type on their lists. In the SharePoint Foundation obj...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types
f5efb718bbcd-4
SQLType Optional String . Represents the SQL data type that is used to store the data in the content database. Do not use a <Field Name="SQLType"> element in your custom field type definitions. Sortable Required Boolean . Represents whether a list with a column that is based on this field type can be sort...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types
f5efb718bbcd-5
UserCreatable Optional Boolean . The default is TRUE , which enables users to add fields of this field type to lists. Setting the value to FALSE allows use of the field type in list schemas, but hides the field type from users on the Name and Type section of the New Site Column and Create Column pages. ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-field-types
d3121779f810-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents a single field type definition. <FieldType> </FieldType> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Child element...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldtype-element-field-types
d3121779f810-1
<Field Name="ParentType">MultiColumn</Field> <Field Name="TypeDisplayName">US Address</Field> … <PropertySchema> … </PropertySchema> <RenderPattern Name="DisplayPattern"> … </RenderPattern> </FieldType> </FieldTypes> See also Custom Field Types Custom Field Classes Cus...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldtype-element-field-types
eac5b1f1b858-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Represents the collection of field types. <FieldTypes> </FieldTypes> Elements and attributes The following sections describe attributes, child elements, and parent elements. Attributes None Child elemen...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldtypes-element-field-types
eac5b1f1b858-1
… <PropertySchema> … </PropertySchema> <RenderPattern Name="DisplayPattern"> … </RenderPattern> </FieldType> </FieldTypes> See also Custom Field Types Custom Field Classes Custom Field Type Property Rendering Custom Field Type Definition Walkthrough: Creating a Custom Field ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldtypes-element-field-types
6c686c3ec955-0
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 Field Types XML markup is used to define information about a field that is needed to render the field in the UI and in visual designers, regardless of whether the rendering is done by a user control (ASCX), an XSLT ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-types-schema
6c686c3ec955-1
RenderPattern element (Field Types) An element that defines how the field is rendered in certain circumstances. Obsolete.
https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-types-schema
391e3d6fc749-0
Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013 This section provides schema reference documentation for additional SharePoint XML schemas. Field Types schema AlertTemplates schema Mobile Document Viewer schema Server Ribbon schema Solution sc...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/other-sharepoint-schemas
15522647b6c6-0
Applies to: SharePoint Server 2013 Type information Name Value Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search Schema file schema_Microsoft.Office.Server.Search.xsd Definition <xs:simpleType name="LocStringId"> <...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/locstringid-simpletype-sps15xsdsearchset6
15522647b6c6-1
<xs:enumeration value="Type_XML" /> <xs:enumeration value="Type_DocumentLibrary" /> <xs:enumeration value="Type_Visio" /> <xs:enumeration value="Type_SharePointVideo" /> <xs:enumeration value="Type_PDF" /> <xs:enumeration value="Type_Person" /> <xs:enumeration value="Type...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/locstringid-simpletype-sps15xsdsearchset6
15522647b6c6-2
Enumeration values Value Description Type_Discussion Type_Webpage Type_ListItem Type_Survey Type_Publisher Type_Excel Type_Blog Type_TeamSite Type_Project Type_Text Type_List Type_MicroBlog ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/locstringid-simpletype-sps15xsdsearchset6
da4b416e06e8-0
Applies to: SharePoint Server 2013 Element information Name Value Element type tns:LocStringId Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search Schema file schema_Microsoft.Office.Server.Search.xsd Definition <xs:element name="LocStringI...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/locstringid-element-sps15xsdsearchset6
d256a99fc611-0
Applies to: SharePoint Server 2013 This topic shows the schema definition for schema_Microsoft.Office.Server.Search . <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" tns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search" targetNamespace="http://schemas.d...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset6
d256a99fc611-1
<xs:enumeration value="Type_Folder" /> <xs:enumeration value="Type_XML" /> <xs:enumeration value="Type_DocumentLibrary" /> <xs:enumeration value="Type_Visio" /> <xs:enumeration value="Type_SharePointVideo" /> <xs:enumeration value="Type_PDF" /> <xs...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset6
94260027c673-0
Applies to: SharePoint Server 2013 Type information Information Value Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Extension base None Definition <xs:compl...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/reorderingrule-complextype-sps15xsdsearchset5
421c1650bc2d-0
Applies to: SharePoint Server 2013 Type information Information Location Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Extension base None Definition <xs:co...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/arrayofreorderingrule-complextype-sps15xsdsearchset5
8255bf94c23b-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType nam...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spellcheckmode-simpletype-sps15xsdsearchset5
e980ed7a22e8-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType nam...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/sortdirection-simpletype-sps15xsdsearchset5
66ff35533b27-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType nam...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/similartype-simpletype-sps15xsdsearchset5
d8c76cda6a76-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType nam...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/searchprovider-simpletype-sps15xsdsearchset5
72e02392290c-0
Applies to: SharePoint Server 2013 Type information Information Value Base type Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType name="ResultType...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/resulttype-simpletype-sps15xsdsearchset5
055cacea1983-0
Applies to: SharePoint Server 2013 Type information Information type Value Base type Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType name="Resub...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/resubmitflag-simpletype-sps15xsdsearchset5
c9ff0591a3eb-0
Applies to: SharePoint Server 2013 Type information Information Value Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpl...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/reorderingrulematchtype-simpletype-sps15xsdsearchset5
1c2542f405a6-0
Applies to: SharePoint Server 2013 Type information Info type Value Base type Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType name="Qu...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/queryhint-simpletype-sps15xsdsearchset5
75d7932115f2-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType nam...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/queryauthenticationtype-simpletype-sps15xsdsearchset5
c9b352490772-0
Applies to: SharePoint Server 2013 Type information Resource File Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType name="Keyw...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/keywordinclusion-simpletype-sps15xsdsearchset5
17da617f8095-0
Applies to: SharePoint Server 2013 Type information Value Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:simpleType name="...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alertchangetype-simpletype-sps15xsdsearchset5
3a9209ad4821-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:SpellcheckMode Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Defi...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/spellcheckmode-element-sps15xsdsearchset5
8697d3417eb4-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:SortDirection Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/sortdirection-element-sps15xsdsearchset5
46d83da43f51-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:SimilarType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:el...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/similartype-element-sps15xsdsearchset5
23c61bf25932-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:SearchProvider Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/searchprovider-element-sps15xsdsearchset5
7b0652cd44f7-0
Applies to: SharePoint Server 2013 Element information Information Value Element type tns:ResultType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:elemen...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/resulttype-element-sps15xsdsearchset5
775c4cfdcf22-0
Applies to: SharePoint Server 2013 Element information Information type Value Element type tns:ResubmitFlag Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/resubmitflag-element-sps15xsdsearchset5
da5be402778c-0
Applies to: SharePoint Server 2013 Element information Information Value Element type tns:ReorderingRuleMatchType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/reorderingrulematchtype-element-sps15xsdsearchset5
f856cb73e82b-0
Applies to: SharePoint Server 2013 Element information Information Value Element type tns:ReorderingRule Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/reorderingrule-element-sps15xsdsearchset5
401c6764854d-0
Applies to: SharePoint Server 2013 Element information Information Value Element type tns:ReorderingRule Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/reorderingrule-element-arrayofreorderingrule-complextypesps15xsdsearchset5
9f0d712a9dbf-0
Applies to: SharePoint Server 2013 Element information Info type Value Element type tns:QueryHint Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/queryhint-element-sps15xsdsearchset5
94849b34f53a-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:QueryAuthenticationType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/queryauthenticationtype-element-sps15xsdsearchset5
e79e0377a454-0
Applies to: SharePoint Server 2013 Element information Information Location Element type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:element ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/matchvalue-element-reorderingrule-complextypesps15xsdsearchset5
28d5c4db55fc-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:ReorderingRuleMatchType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/matchtype-element-reorderingrule-complextypesps15xsdsearchset5
861c4a27638f-0
Applies to: SharePoint Server 2013 Element information Resource File Element type tns:KeywordInclusion Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs:elem...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/keywordinclusion-element-sps15xsdsearchset5
ea819becbb54-0
Applies to: SharePoint Server 2013 Element information Information Location Element type xs:int Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <xs...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/boost-element-reorderingrule-complextypesps15xsdsearchset5
3bbad6e81b29-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:ArrayOfReorderingRule Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/arrayofreorderingrule-element-sps15xsdsearchset5
1363e1b3bc25-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:AlertChangeType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query Schema file schema_Microsoft.Office.Server.Search.Query.xsd Definition <x...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/alertchangetype-element-sps15xsdsearchset5
29d35a7b38a9-0
Applies to: SharePoint Server 2013 This topic shows the schema definition for schema_Microsoft.Office.Server.Search.Query . <xs:schema tns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsof...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset5
29d35a7b38a9-1
<xs:simpleType name="ResubmitFlag"></xs:simpleType> <xs:element name="ResubmitFlag" type="tns:ResubmitFlag"></xs:element> <xs:simpleType name="SimilarType"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="Find" /> <xs:enumerati...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset5
29d35a7b38a9-2
<xs:enumeration value="FASTSearch" /> </xs:restriction> </xs:simpleType> <xs:element name="SearchProvider" type="tns:SearchProvider"></xs:element> <xs:simpleType name="SortDirection"> <xs:restriction base="xs:string"> <xs:enumeration value="Ascending" /> <xs:enumerati...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset5
29d35a7b38a9-3
<xs:simpleType name="ReorderingRuleMatchType"> <xs:restriction base="xs:string"> <xs:enumeration value="ResultContainsKeyword" /> <xs:enumeration value="TitleContainsKeyword" /> <xs:enumeration value="TitleMatchesKeyword" /> <xs:enumeration value="UrlStartsWith" /...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset5
723d0e0453eb-0
Applies to: SharePoint Server 2013 Type information Info type Value Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definition ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/querytransformparenttype-simpletype-sps15xsdsearchset4
7d3134d991e0-0
Applies to: SharePoint Server 2013 Type information Information Location Base type Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definition <xs:simpleType n...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/queryactionenableonclickthroughoptions-simpletype-sps15xsdsearchset4
c6fd1b3d8b9c-0
Applies to: SharePoint Server 2013 Type information Information Location Base type Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definition <xs:simpleType n...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/matchingoptions-simpletype-sps15xsdsearchset4
5fb007e46153-0
Applies to: SharePoint Server 2013 Type information Resource File Base type Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definition <xs:simpleType name="Li...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/licensetype-simpletype-sps15xsdsearchset4
9d78ae76bc9e-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/groupprocessingdirective-simpletype-sps15xsdsearchset4
da6372a3f403-0
Applies to: SharePoint Server 2013 Type information Information Location Base type xs:string Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definit...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/boundvariableorigin-simpletype-sps15xsdsearchset4
4cd4d0640eca-0
Applies to: SharePoint Server 2013 Element information Info type Value Element type tns:QueryTransformParentType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.x...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/querytransformparenttype-element-sps15xsdsearchset4
4d7f166184a7-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:QueryActionEnableOnClickThroughOptions Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Quer...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/queryactionenableonclickthroughoptions-element-sps15xsdsearchset4
1b8ffc4c7f34-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:MatchingOptions Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Def...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/matchingoptions-element-sps15xsdsearchset4
7ab89408c760-0
Applies to: SharePoint Server 2013 Element information Resource File Element type tns:LicenseType Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd Definition <...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/licensetype-element-sps15xsdsearchset4
b64fbddb9654-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:GroupProcessingDirective Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Ru...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/groupprocessingdirective-element-sps15xsdsearchset4
54c951ce7487-0
Applies to: SharePoint Server 2013 Element information Information Location Element type tns:BoundVariableOrigin Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules Schema file schema_Microsoft.Office.Server.Search.Query.Rules.xsd ...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/boundvariableorigin-element-sps15xsdsearchset4
d499697412d0-0
Applies to: SharePoint Server 2013 This topic shows the schema definition for schema_Microsoft.Office.Server.Search.Query.Rules . <xs:schema tns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query.Rules" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset4
d499697412d0-1
<xs:enumeration value="MatchedTerms" /> <xs:enumeration value="Remainder" /> <xs:enumeration value="CaptureGroup" /> </xs:restriction> </xs:simpleType> <xs:element name="BoundVariableOrigin" type="tns:BoundVariableOrigin"></xs:element> <xs:simpleType name="GroupProcessingDire...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/schema-map-sps15xsdsearchset4
93a99dfc753f-0
Type information Information Location Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Portability Schema file schema_Microsoft.Office.Server.Search.Portability.xsd Extension base None Definition <xs:complexType name="SearchSchemaConfigurat...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/searchschemaconfigurationsettings-complextype-sps15xsdsearchset3
93a99dfc753f-1
Elements and attributes If the schema defines specific requirements, such as sequence , minOccurs , maxOccurs , and choice , see the definition section. Child elements Element Type Description Aliases q8:AliasInfoCollection CategoriesAndCrawledProperties q9:ArrayOfKeyValu...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/searchschemaconfigurationsettings-complextype-sps15xsdsearchset3
97c18bb7e3b1-0
Type information Information Location Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Portability Schema file schema_Microsoft.Office.Server.Search.Portability.xsd Extension base None Definition <xs:complexType name="SearchRankingModelConf...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/searchrankingmodelconfigurationsettings-complextype-sps15xsdsearchset3
b57c4115f6f3-0
Type information Information Location Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Portability Schema file schema_Microsoft.Office.Server.Search.Portability.xsd Extension base None Definition <xs:complexType name="SearchQueryConfigurati...
https://learn.microsoft.com/en-us/sharepoint/dev/schema/searchqueryconfigurationsettings-complextype-sps15xsdsearchset3