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