Classifications
/FundsXML4/Funds/Fund/FundStaticData/Classifications
Diagram
Documentation
EN
Fund classifications from various systems
DE
[AUTO] Fund-Klassifikationen aus verschiedenen Systemen
FR
Fonds classifications de divers systems
NL
Fonds classifications van diverse systems
Properties
- Type
- ClassificationsType
- 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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ClassificationType |
Classification of a fund or asset according to various classification systems (e.g., BVI, EFAMA, Morningstar) [AUTO] Klassifikation eines Fund oder Assets nach verschiedenen Klassifikationssystemen (z.B. BVI, EFAMA, Morningstar) Classification de un fonds ou actif selon divers classification systems (e.g., BVI, EFAMA, Morningstar) Classificatie van een fonds van actief volgens diverse classificatie systems (e.g., BVI, EFAMA, Morningstar) |
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="Classifications"
type="ClassificationsType">
<xs:annotation>
<xs:documentation xml:lang="en">Fund classifications from various systems</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Fund-Klassifikationen aus verschiedenen Systemen</xs:documentation>
<xs:documentation xml:lang="fr">Fonds classifications de divers systems</xs:documentation>
<xs:documentation xml:lang="nl">Fonds classifications van diverse systems</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(ClassificationsType)
Referenced Type Definition (ClassificationsType)
<xs:complexType 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"
name="ClassificationsType">
<xs:annotation>
<xs:documentation xml:lang="en">Container for multiple classifications</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Container für mehrere Klassifikationen</xs:documentation>
<xs:documentation xml:lang="fr">Conteneur pour multiples classifications</xs:documentation>
<xs:documentation xml:lang="nl">Container voor meerdere classifications</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element maxOccurs="unbounded"
name="Classification"
type="ClassificationType"/>
</xs:sequence>
</xs:complexType>