Definition Type: SimpleType
Name: LocationCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A code classifying a location, such as the location associated with a telephone number.
Collapse XSD Schema Diagram:
XSD Diagram of LocationCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="LocationCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A code classifying a location, such as the location associated with a telephone number.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Work" />
        <xsd:enumeration value="Home" />
        <xsd:enumeration value="Mobile" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Work
Enumeration Home
Enumeration Mobile