OtherClassification

/FundsXML4/AssetMasterData/Asset/AssetDetails/REIT/Issuer/ParentCompany/OtherClassification

Diagram

OtherClassification @ListedType CompanyListedClassificationType [1] @FreeType xs:string [1]

Documentation

EN

All other identifiers (with listed or free type)

DE

[AUTO] Weitere Identifikatoren (mit vordefiniertem oder freiem Typ)

FR

All autre identifiers (avec listed ou free type)

NL

All overig identifiers (met listed van free type)

Properties

Type
xs:string
Cardinality
0..*
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
CompanyListedClassificationType

List of company classifications

[AUTO] Liste der Unternehmensklassifikationen

Liste de company classifications

Lijst van company classifications

NACE Rev 2
xs:string 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"
            minOccurs="0"
            name="OtherClassification">
   <xs:annotation>
      <xs:documentation xml:lang="en">All other identifiers (with listed or free type)</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Weitere Identifikatoren (mit vordefiniertem oder freiem Typ)</xs:documentation>
      <xs:documentation xml:lang="fr">All autre identifiers (avec listed ou free type)</xs:documentation>
      <xs:documentation xml:lang="nl">All overig identifiers (met listed van free type)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:simpleContent>
         <xs:extension base="xs:string">
            <xs:attribute name="ListedType" type="CompanyListedClassificationType"/>
            <xs:attribute name="FreeType">
               <xs:simpleType>
                  <xs:restriction base="xs:string">
                     <xs:maxLength value="100"/>
                  </xs:restriction>
               </xs:simpleType>
            </xs:attribute>
         </xs:extension>
      </xs:simpleContent>
   </xs:complexType>
</xs:element>