
HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch03s17 | CandidateType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
MedicareEligibleCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Yes'|'No'|'Unknown'|'NotApplicable'|'DisqualifiedEmployment'}
|
Schema Component Representation
<
xsd:simpleType name="
MedicareEligibleCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Yes"/>
<xsd:enumeration value="No"/>
<xsd:enumeration value="Unknown"/>
<xsd:enumeration value="NotApplicable"/>
<xsd:enumeration value="DisqualifiedEmployment"/>
</
xsd:restriction>
</
xsd:simpleType>