Definition Type: ComplexType
Name: InvestmentAllocationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Savings Plan Allocation_ Investment. Details Identifies the investment towards which funds should be applied and the percentage of funds to apply. Note that InvestmentReferenceID generally would be a "fund code" or other key maintained by the mutual fund or investment company receiving the savings plan elections. Such key would generally point to a table on that company's system where details of the investment are defined. For example, the key identify an investment defined by such attributes as: InvestmentName; InvestmentTypeCode; InvestmentSymbol; ExchangeCode; ShareClassCode. The use of such key provides for better normalization of data and less duplication of data in the message. These other components describing investments are available in the HR-XML library and could be used in the InvestmentDetails/UserArea if required.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AllocationPercentage in schema fields_xsd Drilldown into InvestmentReferenceID in schema fields_xsdXSD Diagram of InvestmentAllocationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentAllocationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Savings Plan Allocation_ Investment. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Identifies the investment towards which funds should be applied and the percentage of funds to apply. </ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Note that InvestmentReferenceID generally would be a "fund code" or other key maintained by the mutual fund or investment company receiving the savings plan elections. Such key would generally point to a table on that company's system where details of the investment are defined. For example, the key identify an investment defined by such attributes as: InvestmentName; InvestmentTypeCode; InvestmentSymbol; ExchangeCode; ShareClassCode. The use of such key provides for better normalization of data and less duplication of data in the message. These other components describing investments are available in the HR-XML library and could be used in the InvestmentDetails/UserArea if  required.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="InvestmentReferenceID" minOccurs="0" />
        <xsd:element ref="AllocationPercentage" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvestmentReferenceID nsA:InvestmentReferenceID 0 (1)
AllocationPercentage nsA:AllocationPercentage 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:InvestmentAllocation