Mapa de esquema (SPS15XSDSearchSet4)
Aplica-se a: SharePoint Server 2013
Este tópico mostra a definição de esquema para 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/07/Microsoft.Office.Server.Search.Query.Rules" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="LicenseType"></xs:simpleType>
<xs:element name="LicenseType" type="tns:LicenseType"></xs:element>
<xs:simpleType name="QueryActionEnableOnClickThroughOptions"></xs:simpleType>
<xs:element name="QueryActionEnableOnClickThroughOptions" type="tns:QueryActionEnableOnClickThroughOptions"></xs:element>
<xs:simpleType name="QueryTransformParentType">
<xs:restriction base="xs:string">
<xs:enumeration value="Action" />
<xs:enumeration value="UserDefined" />
<xs:enumeration value="Source" />
</xs:restriction>
</xs:simpleType>
<xs:element name="QueryTransformParentType" type="tns:QueryTransformParentType"></xs:element>
<xs:simpleType name="MatchingOptions"></xs:simpleType>
<xs:element name="MatchingOptions" type="tns:MatchingOptions"></xs:element>
<xs:simpleType name="BoundVariableOrigin">
<xs:restriction base="xs:string">
<xs:enumeration value="FullQuery" />
<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="GroupProcessingDirective">
<xs:restriction base="xs:string">
<xs:enumeration value="Stop" />
<xs:enumeration value="Continue" />
</xs:restriction>
</xs:simpleType>
<xs:element name="GroupProcessingDirective" type="tns:GroupProcessingDirective"></xs:element>
</xs:schema>