element <ieWindfall> (global)
Namespace:
Type:
anonymous complexType (extension of BaseDetailItem)
Content:
complex, 2 attributes, 12 elements
Defined:
Includes:
definitions of 11 elements
Used:
XML Representation Summary
<ieWindfall
   
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</ieWindfall>
Content model elements (11):
growthRate (type xs:decimal),
name (type xs:string),
value (type xs:integer)
Included in content model of elements (1):
Known Usage Locations
Annotation
A windfall in an Irish plan. (Irish Plans Only)
Anonymous Type Detail
Type Derivation Tree
BaseDetailItem (extension)
  complexType
XML Source (w/o annotations (6); see within schema source)
<xs:element name="ieWindfall">
<xs:complexType>
<xs:complexContent>
<xs:extension base="BaseDetailItem">
<xs:sequence>
<xs:element minOccurs="0" name="owners" type="owners"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="value" type="xs:integer"/>
<xs:element name="type" type="windfallTypes"/>
<xs:element minOccurs="0" name="isTaxable" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="taxationType" type="taxationType"/>
<xs:element maxOccurs="1" minOccurs="0" name="capitalAcquisitionTaxGroup" type="taxGroup"/>
<xs:element maxOccurs="1" minOccurs="0" ref="auxDetail"/>
<xs:element minOccurs="0" name="appliedEventList" type="appliedEventList"/>
<xs:element maxOccurs="1" minOccurs="0" name="growthRate" type="xs:decimal"/>
<xs:element minOccurs="0" name="isFutureValue" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 11/12)
appliedEventList
Type:
appliedEventList, complex content
If a single event, indicates the employment last for a single year, otherwise, specifies the start and end events of the windfall.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="appliedEventList" type="appliedEventList"/>

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

capitalAcquisitionTaxGroup
Type:
taxGroup, simple content
Classification of the windfall for CAT tax (Irish Plans Only)
Simple Content
enumeration of xs:string
Enumeration:
"GROUP_A", "GROUP_B", "GROUP_C"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="capitalAcquisitionTaxGroup" type="taxGroup"/>

growthRate
Type:
xs:decimal, predefined, simple content
The annual rate of growth in the windfall, if any. If the item is set to start in the future, this is the value used to determine the value at the future start date.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="growthRate" type="xs:decimal"/>

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

isTaxable
Type:
xs:boolean, predefined, simple content
If true, windfall will be taxed based on the taxationType.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="isTaxable" type="xs:boolean"/>

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

owners
Type:
owners, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" name="owners" type="owners"/>

taxationType
Type:
taxationType, simple content
The type of taxation for Windfall: None, Income, Capital Gains, Dividend, and Other.
Simple Content
enumeration of xs:string
Enumeration:
"NONE", "INCOME", "CAPITAL_GAINS", "DIVIDENDS", "OTHER"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="taxationType" type="taxationType"/>

type
Type:
windfallTypes, simple content
Simple Content
enumeration of xs:string
Enumeration:
"INHERITANCE", "GIFTS", "GAMBLING", "OTHER", "SUPERANNUATION_LUMP_SUM"
XML Source (see within schema source)
<xs:element name="type" type="windfallTypes"/>

value
Type:
xs:integer, predefined, simple content
XML Source (see within schema source)
<xs:element name="value" type="xs:integer"/>

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