Definition Type: Element
Name: InclusiveIndicator
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:IndicatorType
Containing Schema: Fields.xsd
Abstract
Documentation:
The InclusiveIndicator element is used to identify whether the SearchValue should be an included or excluded component of the result set. For example, if a user was looking for ballpoint pens, but NOT red ballpoint pens, the transaction would contain two instances of the SearchTerm data type one containing a SearchValue of ‘Ballpoint’ and an SearchValueInclusive of 'Inclusive' and one containing a SearchValue of ‘Red’ and an SearchValueInclusive of 'Exclusive'
Collapse XSD Schema Diagram:
XSD Diagram of InclusiveIndicator in schema fields_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="InclusiveIndicator" type="IndicatorType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            The InclusiveIndicator element is used to identify whether the SearchValue should be an
            included or excluded component of the result set. For example, if a user was looking for
            ballpoint pens, but NOT red ballpoint pens, the transaction would contain two instances
            of the SearchTerm data type one containing a SearchValue of ‘Ballpoint’ and an
            SearchValueInclusive of 'Inclusive' and one containing a SearchValue of ‘Red’ and an
            SearchValueInclusive of 'Exclusive'
         </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: