Partilhar via


ResultItemType complexType (SPS15XSDSearchSet2)

Informação de tipo

Tipo de informação Valor
Namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration
Arquivo de esquema schema_Microsoft.Office.Server.Search.Administration.xsd
Base da extensão Nenhum

Definição

<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>

Elementos e atributos

Se o esquema definir requisitos específicos, como sequence, minOccurs,maxOccurs e choice, confira a seção de definição.

Elementos filho

Elemento Tipo Descrição
BuiltIn xs:booleano
DisplayProperties xs:string
DisplayTemplateUrl xs:string
ID xs:int
InternalID ser:guid
Isdeleted xs:booleano
LastModifiedDate xs:dateTime
Nome xs:string
OptimizeForFrequentUse xs:booleano
Owner tns:SearchObjectOwner
RulePriority xs:int
Regras tns:PropertyRuleCollection
Sourceid ser:guid

Atributos

Nenhum