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