Classifications

/FundsXML4/AssetMasterData/Asset/Classifications

Diagram

Classifications Classification ClassificationType [1..*]

Documentation

EN

Classifications of assets

DE

Classifications von assets

FR

Classifications de assets

NL

Classifications van assets

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
3

Child Elements & Attributes

Child elements and attributes of this element
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

<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="Classifications"
            type="ClassificationsType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Classifications of assets</xs:documentation>
      <xs:documentation xml:lang="de">Classifications von assets</xs:documentation>
      <xs:documentation xml:lang="fr">Classifications de assets</xs:documentation>
      <xs:documentation xml:lang="nl">Classifications van assets</xs:documentation>
   </xs:annotation>
</xs:element>

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>