Definition Type: SimpleType
Name: USHealthCoverageCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A code that classifies the types of tier coverage.
Collapse XSD Schema Diagram:
XSD Diagram of USHealthCoverageCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="USHealthCoverageCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A code that classifies the types of tier coverage.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Dental" />
        <xsd:enumeration value="Health" />
        <xsd:enumeration value="Vision" />
        <xsd:enumeration value="Hearing" />
        <xsd:enumeration value="PrescriptionDrug" />
        <xsd:enumeration value="MentalHealth" />
        <xsd:enumeration value="LongTermCare" />
        <xsd:enumeration value="PreventativeCare" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Dental
Enumeration Health
Enumeration Vision
Enumeration Hearing
Enumeration PrescriptionDrug
Enumeration MentalHealth
Enumeration LongTermCare
Enumeration PreventativeCare