Companies

/FundsXML4/Funds/Fund/FundStaticData/Companies

Diagram

Companies Company FundCompanyType [1..*]

Documentation

EN

Companies related to the fund with their roles

DE

[AUTO] Mit dem Fund verbundene Unternehmen und deren Rollen

FR

Companies related à fonds avec their roles

NL

Companies related naar fonds met their roles

Properties

Type
FundCompaniesType
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
4

Child Elements & Attributes

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

Company information with role assignment for funds

[AUTO] Unternehmensinformationen mit Rollenzuweisung für Funds

Company information avec role assignment pour funds

Company informatie met role assignment voor funds

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="FundCompaniesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Companies related to the fund with their roles</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Mit dem Fund verbundene Unternehmen und deren Rollen</xs:documentation>
      <xs:documentation xml:lang="fr">Companies related à fonds avec their roles</xs:documentation>
      <xs:documentation xml:lang="nl">Companies related naar fonds met their roles</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (FundCompaniesType)

<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="FundCompaniesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Container for companies associated with a fund (custodian, auditor, administrator, etc.)</xs:documentation>
      <xs:documentation xml:lang="de">Container für Unternehmen, die mit einem Fund verbunden sind (Custodian, Auditor, Administrator, etc.)</xs:documentation>
      <xs:documentation xml:lang="fr">Conteneur pour les sociétés associées à un fonds (custodian, auditor, administrator, etc.)</xs:documentation>
      <xs:documentation xml:lang="nl">Container voor bedrijven geassocieerd met een fonds (custodian, auditor, administrator, etc.)</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Company" type="FundCompanyType"/>
   </xs:sequence>
</xs:complexType>