Definition Type: ComplexType
Name: SavingsPlanElectionsType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a collection of information about a plan participant's enrollment or investment choices under a saving plan.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DistributionElections in schema components_xsd Drilldown into InvestmentElections in schema components_xsd Drilldown into SourceGroup in schema components_xsd Drilldown into PayrollDeferral in schema components_xsd Drilldown into ElectedPlanTypeCode in schema fields_xsd Drilldown into PlanID in schema fields_xsd Drilldown into ElectionEffectiveDate in schema fields_xsd Drilldown into ElectionDate in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of SavingsPlanElectionsType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SavingsPlanElectionsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains a collection of information about 
		a plan participant's enrollment or investment choices under a saving plan.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ElectionDate" minOccurs="0" />
        <xsd:element ref="ElectionEffectiveDate" minOccurs="0" />
        <xsd:element ref="PlanID" minOccurs="0" />
        <xsd:element ref="ElectedPlanTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PayrollDeferral" minOccurs="0" />
        <xsd:element ref="SourceGroup" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InvestmentElections" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DistributionElections" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ElectionDate nsA:ElectionDate 0 (1)
ElectionEffectiveDate nsA:ElectionEffectiveDate 0 (1)
PlanID nsA:PlanID 0 (1)
ElectedPlanTypeCode nsA:ElectedPlanTypeCode 0 unbounded
PayrollDeferral nsA:PayrollDeferral 0 (1)
SourceGroup nsA:SourceGroup 0 unbounded
InvestmentElections nsA:InvestmentElections 0 unbounded
DistributionElections nsA:DistributionElections 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:SavingsPlanElections