ExecutionType

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond/ConvertibleBond/ExecutionType

Diagram

ExecutionType

Documentation

EN

Issuer, Bearer, Both

DE

Emittent, Houder, Beide

FR

Émetteur, Bearer, Both

NL

Emittent, Houder, Beide

ES

Emisor, Tenedor, Both

IT

Emittente, al portatore, entrambi

CS

Issuer, Bearer, Both

HU

Issuer, Bearer, Both

Properties

Type
xs:string
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
Sample Data
Bearer
Restrictions
Base: xs:string
Enumeration:
  • Issuer
  • Bearer
  • Both

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="ExecutionType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Issuer, Bearer, Both</xs:documentation>
      <xs:documentation xml:lang="de">Emittent, Houder, Beide</xs:documentation>
      <xs:documentation xml:lang="fr">Émetteur, Bearer, Both</xs:documentation>
      <xs:documentation xml:lang="nl">Emittent, Houder, Beide</xs:documentation>
      <xs:documentation xml:lang="es">Emisor, Tenedor, Both</xs:documentation>
      <xs:documentation xml:lang="it">Emittente, al portatore, entrambi</xs:documentation>
      <xs:documentation xml:lang="cs">Issuer, Bearer, Both</xs:documentation>
      <xs:documentation xml:lang="hu">Issuer, Bearer, Both</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Issuer"/>
         <xs:enumeration value="Bearer"/>
         <xs:enumeration value="Both"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>