Definition Type: Element
Name: SearchResultCount
Namespace: http://ns.hr-xml.org/2007-04-15
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: SearchTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The number of items returned from the search.
Collapse XSD Schema Diagram:
XSD Diagram of SearchResultCount in schema searchtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="SearchResultCount" type="xsd:int" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The number of items returned from the search.</xsd:documentation>
    </xsd:annotation>
</xsd:element>