TransactionType

/FundsXML4/AssetMasterData/Asset/AssetDetails/RealEstate/TransactionType

Diagram

TransactionType

Documentation

EN

Transaction type of the investment deal:

  • direct investment
  • share deal corporate
  • share deal personnel
  • other transaction type

DE

Art des Immobilienerwerbs:

  • direct investment
  • share deal corporate
  • share deal personnel
  • other transaction type

FR

Transaction type de investissement deal:

  • direct investissement
  • action deal corporate
  • action deal personnel
  • autre transaction type

NL

Transactie type van belegging deal:

  • direct belegging
  • aandeel deal corporate
  • aandeel deal personnel
  • overig transactie type

Properties

Type
xs:string
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
Sample Data
other transaction type
Restrictions
Base: xs:string
Enumeration:
  • direct investment
  • share deal corporate
  • share deal personnel
  • other transaction type

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="TransactionType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Transaction type of the investment deal:

- direct investment
- share deal corporate
- share deal personnel
- other transaction type</xs:documentation>
      <xs:documentation xml:lang="de">Art des Immobilienerwerbs:

- direct investment
- share deal corporate
- share deal personnel
- other transaction type</xs:documentation>
      <xs:documentation xml:lang="fr">Transaction type de investissement deal:

- direct investissement
- action deal corporate
- action deal personnel
- autre transaction type</xs:documentation>
      <xs:documentation xml:lang="nl">Transactie type van belegging deal:

- direct belegging
- aandeel deal corporate
- aandeel deal personnel
- overig transactie type</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="direct investment"/>
         <xs:enumeration value="share deal corporate"/>
         <xs:enumeration value="share deal personnel"/>
         <xs:enumeration value="other transaction type"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>