Definition Type: ComplexType
Name: SearchCriterionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Search Criterion. Details 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. SearchCriterion
Collapse XSD Schema Diagram:
Drilldown into Weight in schema fields_xsd Drilldown into CriterionValue in schema fields_xsd Drilldown into CriterionName in schema components_xsdXSD Diagram of SearchCriterionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SearchCriterionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Search Criterion. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A single, repeatable criterion structured as name/value pairs with optional weighting.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">This is an alternative to SearchString or may be used as an alternate syntax to express criteria also expressed as a SearchString.</ccts:UsageRule>
            <ccts:BusinessTerm xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">SearchCriterion</ccts:BusinessTerm>
            <ccts:Example xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CriterionName" />
        <xsd:element ref="CriterionValue" minOccurs="0" />
        <xsd:element ref="Weight" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
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:
Collapse References:
nsA:SearchCriterion