Definition Type: Element
Name: County
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
County within region to be searched. If county and/or court is not available, then PostalCode and Municipality must be supplied. In all cases, Region and CountryCode in the parent element must be supplied.
Collapse XSD Schema Diagram:
XSD Diagram of County in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="County" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>County within region to be searched. If county and/or court is not available, then PostalCode and Municipality must be supplied.  In all cases,  Region and CountryCode in the parent element must be supplied.</xsd:documentation>
    </xsd:annotation>
</xsd:element>