Definition Type: Element
Name: SearchCriterion
Namespace: http://www.hr-xml.org/3
Type: nsA:SearchCriterionType
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into Weight in schema fields_xsd Drilldown into CriterionValue in schema fields_xsd Drilldown into CriterionName in schema components_xsd Drilldown into SearchCriterionType in schema components_xsdXSD Diagram of SearchCriterion in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="SearchCriterion" type="SearchCriterionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CriterionName nsA:CriterionName (1) (1)
CriterionValue nsA:CriterionValue 0 (1)
Weight nsA:Weight 0 (1)
Collapse Derivation Tree: