HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: InclusiveIndicator

Name InclusiveIndicator
Type IndicatorType
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'
XML Instance Representation
<InclusiveIndicator> IndicatorType </InclusiveIndicator>
Schema Component Representation
<xsd:element name="InclusiveIndicator" type=" IndicatorType"/>