element <ieRetirementFund> (global)
Namespace:
Type:
anonymous complexType (extension of AccountItem)
Content:
complex, 2 attributes, 29 elements
Defined:
Includes:
definitions of 9 elements
Used:
XML Representation Summary
<ieRetirementFund
   
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</ieRetirementFund>
Content model elements (28):
growthRate (type xs:double),
name (type xs:string),
Included in content model of elements (1):
Known Usage Locations
Annotation
Irish Retirement Funds Plans (Irish Plans Only)
Anonymous Type Detail
Type Derivation Tree
BaseDetailItem (extension)
  AccountItem (extension)
      complexType
XML Source (w/o annotations (7); see within schema source)
<xs:element name="ieRetirementFund">
<xs:complexType>
<xs:complexContent>
<xs:extension base="AccountItem">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="initialBalance" type="xs:integer"/>
<xs:element maxOccurs="1" minOccurs="0" name="feeRate" type="xs:decimal"/>
<xs:element name="isAMRF" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="assetAllocation" type="assetAllocation"/>
<xs:element minOccurs="0" name="holdings" type="holdings"/>
<xs:element maxOccurs="1" minOccurs="0" name="annuitization" type="accountAnnuitization"/>
<xs:element maxOccurs="1" minOccurs="0" ref="auxDetail"/>
<xs:element minOccurs="0" name="appliedEventList" type="appliedEventList"/>
<xs:element minOccurs="0" name="isWithdrawalLimitFutureValue" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 9/29)
annuitization
Type:
accountAnnuitization, complex content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="annuitization" type="accountAnnuitization"/>

appliedEventList
Type:
appliedEventList, complex content
Events on an account are used to the define the timeline of contributions to the account. The first event defines the start of contributions to the account, while the second event defines when contributions end to the account.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="appliedEventList" type="appliedEventList"/>

assetAllocation
Type:
assetAllocation, complex content
If the account is specified to growByAssetAllocation, than this is the asset allocation used to grow the account.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="assetAllocation" type="assetAllocation"/>

auxDetail
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="auxDetail"/>

feeRate
Type:
xs:decimal, predefined, simple content
The annual account fees incurred, specified as a percentage of the account.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="feeRate" type="xs:decimal"/>

holdings
Type:
holdings, complex content
The set of individual financial instruments held in an account.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="holdings" type="holdings"/>

initialBalance
Type:
xs:integer, predefined, simple content
The initial balance for the account. Usually 0 for new accounts.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="initialBalance" type="xs:integer"/>

isAMRF
Type:
xs:boolean, predefined, simple content
Indicates whether retirement fund is an AMRF (Approved Minimum Retirement Fund).
XML Source (w/o annotations (1); see within schema source)
<xs:element name="isAMRF" type="xs:boolean"/>

isWithdrawalLimitFutureValue
Type:
xs:boolean, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" name="isWithdrawalLimitFutureValue" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set