complexType RealEstateType
diagram index_p1537.png
children InvestmentCosts FirstRateAcrrual DateOfPropertyTransaction ConstructionYear TotalRefurbishmentYear Zoning TransactionType TypeOfUse LegalType
used by
element AssetDetailsType/RealEstate
annotation
documentation
Real Estate Asset data information
source <xs:complexType name="RealEstateType">
 
<xs:annotation>
   
<xs:documentation>Real Estate Asset data information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="InvestmentCosts" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Investment costs of the real estate asset</xs:documentation>
       
<xs:documentation xml:lang="de">Investitionskosten</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="PurchasePrice">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Purchase price of the real estate asset according to contract of purchase; including forward purchase contracts</xs:documentation>
             
<xs:documentation xml:lang="de">Kaufpreis der Immobilie oder Grundstück laut Vertrag inkl. Forward puchase Verträgen</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Value" type="xs:decimal">
                 
<xs:annotation>
                   
<xs:documentation>Wert</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Currency" type="ISOCurrencyCodeType">
                 
<xs:annotation>
                   
<xs:documentation>Währung</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="FXRate" type="xs:decimal">
                 
<xs:annotation>
                   
<xs:documentation>FX Kurs</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="ConstructionCosts">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Total construction costs excluding property purchase price (relevant only for building and construction projects)</xs:documentation>
             
<xs:documentation xml:lang="de">Gesamtinvestitionskosten exkl. Grundstückskaufpreis (nur relevant bei Bauprojekten mit laufender Zahlung)</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Value" type="xs:decimal">
                 
<xs:annotation>
                   
<xs:documentation>Wert</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Currency" type="ISOCurrencyCodeType">
                 
<xs:annotation>
                   
<xs:documentation>Währung</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="FXRate" type="xs:decimal">
                 
<xs:annotation>
                   
<xs:documentation>FX Kurs</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="FirstRateAcrrual" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Date of the first rate accrual</xs:documentation>
       
<xs:documentation xml:lang="de">Enthaelt das Datum der ersten Mietabgrenzung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DateOfPropertyTransaction" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Date of the property transaction</xs:documentation>
       
<xs:documentation xml:lang="de">Enthaelt das Datum des Eigentumuebergangs</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ConstructionYear" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Year of construction</xs:documentation>
       
<xs:documentation xml:lang="de">Enthaelt das Errichtungsjahr (Fertigstellung)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TotalRefurbishmentYear" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Year when the last total refurbishment was finished</xs:documentation>
       
<xs:documentation xml:lang="de">Enthaelt Jahr der letzten Generalsanierung (Fertigstellung)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Zoning" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Devotement of the real estate asset</xs:documentation>
       
<xs:documentation xml:lang="de">Enthaelt die Widmung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TransactionType" minOccurs="0">
     
<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: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>
   
<xs:element name="TypeOfUse" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Type of use of the real estate asset</xs:documentation>
       
<xs:documentation xml:lang="de">Nutzungsart</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="ECB" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Type of use according to ECB Investment Funds Statistics classifications</xs:documentation>
             
<xs:documentation xml:lang="de">Nutzungsart gem. EZB-IF Statistik</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="office property"/>
               
<xs:enumeration value="residential property"/>
               
<xs:enumeration value="commercial real estate"/>
               
<xs:enumeration value="other real estate"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="AIFMD" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Type of use according to AIFMD Reporting classifications</xs:documentation>
             
<xs:documentation xml:lang="de">Nutzungsart gem. AIFMD Reporting</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="PHY_RES_RESL"/>
               
<xs:enumeration value="PHY_RES_COML"/>
               
<xs:enumeration value="PHY_RES_OTHR"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Internal" type="xs:string" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Internal type of use</xs:documentation>
             
<xs:documentation xml:lang="de">Nutzungsart intern</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="LegalType" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Legal classification of the real estate asset</xs:documentation>
       
<xs:documentation xml:lang="de">Juristische Klassifizierung des Assets gem. ImmoInvFG (AT):

- bebaute Grundstücke
- Grundstücke im Zustand der Bebauung
- unbebaute Grundstücke
- Baurechte, Superädifikate
- sonstige

</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RealEstateType/InvestmentCosts
diagram index_p1538.png
properties
minOcc 0
maxOcc 1
content complex
children PurchasePrice ConstructionCosts
annotation
documentation
Investment costs of the real estate asset
documentation
Investitionskosten
source <xs:element name="InvestmentCosts" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Investment costs of the real estate asset</xs:documentation>
   
<xs:documentation xml:lang="de">Investitionskosten</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="PurchasePrice">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Purchase price of the real estate asset according to contract of purchase; including forward purchase contracts</xs:documentation>
         
<xs:documentation xml:lang="de">Kaufpreis der Immobilie oder Grundstück laut Vertrag inkl. Forward puchase Verträgen</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Value" type="xs:decimal">
             
<xs:annotation>
               
<xs:documentation>Wert</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Currency" type="ISOCurrencyCodeType">
             
<xs:annotation>
               
<xs:documentation>Währung</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="FXRate" type="xs:decimal">
             
<xs:annotation>
               
<xs:documentation>FX Kurs</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="ConstructionCosts">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Total construction costs excluding property purchase price (relevant only for building and construction projects)</xs:documentation>
         
<xs:documentation xml:lang="de">Gesamtinvestitionskosten exkl. Grundstückskaufpreis (nur relevant bei Bauprojekten mit laufender Zahlung)</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Value" type="xs:decimal">
             
<xs:annotation>
               
<xs:documentation>Wert</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Currency" type="ISOCurrencyCodeType">
             
<xs:annotation>
               
<xs:documentation>Währung</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="FXRate" type="xs:decimal">
             
<xs:annotation>
               
<xs:documentation>FX Kurs</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element RealEstateType/InvestmentCosts/PurchasePrice
diagram index_p1539.png
properties
content complex
children Value Currency FXRate
annotation
documentation
Purchase price of the real estate asset according to contract of purchase; including forward purchase contracts
documentation
Kaufpreis der Immobilie oder Grundstück laut Vertrag inkl. Forward puchase Verträgen
source <xs:element name="PurchasePrice">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Purchase price of the real estate asset according to contract of purchase; including forward purchase contracts</xs:documentation>
   
<xs:documentation xml:lang="de">Kaufpreis der Immobilie oder Grundstück laut Vertrag inkl. Forward puchase Verträgen</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Value" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>Wert</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Currency" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation>Währung</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="FXRate" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>FX Kurs</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element RealEstateType/InvestmentCosts/PurchasePrice/Value
diagram index_p1540.png
type xs:decimal
properties
content simple
annotation
documentation
Wert
source <xs:element name="Value" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Wert</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/InvestmentCosts/PurchasePrice/Currency
diagram index_p1541.png
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
pattern [A-Z]{3}
annotation
documentation
Währung
source <xs:element name="Currency" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation>Währung</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/InvestmentCosts/PurchasePrice/FXRate
diagram index_p1542.png
type xs:decimal
properties
content simple
annotation
documentation
FX Kurs
source <xs:element name="FXRate" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>FX Kurs</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/InvestmentCosts/ConstructionCosts
diagram index_p1543.png
properties
content complex
children Value Currency FXRate
annotation
documentation
Total construction costs excluding property purchase price (relevant only for building and construction projects)
documentation
Gesamtinvestitionskosten exkl. Grundstückskaufpreis (nur relevant bei Bauprojekten mit laufender Zahlung)
source <xs:element name="ConstructionCosts">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Total construction costs excluding property purchase price (relevant only for building and construction projects)</xs:documentation>
   
<xs:documentation xml:lang="de">Gesamtinvestitionskosten exkl. Grundstückskaufpreis (nur relevant bei Bauprojekten mit laufender Zahlung)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Value" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>Wert</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Currency" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation>Währung</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="FXRate" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>FX Kurs</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element RealEstateType/InvestmentCosts/ConstructionCosts/Value
diagram index_p1544.png
type xs:decimal
properties
content simple
annotation
documentation
Wert
source <xs:element name="Value" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Wert</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/InvestmentCosts/ConstructionCosts/Currency
diagram index_p1545.png
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
pattern [A-Z]{3}
annotation
documentation
Währung
source <xs:element name="Currency" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation>Währung</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/InvestmentCosts/ConstructionCosts/FXRate
diagram index_p1546.png
type xs:decimal
properties
content simple
annotation
documentation
FX Kurs
source <xs:element name="FXRate" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>FX Kurs</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/FirstRateAcrrual
diagram index_p1547.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date of the first rate accrual
documentation
Enthaelt das Datum der ersten Mietabgrenzung
source <xs:element name="FirstRateAcrrual" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Date of the first rate accrual</xs:documentation>
   
<xs:documentation xml:lang="de">Enthaelt das Datum der ersten Mietabgrenzung</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/DateOfPropertyTransaction
diagram index_p1548.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date of the property transaction
documentation
Enthaelt das Datum des Eigentumuebergangs
source <xs:element name="DateOfPropertyTransaction" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Date of the property transaction</xs:documentation>
   
<xs:documentation xml:lang="de">Enthaelt das Datum des Eigentumuebergangs</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/ConstructionYear
diagram index_p1549.png
type xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Year of construction
documentation
Enthaelt das Errichtungsjahr (Fertigstellung)
source <xs:element name="ConstructionYear" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Year of construction</xs:documentation>
   
<xs:documentation xml:lang="de">Enthaelt das Errichtungsjahr (Fertigstellung)</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/TotalRefurbishmentYear
diagram index_p1550.png
type xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Year when the last total refurbishment was finished
documentation
Enthaelt Jahr der letzten Generalsanierung (Fertigstellung)
source <xs:element name="TotalRefurbishmentYear" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Year when the last total refurbishment was finished</xs:documentation>
   
<xs:documentation xml:lang="de">Enthaelt Jahr der letzten Generalsanierung (Fertigstellung)</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/Zoning
diagram index_p1551.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Devotement of the real estate asset
documentation
Enthaelt die Widmung
source <xs:element name="Zoning" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Devotement of the real estate asset</xs:documentation>
   
<xs:documentation xml:lang="de">Enthaelt die Widmung</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/TransactionType
diagram index_p1552.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration direct investment
enumeration share deal corporate
enumeration share deal personnel
enumeration other transaction type
annotation
documentation
Transaction type of the investment deal:

- direct investment
- share deal corporate
- share deal personnel
- other transaction type
documentation
Art des Immobilienerwerbs:

- direct investment
- share deal corporate
- share deal personnel
- other transaction type
source <xs:element name="TransactionType" minOccurs="0">
 
<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: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>

element RealEstateType/TypeOfUse
diagram index_p1553.png
properties
minOcc 0
maxOcc 1
content complex
children ECB AIFMD Internal
annotation
documentation
Type of use of the real estate asset
documentation
Nutzungsart
source <xs:element name="TypeOfUse" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Type of use of the real estate asset</xs:documentation>
   
<xs:documentation xml:lang="de">Nutzungsart</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ECB" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Type of use according to ECB Investment Funds Statistics classifications</xs:documentation>
         
<xs:documentation xml:lang="de">Nutzungsart gem. EZB-IF Statistik</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="office property"/>
           
<xs:enumeration value="residential property"/>
           
<xs:enumeration value="commercial real estate"/>
           
<xs:enumeration value="other real estate"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="AIFMD" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Type of use according to AIFMD Reporting classifications</xs:documentation>
         
<xs:documentation xml:lang="de">Nutzungsart gem. AIFMD Reporting</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="PHY_RES_RESL"/>
           
<xs:enumeration value="PHY_RES_COML"/>
           
<xs:enumeration value="PHY_RES_OTHR"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Internal" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Internal type of use</xs:documentation>
         
<xs:documentation xml:lang="de">Nutzungsart intern</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element RealEstateType/TypeOfUse/ECB
diagram index_p1554.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration office property
enumeration residential property
enumeration commercial real estate
enumeration other real estate
annotation
documentation
Type of use according to ECB Investment Funds Statistics classifications
documentation
Nutzungsart gem. EZB-IF Statistik
source <xs:element name="ECB" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Type of use according to ECB Investment Funds Statistics classifications</xs:documentation>
   
<xs:documentation xml:lang="de">Nutzungsart gem. EZB-IF Statistik</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="office property"/>
     
<xs:enumeration value="residential property"/>
     
<xs:enumeration value="commercial real estate"/>
     
<xs:enumeration value="other real estate"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RealEstateType/TypeOfUse/AIFMD
diagram index_p1555.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration PHY_RES_RESL
enumeration PHY_RES_COML
enumeration PHY_RES_OTHR
annotation
documentation
Type of use according to AIFMD Reporting classifications
documentation
Nutzungsart gem. AIFMD Reporting
source <xs:element name="AIFMD" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Type of use according to AIFMD Reporting classifications</xs:documentation>
   
<xs:documentation xml:lang="de">Nutzungsart gem. AIFMD Reporting</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="PHY_RES_RESL"/>
     
<xs:enumeration value="PHY_RES_COML"/>
     
<xs:enumeration value="PHY_RES_OTHR"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RealEstateType/TypeOfUse/Internal
diagram index_p1556.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Internal type of use
documentation
Nutzungsart intern
source <xs:element name="Internal" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Internal type of use</xs:documentation>
   
<xs:documentation xml:lang="de">Nutzungsart intern</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/LegalType
diagram index_p1557.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Legal classification of the real estate asset
documentation
Juristische Klassifizierung des Assets gem. ImmoInvFG (AT):

- bebaute Grundstücke
- Grundstücke im Zustand der Bebauung
- unbebaute Grundstücke
- Baurechte, Superädifikate
- sonstige

source <xs:element name="LegalType" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Legal classification of the real estate asset</xs:documentation>
   
<xs:documentation xml:lang="de">Juristische Klassifizierung des Assets gem. ImmoInvFG (AT):

- bebaute Grundstücke
- Grundstücke im Zustand der Bebauung
- unbebaute Grundstücke
- Baurechte, Superädifikate
- sonstige

</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy