<xsd:complexType name="InvestmentElectionsType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">An allocation of funds among investment choices.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="SourceGroupID" minOccurs="0" />
<xsd:element ref="ContributionSource" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InvestmentAllocation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|