HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » HTMLPreferredIndicator | NationalityCountryCode | PurchaseOrderReference | PositionQualifications | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
InsuranceTypeCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Medical'|'Dental'|'Vision'|'Life'|'ShortTermDisability'|'LongTermDisability'}
|
| Documentation |
Values that classify the available or offered types of insurance. |
Schema Component Representation
<
xsd:simpleType name="
InsuranceTypeCodeEnumType">
<
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>