Definition Type: Element
Name: ExactMatchIndicator
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:IndicatorType
Containing Schema: Fields.xsd
Abstract
Documentation:
The ExactMatch element is used to define the type of search the external system should perform. If the ExactMatch is true then the external system should (if supported) search using this criterion and return only the data that exactly matches the search criteria. A false value would mean that the external system should use this search criterion and return a ‘fuzzy’ match of data that contains the search criteria but not necessarily an explicit match.
Collapse XSD Schema Diagram:
XSD Diagram of ExactMatchIndicator in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="ExactMatchIndicator" type="IndicatorType">
    <xsd:annotation>
        <xsd:documentation>The ExactMatch element is used to define the type of search the external system should perform.  If the ExactMatch is true then the external system should (if supported) search using this criterion and return only the data that exactly matches the search criteria.  A false value would mean that the external system should use this search criterion and return a ‘fuzzy’ match of data that contains the search criteria but not necessarily an explicit match.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: