PerformanceScenario
/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/ObjectivesAndInvestmentPolicy/StructuredFundSpecialInformation/PerformanceScenario
Diagram
Documentation
en
Art.36
Properties
- Type
- (anonymous)
- Cardinality
- 1..*
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 7
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| /RegulatoryReportings/.../ScenarioNumber | xs:int | 2939 | |
| /RegulatoryReportings/.../ScenarioName | xs:string | ExampleText | |
| /RegulatoryReportings/.../ScenarioDescription | xs:string | ExampleText | |
| /RegulatoryReportings/.../ScenarioResultingPay-off | xs:decimal | Percentage |
867.10 |
XML Snippet
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
maxOccurs="unbounded"
name="PerformanceScenario">
<xs:annotation>
<xs:documentation xml:lang="en">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:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>