<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>
|