Type

/FundsXML4/AssetMasterData/Asset/AssetDetails/Warrant/Underlyings/Underlying/Type

Diagram

Type

Documentation

EN

Currency, Security, Future, Index

DE

Währung, Wertpapier, Future, Index

FR

Devise, Titre, Future, Index

NL

Valuta, Effect, Future, Index

ES

Divisa, Valor, Future, Index

IT

Valuta, sicurezza, futuro, indice

CS

Currency, Security, Future, Index

HU

Currency, Security, Future, Index

Properties

Type
xs:string
Cardinality
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
7
Sample Data
Currency
Restrictions
Base: xs:string
Enumeration:
  • Currency
  • Future
  • Index
  • Security
  • Other

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"
            name="Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Currency, Security, Future, Index</xs:documentation>
      <xs:documentation xml:lang="de">Währung, Wertpapier, Future, Index</xs:documentation>
      <xs:documentation xml:lang="fr">Devise, Titre, Future, Index</xs:documentation>
      <xs:documentation xml:lang="nl">Valuta, Effect, Future, Index</xs:documentation>
      <xs:documentation xml:lang="es">Divisa, Valor, Future, Index</xs:documentation>
      <xs:documentation xml:lang="it">Valuta, sicurezza, futuro, indice</xs:documentation>
      <xs:documentation xml:lang="cs">Currency, Security, Future, Index</xs:documentation>
      <xs:documentation xml:lang="hu">Currency, Security, Future, Index</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Currency"/>
         <xs:enumeration value="Future"/>
         <xs:enumeration value="Index"/>
         <xs:enumeration value="Security"/>
         <xs:enumeration value="Other"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>