<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>
|