IndustryCode
/FundsXML4/AssetMasterData/Asset/AssetDetails/Commodity/Industries/IndustryCode
Diagram
Documentation
Industry sector classification using codification systems like GICS, ICB, NACE
Branchenklassifikation unter Verwendung von Codierungssystemen wie GICS, ICB, NACE
Classification de secteur industriel utilisant systèmes de codification comme GICS, ICB, NACE
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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string |
Sector codification (GICS,ICB, ...) GICS,lehman,ICB. Secteur codification (GICS,ICB, ...) Sector codification (GICS,ICB, ...) |
ExampleText | |
| xs:date | 2025-05-10 | ||
| 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 |
315.44 |
Element Definition
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)
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>