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