StatusOfProperty

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/BaseData/StatusOfProperty

Diagram

StatusOfProperty

Documentation

DE

Angabe des Status der Liegenschaft (Bestandsobjekt [HELD_PROPERTY]; Projektentwicklung [DEVELOPMENT]; unbebautes Grundstück [LAND]); als Projektentwicklung gilt ein Objekt, wenn es mit Baukosten und nicht mit Verkehrswert geführt wird

EN

Status of the property (existing property [HELD_PROPERTY]; project development [DEVELOPMENT]; undeveloped land [LAND]); a property is considered a project development if it is managed with construction costs and not with fair value

FR

Statut de property (existing property [HELD_PROPERTY]; project development [DEVELOPMENT]; undeveloped land [LAND]); un property est considered un project development si it est managed avec construction costs et pas avec juste valeur

NL

Status van property (existing property [HELD_PROPERTY]; project development [DEVELOPMENT]; undeveloped land [LAND]); een property is considered een project development als it is managed met construction costs en niet met reële waarde

Properties

Type
xs:string
Cardinality
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
8
Sample Data
HELD_Property
Restrictions
Base: xs:string
Enumeration:
  • HELD_Property
  • DEVELOPMENT
  • LAND

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="StatusOfProperty">
   <xs:annotation>
      <xs:documentation xml:lang="de">Angabe des Status der Liegenschaft (Bestandsobjekt [HELD_PROPERTY]; Projektentwicklung [DEVELOPMENT]; unbebautes Grundstück [LAND]); als Projektentwicklung gilt ein Objekt, wenn es mit Baukosten und nicht mit Verkehrswert geführt wird</xs:documentation>
      <xs:documentation xml:lang="en">Status of the property (existing property [HELD_PROPERTY]; project development [DEVELOPMENT]; undeveloped land [LAND]); a property is considered a project development if it is managed with construction costs and not with fair value</xs:documentation>
      <xs:documentation xml:lang="fr">Statut de property (existing property [HELD_PROPERTY]; project development [DEVELOPMENT]; undeveloped land [LAND]); un property est considered un project development si it est managed avec construction costs et pas avec juste valeur</xs:documentation>
      <xs:documentation xml:lang="nl">Status van property (existing property [HELD_PROPERTY]; project development [DEVELOPMENT]; undeveloped land [LAND]); een property is considered een project development als it is managed met construction costs en niet met reële waarde</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="HELD_Property"/>
         <xs:enumeration value="DEVELOPMENT"/>
         <xs:enumeration value="LAND"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>