HR-XML 3.0 Standards, 2009  September  23.

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

Element: RankedResult

Name RankedResult
Type RankedSearchRelevanceType
Documentation RankedResult presents information about the extent of a match for a particular search criterion or category. A given criterion can have sub-criteria for which match metadata also may be presented. For example, competencies are a frequent target of matching operations. A search might specify a broad category of competency, such as “Programming Language Proficiency,” as well as finer-grained competency criteria evidencing the broader competency category (e.g, Proficiency Programming in Java; Proficiency Programming in C ).
XML Instance Representation
<RankedResult>

< CriterionName> ... </ CriterionName> [0..1]
< Requested> ... </ Requested> [0..1]
< Offered> ... </ Offered> [0..1]
< Score> ... </ Score> [0..1]
< Weight> ... </ Weight> [0..1]
< UserArea> ... </ UserArea> [0..1]
< RankedResultSubCategory> ... </ RankedResultSubCategory> [0..*]
</RankedResult>
Schema Component Representation
<xsd:element name="RankedResult" type=" RankedSearchRelevanceType"/>