HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » CandidateType | CandidateType | CandidateType | CandidateType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
MedicareEntitlementReasonCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Age'|'ESRD'|'Disabled'|'WorkingDisabled'|'Unknown'}
|
| Documentation |
A set of codes classifying the reason for entitlement under the U.S. Medicare program. |
Schema Component Representation
<
xsd:simpleType name="
MedicareEntitlementReasonCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Age"/>
<xsd:enumeration value="ESRD"/>
<xsd:enumeration value="Disabled"/>
<xsd:enumeration value="WorkingDisabled"/>
<xsd:enumeration value="Unknown"/>
</
xsd:restriction>
</
xsd:simpleType>