Definition Type: ComplexType
Name: SearchResultType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Search Result. Details Contains output or results of a search or matching operation against a database or other data store.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into RankedSearchResults in schema components_xsd Drilldown into SearchResultCount in schema fields_xsd Drilldown into SearchRelevanceRank in schema fields_xsd Drilldown into SearchRelevanceScore in schema fields_xsd Drilldown into MatchedObjectID in schema fields_xsd Drilldown into SearchTimeStamp in schema fields_xsd Drilldown into UserID in schema fields_xsd Drilldown into SearchTarget in schema fields_xsdXSD Diagram of SearchResultType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SearchResultType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Search Result. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains output or results of a search or matching operation against a database or other data store. </ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SearchTarget" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserID" minOccurs="0" />
        <xsd:element ref="SearchTimeStamp" minOccurs="0" />
        <xsd:element ref="MatchedObjectID" minOccurs="0" />
        <xsd:element ref="SearchRelevanceScore" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The relevance score returned for this item. This might be a percentage, a number score, or textual score (high, medium, low relevance).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="SearchRelevanceRank" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The rank of this item within the set returned by the search.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="SearchResultCount" minOccurs="0" />
        <xsd:element ref="RankedSearchResults" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SearchTarget nsA:SearchTarget 0 unbounded
UserID nsA:UserID 0 (1)
SearchTimeStamp nsA:SearchTimeStamp 0 (1)
MatchedObjectID nsA:MatchedObjectID 0 (1)
SearchRelevanceScore nsA:SearchRelevanceScore 0 (1)
SearchRelevanceRank nsA:SearchRelevanceRank 0 (1)
SearchResultCount nsA:SearchResultCount 0 (1)
RankedSearchResults nsA:RankedSearchResults 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SearchResult