StockExchanges

/FundsXML4/Funds/Fund/SingleFund/SingleFundStaticData/StockExchanges

Diagram

StockExchanges Exchange xs:string [1..*]

Documentation

EN

Stock exchanges where the fund is listed (4-character MIC codes)

DE

Börsen, an denen der Fonds gelistet ist (4-Zeichen MIC-Codes)

FR

Action exchanges où fonds est listed (4-character MIC codes)

NL

Aandeel exchanges waar fonds is listed (4-character MIC codes)

ES

Bolsas de valores donde el fondo esta cotizado (codigos MIC de 4 caracteres)

IT

Borse in cui è quotato il fondo (codici MIC a 4 caratteri)

CS

Burzy cenných papírů, kde je fond kótován (4znakové MIC kódy)

HU

Tőzsdék, ahol az alap jegyezve van (4 karakteres MIC kódok)

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
6

Child Elements & Attributes

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

Stock exchange where the fund is listed

Börse, an der der Fonds notiert ist

Bourse où le fonds est coté

Beurs waar het fonds genoteerd is

Bolsa de valores donde el fondo está cotizado

Borsa valori dove il fondo è quotato

Tőzsde, ahol az alap jegyezve van

Burza cenných papírů, kde je fond kótován

aaaa

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="StockExchanges">
   <xs:annotation>
      <xs:documentation xml:lang="en">Stock exchanges where the fund is listed (4-character MIC codes)</xs:documentation>
      <xs:documentation xml:lang="de">Börsen, an denen der Fonds gelistet ist (4-Zeichen MIC-Codes)</xs:documentation>
      <xs:documentation xml:lang="fr">Action exchanges où fonds est listed (4-character MIC codes)</xs:documentation>
      <xs:documentation xml:lang="nl">Aandeel exchanges waar fonds is listed (4-character MIC codes)</xs:documentation>
      <xs:documentation xml:lang="es">Bolsas de valores donde el fondo esta cotizado (codigos MIC de 4 caracteres)</xs:documentation>
      <xs:documentation xml:lang="it">Borse in cui è quotato il fondo (codici MIC a 4 caratteri)</xs:documentation>
      <xs:documentation xml:lang="cs">Burzy cenných papírů, kde je fond kótován (4znakové MIC kódy)</xs:documentation>
      <xs:documentation xml:lang="hu">Tőzsdék, ahol az alap jegyezve van (4 karakteres MIC kódok)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Exchange">
            <xs:annotation>
               <xs:documentation xml:lang="en">Stock exchange where the fund is listed</xs:documentation>
               <xs:documentation xml:lang="de">Börse, an der der Fonds notiert ist</xs:documentation>
               <xs:documentation xml:lang="fr">Bourse où le fonds est coté</xs:documentation>
               <xs:documentation xml:lang="nl">Beurs waar het fonds genoteerd is</xs:documentation>
               <xs:documentation xml:lang="es">Bolsa de valores donde el fondo está cotizado</xs:documentation>
               <xs:documentation xml:lang="it">Borsa valori dove il fondo è quotato</xs:documentation>
               <xs:documentation xml:lang="hu">Tőzsde, ahol az alap jegyezve van</xs:documentation>
               <xs:documentation xml:lang="cs">Burza cenných papírů, kde je fond kótován</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:length value="4"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>