Definition Type: ComplexType
Name: DistributionElectionsType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
In the case of certain types of savings plans (e.g., certain non-qualified plans within U.S. markets), saving plan participants may be required to make elections regarding plan distributions at the time they make investment elections. The distribution elections component is intended to fullfill these requirements.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DistributionMethod in schema components_xsd Drilldown into DistributionEventCode in schema fields_xsd Drilldown into ContributionSource in schema components_xsd Drilldown into SourceGroupID in schema fields_xsdXSD Diagram of DistributionElectionsType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DistributionElectionsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">In the case of certain types of savings plans (e.g., certain non-qualified plans within U.S. markets), saving plan participants may be required to make elections regarding plan distributions at the time they make investment elections. The distribution elections component is intended to fullfill these requirements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SourceGroupID" minOccurs="0" />
        <xsd:element ref="ContributionSource" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DistributionEventCode" minOccurs="0" />
        <xsd:element ref="DistributionMethod" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceGroupID nsA:SourceGroupID 0 (1)
ContributionSource nsA:ContributionSource 0 unbounded
DistributionEventCode nsA:DistributionEventCode 0 (1)
DistributionMethod nsA:DistributionMethod 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DistributionElections