Companies

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/Companies

Diagram

Companies Company SubfundCompanyType [1..*]

Documentation

EN

Companies related to the subfund with their roles

DE

[AUTO] Mit dem Subfund verbundene Unternehmen und deren Rollen

FR

Companies related à subfund avec their roles

NL

Companies related naar subfund met their roles

Properties

Type
SubfundCompaniesType
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
7

Child Elements & Attributes

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

Company associated with a subfund with role definition (auditor, custodian, paying agent, etc.)

Unternehmen, das mit einem Subfund verbunden ist, mit Rollendefinition (Auditor, Custodian, Paying Agent, etc.)

Société associée à un subfund avec définition de rôle (auditor, custodian, paying agent, etc.)

Bedrijf geassocieerd met een subfund met roldefinitie (auditor, custodian, paying agent, etc.)

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Companies"
            type="SubfundCompaniesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Companies related to the subfund with their roles</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Mit dem Subfund verbundene Unternehmen und deren Rollen</xs:documentation>
      <xs:documentation xml:lang="fr">Companies related à subfund avec their roles</xs:documentation>
      <xs:documentation xml:lang="nl">Companies related naar subfund met their roles</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (SubfundCompaniesType)

<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="SubfundCompaniesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Container for companies associated with a subfund</xs:documentation>
      <xs:documentation xml:lang="de">Container für Unternehmen, die mit einem Subfund verbunden sind</xs:documentation>
      <xs:documentation xml:lang="fr">Conteneur pour les sociétés associées à un subfund</xs:documentation>
      <xs:documentation xml:lang="nl">Container voor bedrijven geassocieerd met een subfund</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Company" type="SubfundCompanyType"/>
   </xs:sequence>
</xs:complexType>