propset Element

Applies to: SharePoint Server 2010

    <propset>propertySetValue</propset>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

None.

Parent Elements

Element

Description

XMLPropertiesCreator

Specifies the parent element for XML Mapper configuration.

Text Value

propertySetValue is a GUID and must be a hexadecimal string in the following format: 00000000-0000-0000-0000-000000000000.

Remarks

Only one element is permitted.

The default property set can be overridden by the individual Mapping and MappingGroup elements by using the propset attribute.

Example

The following example creates a crawled property that has property set d6ee4933-09c4-46e3-a5e4-b3787cb4a090, variant-type 31 (string), and property name mytitle.

<XMLPropertiesCreator>
  <propset>d6ee4933-09c4-46e3-a5e4-b3787cb4a090</propset>
  <type>31</type>
  <XMLMappings>
    <Mapping attr="mytitle" path="//title"/>
  </XMLMappings>
</XMLPropertiesCreator>

The crawled property will be created only if the XPath expression "//title" matches the crawled XML item.

See Also

Concepts

Custom XML Item Processing

XML Mapper Schema (FAST Search Server 2010 for SharePoint)