Industries

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

Diagram

Industries IndustryCode IndustryCodeType [1..*]

Documentation

EN

List of industries

DE

Liste von industries

FR

Liste de industries

NL

Lijst van industries

Properties

Type
(anonymous)
Cardinality
0..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
IndustryCodeType

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

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"
            minOccurs="0"
            name="Industries">
   <xs:annotation>
      <xs:documentation xml:lang="en">List of industries</xs:documentation>
      <xs:documentation xml:lang="de">Liste von industries</xs:documentation>
      <xs:documentation xml:lang="fr">Liste de industries</xs:documentation>
      <xs:documentation xml:lang="nl">Lijst van industries</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="IndustryCode" type="IndustryCodeType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>