Definition Type: SimpleType
Name: NameTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A code classifying the type of name - Current, Former, Alias, "Birth Name."
Collapse XSD Schema Diagram:
XSD Diagram of NameTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="NameTypeCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A code classifying the type of name - Current, Former, Alias, "Birth Name." </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="CurrentName" />
        <xsd:enumeration value="FormerName" />
        <xsd:enumeration value="BirthName" />
        <xsd:enumeration value="Alias" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration CurrentName
Enumeration FormerName
Enumeration BirthName
Enumeration Alias