HR-XML 3.0 Standards, 2009  September  23.

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

Element: SearchCriterion

Name SearchCriterion
Type SearchCriterionType
Documentation A single, repeatable criterion structured as name/value pairs with optional weighting. This is an alternative to SearchString or may be used as an alternate syntax to express criteria also expressed as a SearchString.
Documentation (of type) Dictionary Entry Name: Search Criterion. Details

Definition: A single, repeatable criterion structured as name/value pairs with optional weighting.

Usage Rule: This is an alternative to SearchString or may be used as an alternate syntax to express criteria also expressed as a SearchString.

XML Instance Representation
<SearchCriterion>

< CriterionName> ... </ CriterionName> [1]
< CriterionValue> ... </ CriterionValue> [0..1]
< Weight> ... </ Weight> [0..1]
</SearchCriterion>
Schema Component Representation
<xsd:element name="SearchCriterion" type=" SearchCriterionType"/>