IndustryCode

/FundsXML4/AssetMasterData/Asset/AssetDetails/Commodity/Industries/IndustryCode

Diagram

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

Properties

Type
IndustryCodeType
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:string

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

GICS,lehman,ICB.

ExampleText
xs:date 2024-12-04
xs:decimal

Sector value in "Name" codification system

140.52

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="IndustryCodeType">
   <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: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:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>