UsageTypeParking

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/UsageTypeData/Parking/UsageTypeParking

Diagram

UsageTypeParking Let xs:decimal [1] Vacant xs:decimal [1] ParkingSpaces xs:int [1]

Properties

Type
(anonymous)
Cardinality
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
9
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:decimal

Nettosollmiete der zum Stichtag vermieteten Mieteinheiten der Liegenschaft (entspricht Vertragsmiete). Anzugeben ist ein Jahreswert (in Tsd. Euro).

Gross potential income of the rental units of the property let as of the reporting date (corresponds to contractual rent). An annual value should be given (in thousands of euros).

55.47
xs:decimal

Nettosollmiete der zum Stichtag leerstehenden Mieteinheiten der Liegenschaft (entspricht Leerstandsmiete). Anzugeben ist ein Jahreswert (in Tsd. Euro).

Gross potential income of the rental units of the property that are vacant as of the reporting date (corresponds to contractual rent). An annual value should be given (in thousands of euros).

424.28
xs:int

Total number of parking spaces that belong to the property

2184

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"
            name="UsageTypeParking">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Let" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="de">Nettosollmiete der zum Stichtag vermieteten Mieteinheiten der Liegenschaft (entspricht Vertragsmiete). Anzugeben ist ein Jahreswert (in Tsd. Euro).</xs:documentation>
               <xs:documentation xml:lang="en">Gross potential income of the rental units of the property let as of the reporting date (corresponds to contractual rent). An annual value should be given (in thousands of euros).</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="Vacant" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="de">Nettosollmiete der zum Stichtag leerstehenden Mieteinheiten der Liegenschaft (entspricht Leerstandsmiete). Anzugeben ist ein Jahreswert (in Tsd. Euro).</xs:documentation>
               <xs:documentation xml:lang="en">Gross potential income of the rental units of the property that are vacant as of the reporting date (corresponds to contractual rent). An annual value should be given (in thousands of euros).</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="ParkingSpaces" type="xs:int">
            <xs:annotation>
               <xs:documentation>Total number of parking spaces that belong to the property</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>