Industries

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

Diagram

Industries IndustryCode IndustryCodeType [1..*]

Documentation

EN

List of industries

DE

Liste von industries

FR

Liste de industries

NL

Lista van industries

ES

Lista el industries

IT

Elenco delle industrie

CS

Seznam industries

HU

List of industries

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
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 code of the company

Branchencode des Unternehmens

Code d'industrie de l'entreprise

Branchecode van het bedrijf

Código de industria de la empresa

Codice industriale dell'azienda

A vállalat iparági kódja

Průmyslový kód společnosti

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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">Lista van industries</xs:documentation>
      <xs:documentation xml:lang="es">Lista el industries</xs:documentation>
      <xs:documentation xml:lang="it">Elenco delle industrie</xs:documentation>
      <xs:documentation xml:lang="cs">Seznam industries</xs:documentation>
      <xs:documentation xml:lang="hu">List of industries</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="IndustryCode" type="IndustryCodeType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Industry code of the company</xs:documentation>
               <xs:documentation xml:lang="de">Branchencode des Unternehmens</xs:documentation>
               <xs:documentation xml:lang="fr">Code d'industrie de l'entreprise</xs:documentation>
               <xs:documentation xml:lang="nl">Branchecode van het bedrijf</xs:documentation>
               <xs:documentation xml:lang="es">Código de industria de la empresa</xs:documentation>
               <xs:documentation xml:lang="it">Codice industriale dell'azienda</xs:documentation>
               <xs:documentation xml:lang="hu">A vállalat iparági kódja</xs:documentation>
               <xs:documentation xml:lang="cs">Průmyslový kód společnosti</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>