Classification

/FundsXML4/Funds/Fund/FundStaticData/Classifications/Classification

Diagram

Classification ListedGroup Text64Type [1] UnlistedGroup Text64Type [1] Type Text64Type [0..1] Language xs:language [0..1] Value Text256Type [1..*]

Documentation

EN

Classification of a fund or asset according to various classification systems (e.g., BVI, EFAMA, Morningstar)

DE

[AUTO] Klassifikation eines Fund oder Assets nach verschiedenen Klassifikationssystemen (z.B. BVI, EFAMA, Morningstar)

FR

Classification de un fonds ou actif selon divers classification systems (e.g., BVI, EFAMA, Morningstar)

NL

Classificatie van een fonds van actief volgens diverse classificatie systems (e.g., BVI, EFAMA, Morningstar)

Properties

Type
ClassificationType
Cardinality
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
5

Child Elements & Attributes

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

Text (max. 64 characters)

[AUTO] Text (max. 64 Zeichen)

Text (max. 64 characters)

Text (max. 64 characters)

ExampleText
Text64Type

Text (max. 64 characters)

[AUTO] Text (max. 64 Zeichen)

Text (max. 64 characters)

Text (max. 64 characters)

ExampleText
xs:language en-US
Text256Type ExampleText

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"
            maxOccurs="unbounded"
            name="Classification"
            type="ClassificationType"/>

Referenced Type Definition (ClassificationType)

<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="ClassificationType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Classification of a fund or asset according to various classification systems (e.g., BVI, EFAMA, Morningstar)</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Klassifikation eines Fund oder Assets nach verschiedenen Klassifikationssystemen (z.B. BVI, EFAMA, Morningstar)</xs:documentation>
      <xs:documentation xml:lang="fr">Classification de un fonds ou actif selon divers classification systems (e.g., BVI, EFAMA, Morningstar)</xs:documentation>
      <xs:documentation xml:lang="nl">Classificatie van een fonds van actief volgens diverse classificatie systems (e.g., BVI, EFAMA, Morningstar)</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:choice>
         <xs:element name="ListedGroup">
            <xs:simpleType>
               <xs:restriction base="Text64Type">
                  <xs:enumeration value="AMF"/>
                  <xs:enumeration value="BLOOMBERG"/>
                  <xs:enumeration value="BVI"/>
                  <xs:enumeration value="EFAMA"/>
                  <xs:enumeration value="ESMA"/>
                  <xs:enumeration value="FATCA"/>
                  <xs:enumeration value="FIX"/>
                  <xs:enumeration value="IMA"/>
                  <xs:enumeration value="LIPPER"/>
                  <xs:enumeration value="MIFID"/>
                  <xs:enumeration value="MORNINGSTAR"/>
                  <xs:enumeration value="VOEIG"/>
                  <xs:enumeration value="WM"/>
                  <xs:enumeration value="GERMAN CBCL"/>
                  <xs:enumeration value="CIC"/>
                  <xs:enumeration value="CFI"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="UnlistedGroup" type="Text64Type"/>
      </xs:choice>
      <xs:element minOccurs="0" name="Type" type="Text64Type"/>
      <xs:element minOccurs="0" name="Language" type="xs:language"/>
      <xs:element maxOccurs="unbounded" name="Value">
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="Text256Type">
                  <xs:attribute name="level" type="xs:positiveInteger"/>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>