Investors

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/ShareClasses/ShareClass/Investors

Diagram

Investors Investor InvestorType [1..*]

Documentation

EN

List of investors

DE

[AUTO] Liste der Anleger

FR

Liste de investors

NL

Lijst van investors

Properties

Type
(anonymous)
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
10

Child Elements & Attributes

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

Information about an investor

[AUTO] Informationen über einen Anleger

Information about un investisseur

Informatie about een belegger

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Investors">
   <xs:annotation>
      <xs:documentation xml:lang="en">List of investors</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Liste der Anleger</xs:documentation>
      <xs:documentation xml:lang="fr">Liste de investors</xs:documentation>
      <xs:documentation xml:lang="nl">Lijst van investors</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Investor" type="InvestorType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>