ECB

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

Diagram

ECB Type of use according to ECB Investment Funds Statistics classifications Nutzungsart gem. EZB-IF Statistik

Documentation

de

Nutzungsart gem. EZB-IF Statistik

en

Type of use according to ECB Investment Funds Statistics classifications

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
6
Sample Data
commercial real estate
Restrictions
Base: xs:string
Enumeration:
  • office property
  • residential property
  • commercial real estate
  • other real estate
  • industrial real estate

XML Snippet

<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="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>