Definition Type: SimpleType
Name: InsuranceTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that classify the available or offered types of insurance.
Collapse XSD Schema Diagram:
XSD Diagram of InsuranceTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="InsuranceTypeCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the available or offered types of insurance.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Medical" />
        <xsd:enumeration value="Dental" />
        <xsd:enumeration value="Vision" />
        <xsd:enumeration value="Life" />
        <xsd:enumeration value="ShortTermDisability" />
        <xsd:enumeration value="LongTermDisability" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Medical
Enumeration Dental
Enumeration Vision
Enumeration Life
Enumeration ShortTermDisability
Enumeration LongTermDisability