Definition Type: SimpleType
Name: COBRAStatusCodeEnumType
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 COBRAStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="COBRAStatusCodeEnumType">
    <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="COBRA" />
        <xsd:enumeration value="NonCOBRA" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration COBRA
Enumeration NonCOBRA
Collapse Derivation Tree:
Collapse References:
nsA:COBRAStatusCode