IndustryCode

/FundsXML4/AssetMasterData/Asset/AssetDetails/Equity/Industries/IndustryCode

Diagram

IndustryCode Name xs:string [1] Date xs:date [1] Value xs:decimal [1]

Documentation

EN

Industry sector classification using codification systems like GICS, ICB, NACE

DE

Branchenklassifikation unter Verwendung von Codierungssystemen wie GICS, ICB, NACE

FR

Classification de secteur industriel utilisant systèmes de codification comme GICS, ICB, NACE

NL

Industrie sector classificatie met codificatie systemen zoals GICS, ICB, NACE

Properties

Type
IndustryCodeType
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
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me more relevant than "Name"

GICS,lehman,ICB.

Secteur codification (GICS,ICB, ...)
***"CodificationSystem" would me plus relevant than "Nom"

Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me meer relevant than "Naam"

ExampleText
xs:date 2023-01-05
xs:decimal

Sector value in "Name" codification system

Sektor Wert in "Name" codification system

Secteur valeur dans "Nom" codification system

Sector waarde in "Naam" codification system

173.69

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="IndustryCode"
            type="IndustryCodeType"/>

Referenced Type Definition (IndustryCodeType)

<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="IndustryCodeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Industry sector classification using codification systems like GICS, ICB, NACE</xs:documentation>
      <xs:documentation xml:lang="de">Branchenklassifikation unter Verwendung von Codierungssystemen wie GICS, ICB, NACE</xs:documentation>
      <xs:documentation xml:lang="fr">Classification de secteur industriel utilisant systèmes de codification comme GICS, ICB, NACE</xs:documentation>
      <xs:documentation xml:lang="nl">Industrie sector classificatie met codificatie systemen zoals GICS, ICB, NACE</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="Name" type="xs:string">
         <xs:annotation>
            <xs:documentation xml:lang="en">Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me more relevant than "Name"</xs:documentation>
            <xs:documentation xml:lang="de">GICS,lehman,ICB.</xs:documentation>
            <xs:documentation xml:lang="fr">Secteur codification (GICS,ICB, ...) 
***"CodificationSystem" would me plus relevant than "Nom"</xs:documentation>
            <xs:documentation xml:lang="nl">Sector codification (GICS,ICB, ...) 
***"CodificationSystem" would me meer relevant than "Naam"</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date"/>
      <xs:element name="Value" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Sector value in "Name" codification system</xs:documentation>
            <xs:documentation xml:lang="de">Sektor Wert in "Name" codification system</xs:documentation>
            <xs:documentation xml:lang="fr">Secteur valeur dans "Nom" codification system</xs:documentation>
            <xs:documentation xml:lang="nl">Sector waarde in "Naam" codification system</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>