Definition Type: SimpleType
Name: QualifyingEventCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Indicates whether the coverage is continuation-coverage provided under COBRA or non-COBRA. This is a closed list, which must be supported without extension. The U.S. Consolidated Omnibus Budget Reconciliation Act of 1985 (COBRA) gave workers and their families who lose their health benefits the right to choose to continue group health benefits provided by their group health plan for limited periods of time under certain circumstances such as voluntary or involuntary job loss, reduction in the hours worked, transition between jobs, death, divorce, and other life events.
Collapse XSD Schema Diagram:
XSD Diagram of QualifyingEventCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="QualifyingEventCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>Indicates whether the coverage is continuation-coverage provided under COBRA or non-COBRA. This is a closed list, which must be supported without extension. The U.S. Consolidated Omnibus Budget Reconciliation Act of 1985 (COBRA) gave workers and their families who lose their health benefits the right to choose to continue group health benefits provided by their group health plan for limited periods of time under certain circumstances such as voluntary or involuntary job loss, reduction in the hours worked, transition between jobs, death, divorce, and other life events. </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="RetiredEmployeeBankruptcy" />
        <xsd:enumeration value="Death" />
        <xsd:enumeration value="Divorce" />
        <xsd:enumeration value="IneligibleChild" />
        <xsd:enumeration value="Medicare" />
        <xsd:enumeration value="WorkHourReduction" />
        <xsd:enumeration value="Separation" />
        <xsd:enumeration value="EmploymentTermination" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration RetiredEmployeeBankruptcy
Enumeration Death
Enumeration Divorce
Enumeration IneligibleChild
Enumeration Medicare
Enumeration WorkHourReduction
Enumeration Separation
Enumeration EmploymentTermination