Definition Type: ComplexType
Name: InvestmentElectionsType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
An allocation of funds among investment choices.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into InvestmentAllocation in schema components_xsd Drilldown into ContributionSource in schema components_xsd Drilldown into SourceGroupID in schema fields_xsdXSD Diagram of InvestmentElectionsType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceGroupID nsA:SourceGroupID 0 (1)
ContributionSource nsA:ContributionSource 0 unbounded
InvestmentAllocation nsA:InvestmentAllocation 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:InvestmentElections