Subfunds

/FundsXML4/Funds/Fund/Subfunds

Diagram

Subfunds Subfund SubfundType [1..*]

Documentation

EN

Use this node for umbrella fund structures

DE

Verwenden Sie diesen Knoten für Umbrella-Fondsstrukturen

FR

Utilisez ce nœud pour les structures de fonds umbrella

NL

Gebruik dit knooppunt voor umbrella fondsstructuren

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
4

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
SubfundType

Static and dynamic data of a subfund

Statische und dynamische Daten eines Subfonds

Données statiques et dynamiques d'un subfond

Statische en dynamische gegevens van een subfonds

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Subfunds">
   <xs:annotation>
      <xs:documentation xml:lang="en">Use this node for umbrella fund structures</xs:documentation>
      <xs:documentation xml:lang="de">Verwenden Sie diesen Knoten für Umbrella-Fondsstrukturen</xs:documentation>
      <xs:documentation xml:lang="fr">Utilisez ce nœud pour les structures de fonds umbrella</xs:documentation>
      <xs:documentation xml:lang="nl">Gebruik dit knooppunt voor umbrella fondsstructuren</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Subfund" type="SubfundType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Static and dynamic data of a subfund</xs:documentation>
               <xs:documentation xml:lang="de">Statische und dynamische Daten eines Subfonds</xs:documentation>
               <xs:documentation xml:lang="fr">Données statiques et dynamiques d'un subfond</xs:documentation>
               <xs:documentation xml:lang="nl">Statische en dynamische gegevens van een subfonds</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>