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