Definition Type: SimpleType
Name: GeographicScopeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the geographical area over which a company does business.
Collapse XSD Schema Diagram:
XSD Diagram of GeographicScopeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="GeographicScopeCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the geographical area over which a company does business.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Global" />
        <xsd:enumeration value="National" />
        <xsd:enumeration value="Regional" />
        <xsd:enumeration value="Local" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Global
Enumeration National
Enumeration Regional
Enumeration Local