Clients
/FundsXML4/AssetMgmtCompanyDynData/AssetMgmtCompanyDynDataSet/Statistics/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients
Diagram
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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ClientStatisticType |
Total figures for clients [AUTO] Gesamtzahlen für Kunden Total figures pour clients Totaal figures voor clients |
||
| (anonymous) | |||
| (anonymous) |
Element Definition
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:annotation>
<xs:documentation xml:lang="en">Total figures for clients</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Gesamtzahlen für Kunden</xs:documentation>
<xs:documentation xml:lang="fr">Total figures pour clients</xs:documentation>
<xs:documentation xml:lang="nl">Totaal figures voor clients</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Location">
<xs:complexType>
<xs:sequence>
<xs:element name="InCountry" type="ClientStatisticType">
<xs:annotation>
<xs:documentation xml:lang="en">Information about clients in the respective country</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Informationen über Kunden im jeweiligen Land</xs:documentation>
<xs:documentation xml:lang="fr">Information about clients dans respective pays</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about clients in respective land</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OutsideCountry" type="ClientStatisticType">
<xs:annotation>
<xs:documentation xml:lang="en">Information about clients outside the respective country</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Informationen über Kunden außerhalb des jeweiligen Landes</xs:documentation>
<xs:documentation xml:lang="fr">Information about clients outside respective pays</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about clients outside respective land</xs:documentation>
</xs:annotation>
</xs:element>
</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>