Definition Type: SimpleType
Name: DistributionEventCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A set of enumerations classifying an event triggering or related to payments from a savings or retirement plan.
Collapse XSD Schema Diagram:
XSD Diagram of DistributionEventCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="DistributionEventCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A set of enumerations classifying an event triggering or related to payments from a savings or retirement plan.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Termination" />
        <xsd:enumeration value="Retirement" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Termination
Enumeration Retirement