TypeOfUse

/FundsXML4/AssetMasterData/Asset/AssetDetails/RealEstate/TypeOfUse

Diagram

TypeOfUse Type of use of the real estate asset Nutzungsart ECB xs:string [0..1] AIFMD xs:string [0..1] ESRB xs:string [0..1] Internal xs:string [0..1]

Documentation

de

Nutzungsart

en

Type of use of the real estate asset

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:string

Type of use according to ECB Investment Funds Statistics classifications

Nutzungsart gem. EZB-IF Statistik

commercial real estate
xs:string

Type of use according to AIFMD Reporting classifications

Nutzungsart gem. AIFMD Reporting

PHY_RES_OTHR
xs:string

european systemic Risk Board

not applicable
xs:string

Internal type of use

Nutzungsart intern

ExampleText

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="TypeOfUse">
   <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 minOccurs="0" name="ECB">
            <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:enumeration value="industrial real estate"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="AIFMD">
            <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 minOccurs="0" name="ESRB">
            <xs:annotation>
               <xs:documentation>european systemic Risk Board</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="Residential properties"/>
                  <xs:enumeration value="Retail"/>
                  <xs:enumeration value="Office space"/>
                  <xs:enumeration value="industrial use"/>
                  <xs:enumeration value="other types of commercial real estate"/>
                  <xs:enumeration value="not applicable"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="Internal" type="xs:string">
            <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>