complexType PerformanceType
diagram index_p1258.png
children ValidityDate CalculationPeriod PercentageValue AnnualizedFlag CalculationMethod StartCalculationDate Investment DateInterval DataSeries
used by
element PerformanceFiguresType/Performances/Performance
source <xs:complexType name="PerformanceType">
 
<xs:sequence>
   
<xs:element name="ValidityDate" type="xs:date"/>
   
<xs:element name="CalculationPeriod" type="CalculationPeriodType"/>
   
<xs:element name="PercentageValue" type="PercentageType"/>
   
<xs:element name="AnnualizedFlag" type="xs:boolean" default="0" minOccurs="0"/>
   
<xs:element name="CalculationMethod" type="xs:string" minOccurs="0"/>
   
<xs:element name="StartCalculationDate" type="xs:date" minOccurs="0"/>
   
<xs:element name="Investment" minOccurs="0">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="SingleInvestment" type="FundAmountType"/>
         
<xs:sequence>
           
<xs:element name="SavingsPlanInvestment" type="FundAmountType"/>
           
<xs:element name="SavingsPlanFrequency" type="FrequencyType" minOccurs="0"/>
         
</xs:sequence>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="DateInterval" type="DateIntervalType" minOccurs="0"/>
   
<xs:element name="DataSeries" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="DataPoint" type="DataPointType" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PerformanceType/ValidityDate
diagram index_p1259.png
type xs:date
properties
content simple
source <xs:element name="ValidityDate" type="xs:date"/>

element PerformanceType/CalculationPeriod
diagram index_p1260.png
type CalculationPeriodType
properties
content simple
facets
Kind Value Annotation
enumeration 1 Day
enumeration 1 Week
enumeration 1 Month
enumeration 3 Months
enumeration 6 Months
enumeration YTD
enumeration 1 Year
enumeration 3 Years
enumeration 5 Years
enumeration 10 Years
enumeration Since launch
enumeration Specific
source <xs:element name="CalculationPeriod" type="CalculationPeriodType"/>

element PerformanceType/PercentageValue
diagram index_p1261.png
type PercentageType
properties
content simple
source <xs:element name="PercentageValue" type="PercentageType"/>

element PerformanceType/AnnualizedFlag
diagram index_p1262.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
default 0
source <xs:element name="AnnualizedFlag" type="xs:boolean" default="0" minOccurs="0"/>

element PerformanceType/CalculationMethod
diagram index_p1263.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="CalculationMethod" type="xs:string" minOccurs="0"/>

element PerformanceType/StartCalculationDate
diagram index_p1264.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="StartCalculationDate" type="xs:date" minOccurs="0"/>

element PerformanceType/Investment
diagram index_p1265.png
properties
minOcc 0
maxOcc 1
content complex
children SingleInvestment SavingsPlanInvestment SavingsPlanFrequency
source <xs:element name="Investment" minOccurs="0">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="SingleInvestment" type="FundAmountType"/>
     
<xs:sequence>
       
<xs:element name="SavingsPlanInvestment" type="FundAmountType"/>
       
<xs:element name="SavingsPlanFrequency" type="FrequencyType" minOccurs="0"/>
     
</xs:sequence>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element PerformanceType/Investment/SingleInvestment
diagram index_p1266.png
type FundAmountType
properties
content complex
children Amount
source <xs:element name="SingleInvestment" type="FundAmountType"/>

element PerformanceType/Investment/SavingsPlanInvestment
diagram index_p1267.png
type FundAmountType
properties
content complex
children Amount
source <xs:element name="SavingsPlanInvestment" type="FundAmountType"/>

element PerformanceType/Investment/SavingsPlanFrequency
diagram index_p1268.png
type FrequencyType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration DAIL
enumeration MNTH
enumeration QURT
enumeration SEMI
enumeration TWMN
enumeration TWWK
enumeration WEEK
enumeration YEAR
source <xs:element name="SavingsPlanFrequency" type="FrequencyType" minOccurs="0"/>

element PerformanceType/DateInterval
diagram index_p1269.png
type DateIntervalType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Intraday
enumeration Daily
enumeration Weekly
enumeration Monthly
enumeration Quarterly
enumeration Yearly
enumeration 
source <xs:element name="DateInterval" type="DateIntervalType" minOccurs="0"/>

element PerformanceType/DataSeries
diagram index_p1270.png
properties
minOcc 0
maxOcc 1
content complex
children DataPoint
source <xs:element name="DataSeries" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="DataPoint" type="DataPointType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PerformanceType/DataSeries/DataPoint
diagram index_p1271.png
type DataPointType
properties
minOcc 1
maxOcc unbounded
content complex
children Date Value TimeStamp
source <xs:element name="DataPoint" type="DataPointType" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy