Definition Type: SimpleType
Name: KnownContactType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingContactType.xsd
Collapse XSD Schema Diagram:
XSD Diagram of KnownContactType in schema staffingcontacttype_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="KnownContactType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="placed by" />
        <xsd:enumeration value="placed on behalf of" />
        <xsd:enumeration value="confirm to" />
        <xsd:enumeration value="authorized by" />
        <xsd:enumeration value="interviewer" />
        <xsd:enumeration value="supervisor" />
        <xsd:enumeration value="time approver" />
        <xsd:enumeration value="submitted by" />
        <xsd:enumeration value="created by" />
        <xsd:enumeration value="sent to" />
        <xsd:enumeration value="first day contact" />
        <xsd:enumeration value="customer complaints" />
        <xsd:enumeration value="supplier manager" />
        <xsd:enumeration value="supplier complaints" />
        <xsd:enumeration value="deputy time approver" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration placed by
Enumeration placed on behalf of
Enumeration confirm to
Enumeration authorized by
Enumeration interviewer
Enumeration supervisor
Enumeration time approver
Enumeration submitted by
Enumeration created by
Enumeration sent to
Enumeration first day contact
Enumeration customer complaints
Enumeration supplier manager
Enumeration supplier complaints
Enumeration deputy time approver