CrawledPropertyInfo complexType (SPS15XSDSearchSet2)
Type information
Name | Value |
---|---|
Namespace | http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration |
Schema file | schema_Microsoft.Office.Server.Search.Administration.xsd |
Extension base | tns:BaseInfo |
Definition
<xs:complexType name="CrawledPropertyInfo">
<xs:complexContent>
<xs:extension base="tns:BaseInfo">
<xs:sequence>
<xs:element name="CategoryName" type="xs:string" minOccurs="0"></xs:element>
<xs:element name="IsMappedToContents" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="IsNameEnum" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="MappedManagedProperties" type="tns:ArrayOfManagedPropertyInfo" minOccurs="0"></xs:element>
<xs:element name="Propset" type="ser:guid" minOccurs="0"></xs:element>
<xs:element name="Samples" type="q12:ArrayOfstring" minOccurs="0"></xs:element>
<xs:element name="SchemaId" type="xs:int" minOccurs="0"></xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</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 |
---|---|---|
CategoryName |
xs:string |
|
IsMappedToContents |
xs:boolean |
|
IsNameEnum |
xs:boolean |
|
MappedManagedProperties |
tns:ArrayOfManagedPropertyInfo |
|
Propset |
ser:guid |
|
Samples |
q12:ArrayOfstring |
|
SchemaId |
xs:int |
Attributes
None.