PerformanceScenario

/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/ObjectivesAndInvestmentPolicy/StructuredFundSpecialInformation/PerformanceScenario

Diagram

PerformanceScenario ScenarioNumber xs:int [1] ScenarioName xs:string [1] ScenarioDescription xs:string [1] ScenarioResultingPay-off xs:decimal [1]

Documentation

EN

Art.36

DE

Art. 36

FR

Art.36

NL

Art.36

Properties

Type
(anonymous)
Cardinality
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
7

Child Elements & Attributes

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

Percentage

Prozentsatz

Pourcentage

Percentage

386.06

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="PerformanceScenario">
   <xs:annotation>
      <xs:documentation xml:lang="en">Art.36</xs:documentation>
      <xs:documentation xml:lang="de">Art. 36</xs:documentation>
      <xs:documentation xml:lang="fr">Art.36</xs:documentation>
      <xs:documentation xml:lang="nl">Art.36</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="ScenarioNumber" type="xs:int"/>
         <xs:element name="ScenarioName" type="xs:string"/>
         <xs:element name="ScenarioDescription" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en"/>
            </xs:annotation>
         </xs:element>
         <xs:element name="ScenarioResultingPay-off" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">Percentage</xs:documentation>
               <xs:documentation xml:lang="de">Prozentsatz</xs:documentation>
               <xs:documentation xml:lang="fr">Pourcentage</xs:documentation>
               <xs:documentation xml:lang="nl">Percentage</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>