Clients

/FundsXML4/AssetMgmtCompanyDynData/AssetMgmtCompanyDynDataSet/Statistics/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/Clients

Diagram

Clients Total ClientStatisticType [1] Location (anonymous) [1] LegalTypeClient (anonymous) [1]

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
7

Child Elements & Attributes

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

Data about the clients of an investment or asset management company

[AUTO] Daten über die Kunden einer Investmentgesellschaft oder Vermögensverwaltung

Données about clients de un investissement ou actif management company

Gegevens about clients van een belegging van actief management company

(anonymous)
(anonymous)

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Clients">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Total" type="ClientStatisticType"/>
         <xs:element name="Location">
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="InCountry" type="ClientStatisticType"/>
                  <xs:element name="OutsideCountry" type="ClientStatisticType"/>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
         <xs:element name="LegalTypeClient">
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Private" type="ClientStatisticType"/>
                  <xs:element name="Institutional" type="ClientStatisticType"/>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>