EntryCharges

/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/Charges/EntryCharges

Diagram

EntryCharges EntryChargeHeading xs:string [1] MaximumPercentage xs:decimal [1] Disclaimer xs:string [0..*]

Documentation

EN

10-2a Maximum subscription fee percentage

DE

10-2a Maximaler Prozentsatz des Ausgabeaufschlags

FR

10-2a Maximum souscription frais pourcentage

NL

10-2a Maximum inschrijving kosten percentage

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
6

Child Elements & Attributes

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

'Entry charge'

'Ausgabeaufschlag'

'Entry charge'

'Entry charge'

ExampleText
xs:decimal 90.49
xs:string

'This percentage is a maximum.'

'Dieser Prozentsatz ist ein Höchstwert.'

'This pourcentage est un maximum.'

'This percentage is een maximum.'

ExampleText

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="EntryCharges">
   <xs:annotation>
      <xs:documentation xml:lang="en">10-2a Maximum subscription fee percentage</xs:documentation>
      <xs:documentation xml:lang="de">10-2a Maximaler Prozentsatz des Ausgabeaufschlags</xs:documentation>
      <xs:documentation xml:lang="fr">10-2a Maximum souscription frais pourcentage</xs:documentation>
      <xs:documentation xml:lang="nl">10-2a Maximum inschrijving kosten percentage</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="EntryChargeHeading" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">'Entry charge'</xs:documentation>
               <xs:documentation xml:lang="de">'Ausgabeaufschlag'</xs:documentation>
               <xs:documentation xml:lang="fr">'Entry charge'</xs:documentation>
               <xs:documentation xml:lang="nl">'Entry charge'</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="MaximumPercentage" type="xs:decimal"/>
         <xs:element maxOccurs="unbounded"
                     minOccurs="0"
                     name="Disclaimer"
                     type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">'This percentage is a maximum.'</xs:documentation>
               <xs:documentation xml:lang="de">'Dieser Prozentsatz ist ein Höchstwert.'</xs:documentation>
               <xs:documentation xml:lang="fr">'This pourcentage est un maximum.'</xs:documentation>
               <xs:documentation xml:lang="nl">'This percentage is een maximum.'</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>