
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 »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
CoverageEntityCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Self'|'Spouse'|'Common Law Spouse'|'Dependent'|'Child'}
|
Schema Component Representation
<
xsd:simpleType name="
CoverageEntityCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Self"/>
<xsd:enumeration value="Spouse"/>
<xsd:enumeration value="Common Law Spouse"/>
<xsd:enumeration value="Dependent"/>
<xsd:enumeration value="Child"/>
</
xsd:restriction>
</
xsd:simpleType>