Definition Type: ComplexType
Name: RankedSearchRelevanceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RankedResultSubCategory in schema components_xsd Drilldown into UserArea in schema fields_xsd Drilldown into Weight in schema fields_xsd Drilldown into Score in schema components_xsd Drilldown into Offered in schema fields_xsd Drilldown into Requested in schema fields_xsd Drilldown into CriterionName in schema components_xsdXSD Diagram of RankedSearchRelevanceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RankedSearchRelevanceType">
    <xsd:sequence>
        <xsd:element ref="CriterionName" minOccurs="0" />
        <xsd:element ref="Requested" minOccurs="0" />
        <xsd:element ref="Offered" minOccurs="0" />
        <xsd:element ref="Score" minOccurs="0" />
        <xsd:element ref="Weight" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
        <xsd:element ref="RankedResultSubCategory" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CriterionName nsA:CriterionName 0 (1)
Requested nsA:Requested 0 (1)
Offered nsA:Offered 0 (1)
Score nsA:Score 0 (1)
Weight nsA:Weight 0 (1)
UserArea nsA:UserArea 0 (1)
RankedResultSubCategory nsA:RankedResultSubCategory 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:RankedResult, nsA:RankedResultSubCategory