Definition Type: SimpleType
Name: DependentRelationshipCodeEnumerationType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that classify a dependent's relationship to an employee or benefit program subscriber.
Collapse XSD Schema Diagram:
XSD Diagram of DependentRelationshipCodeEnumerationType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="DependentRelationshipCodeEnumerationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Values that classify a dependent's relationship to an employee or benefit program subscriber.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="AdoptedChild" />
        <xsd:enumeration value="Brother" />
        <xsd:enumeration value="Child" />
        <xsd:enumeration value="ExSpouse" />
        <xsd:enumeration value="Father" />
        <xsd:enumeration value="Granddaughter" />
        <xsd:enumeration value="Grandson" />
        <xsd:enumeration value="Grandfather" />
        <xsd:enumeration value="Grandmother" />
        <xsd:enumeration value="LifePartner" />
        <xsd:enumeration value="Mother" />
        <xsd:enumeration value="Sister" />
        <xsd:enumeration value="Spouse" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AdoptedChild
Enumeration Brother
Enumeration Child
Enumeration ExSpouse
Enumeration Father
Enumeration Granddaughter
Enumeration Grandson
Enumeration Grandfather
Enumeration Grandmother
Enumeration LifePartner
Enumeration Mother
Enumeration Sister
Enumeration Spouse