Definition Type: SimpleType
Name: DependentCustodyCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of DependentCustodyCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="DependentCustodyCodeEnumType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="BothParents" />
        <xsd:enumeration value="FormerSpouse" />
        <xsd:enumeration value="SubscriberOnly" />
        <xsd:enumeration value="OtherOrUnknown" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration BothParents
Enumeration FormerSpouse
Enumeration SubscriberOnly
Enumeration OtherOrUnknown