ResultItemType complexType (SPS15XSDSearchSet2)
Type information
Information type | Value |
---|---|
Namespace | http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration |
Schema file | schema_Microsoft.Office.Server.Search.Administration.xsd |
Extension base | None |
Definition
<xs:complexType name="ResultItemType">
<xs:sequence>
<xs:element name="BuiltIn" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="DisplayProperties" type="xs:string" minOccurs="0"></xs:element>
<xs:element name="DisplayTemplateUrl" type="xs:string" minOccurs="0"></xs:element>
<xs:element name="ID" type="xs:int" minOccurs="0"></xs:element>
<xs:element name="InternalID" type="ser:guid" minOccurs="0"></xs:element>
<xs:element name="IsDeleted" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="LastModifiedDate" type="xs:dateTime" minOccurs="0"></xs:element>
<xs:element name="Name" type="xs:string" minOccurs="0"></xs:element>
<xs:element name="OptimizeForFrequentUse" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="Owner" type="tns:SearchObjectOwner" minOccurs="0"></xs:element>
<xs:element name="RulePriority" type="xs:int" minOccurs="0"></xs:element>
<xs:element name="Rules" type="tns:PropertyRuleCollection" minOccurs="0"></xs:element>
<xs:element name="SourceID" type="ser:guid" minOccurs="0"></xs:element>
</xs:sequence>
</xs:complexType>
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 |
---|---|---|
BuiltIn | xs:boolean | |
DisplayProperties | xs:string | |
DisplayTemplateUrl | xs:string | |
ID | xs:int | |
InternalID | ser:guid | |
IsDeleted | xs:boolean | |
LastModifiedDate | xs:dateTime | |
Name | xs:string | |
OptimizeForFrequentUse | xs:boolean | |
Owner | tns:SearchObjectOwner | |
RulePriority | xs:int | |
Rules | tns:PropertyRuleCollection | |
SourceID | ser:guid |
Attributes
None.