Definition Type: Element
Name: ContactInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contact information relating to the individual within the agency that provided the screening results.
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema backgroundreports_xsd Drilldown into Title in schema backgroundreports_xsd Drilldown into PersonName in schema backgroundreports_xsdXSD Diagram of ContactInformation in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ContactInformation" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contact information relating to the individual within the agency that provided the screening results.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
            <xsd:element name="Title" type="xsd:string" minOccurs="0" />
            <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
Title hr:Title 0 (1)
ContactMethod hr:ContactMethod 0 unbounded