Values that describe the geographical area over which a company does business.
XSD Schema Diagram:
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>