HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » UPCPackagingLevelCode | UPICID | USHealthCoverage | USHealthCoverageCode | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
USHealthCoverageCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Dental'|'Health'|'Vision'|'Hearing'|'PrescriptionDrug'|'MentalHealth'|'LongTermCare'|'PreventativeCare'}
|
| Documentation |
A code that classifies the types of tier coverage. |
Schema Component Representation
<
xsd:simpleType name="
USHealthCoverageCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Dental"/>
<xsd:enumeration value="Health"/>
<xsd:enumeration value="Vision"/>
<xsd:enumeration value="Hearing"/>
<xsd:enumeration value="PrescriptionDrug"/>
<xsd:enumeration value="MentalHealth"/>
<xsd:enumeration value="LongTermCare"/>
<xsd:enumeration value="PreventativeCare"/>
</
xsd:restriction>
</
xsd:simpleType>