Definition Type: Element
Name: SearchTarget
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: SearchTypes.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The name of a database or service that is the target of the search.
Collapse XSD Schema Diagram:
XSD Diagram of SearchTarget in schema searchtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="SearchTarget" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The name of a database or service that is the target of the search.</xsd:documentation>
    </xsd:annotation>
</xsd:element>