Definition Type: SimpleType
Name: SanctionLevelCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Further clarifies the type and level of service. "Level 1," "Level 2," and "Level 3" are placeholders that would be mapped to applicable or pre-agreed upon service levels.
Collapse XSD Schema Diagram:
XSD Diagram of SanctionLevelCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="SanctionLevelCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>Further clarifies the type and level of service. "Level 1," "Level 2," and "Level 3" are placeholders that would be mapped to applicable or pre-agreed upon service levels.
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Level 1 Individual" />
        <xsd:enumeration value="Level 2 Individual" />
        <xsd:enumeration value="Level 3 Individual" />
        <xsd:enumeration value="Level 1 Organization" />
        <xsd:enumeration value="Level 2 Organization" />
        <xsd:enumeration value="Level 3 Organization" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Level 1 Individual
Enumeration Level 2 Individual
Enumeration Level 3 Individual
Enumeration Level 1 Organization
Enumeration Level 2 Organization
Enumeration Level 3 Organization