PerformanceFigures

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures

Diagram

PerformanceFigures ActionCode xs:string [1] TotalReturns (anonymous) [0..1] Performances (anonymous) [0..1] Ratings (anonymous) [0..1]

Documentation

EN

Performance values, total return values, ratings

DE

[AUTO] Performance-Werte, Total Return-Werte, Ratings

FR

Performance values, total rendement values, ratings

NL

Prestatie values, totaal rendement values, ratings

Properties

Type
PerformanceFiguresType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

Operational code: Create(C), Modify(M), Delete(D) below information

[AUTO] Operationscode: Erstellen(C), Ändern(M), Löschen(D) der folgenden Informationen

Operational code: Create(C), Modify(M), Delete(D) below information

Operational code: Create(C), Modify(M), Delete(D) below informatie

C
(anonymous)
(anonymous)
(anonymous)

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="PerformanceFigures"
            type="PerformanceFiguresType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Performance values, total return values, ratings</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Performance-Werte, Total Return-Werte, Ratings</xs:documentation>
      <xs:documentation xml:lang="fr">Performance values, total rendement values, ratings</xs:documentation>
      <xs:documentation xml:lang="nl">Prestatie values, totaal rendement values, ratings</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (PerformanceFiguresType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="PerformanceFiguresType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Performance figures related data</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Performancebezogene Daten</xs:documentation>
      <xs:documentation xml:lang="fr">Performance figures related données</xs:documentation>
      <xs:documentation xml:lang="nl">Prestatie figures related gegevens</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="ActionCode">
         <xs:annotation>
            <xs:documentation xml:lang="en">Operational code: Create(C), Modify(M), Delete(D) below information</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Operationscode: Erstellen(C), Ändern(M), Löschen(D) der folgenden Informationen</xs:documentation>
            <xs:documentation xml:lang="fr">Operational code: Create(C), Modify(M), Delete(D) below information</xs:documentation>
            <xs:documentation xml:lang="nl">Operational code: Create(C), Modify(M), Delete(D) below informatie</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="C"/>
               <xs:enumeration value="D"/>
               <xs:enumeration value="M"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="TotalReturns">
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="TotalReturn" type="TotalReturnType"/>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Performances">
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="Performance" type="PerformanceType"/>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Ratings">
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="Rating" type="RatingType"/>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>