Address

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/GeographicalData/Address

Diagram

Address Adresse der Liegenschaft Address of the building StreetName Text256Type [1] StreetNumber Text32Type [1] CityName Text256Type [1] CityCode Text32Type [1] Country ISOCountryCodeType [1] Latitude LatitudeDataDEType [1] Longitude LongitudeDataDEType [1]

Documentation

de

Adresse der Liegenschaft

en

Address of the building

Properties

Type
AddressTypeDataDEType
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
8
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
Text256Type

Straße der Liegenschaft (bei mehreren Adressen ist die Hauptanschrift anzugeben)

Street of the property (in case of more than one address, the main address should be indicated)

Text (max. 256 characters)

ExampleText
Text32Type

Hausnummer der Liegenschaft (bei mehreren Adressen ist die Hauptanschrift anzugeben)

House number of the property (in case of more than one address, the main address should be indicated)

Text (max. 32 characters)

ExampleText
Text256Type

Stadt, in der sich die Liegenschaft befindet

City where the property is located

Text (max. 256 characters)

ExampleText
Text32Type

Postleitzahl der Liegenschaft

Postal code of the property

Text (max. 32 characters)

ExampleText
ISOCountryCodeType

Land, in dem sich die Liegenschaft befindet

Country where the property is located

The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.

Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.

aa
LatitudeDataDEType

Breitengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf die südliche Hemisphäre).

Latitude where the property is located (negative values refer to the southern hemisphere).

The latitude of the object. Decimal degrees.

77.33
LongitudeDataDEType

Längengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf westlich des Nullmeridians).

Longitude where the property is located (negative values refer to west of the prime meridian).

The longitude of the object. Decimal degrees.

160.03

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="Address"
            type="AddressTypeDataDEType">
   <xs:annotation>
      <xs:documentation xml:lang="de">Adresse der Liegenschaft</xs:documentation>
      <xs:documentation xml:lang="en">Address of the building</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AddressTypeDataDEType)

<xs:complexType 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="AddressTypeDataDEType">
   <xs:sequence>
      <xs:element name="StreetName" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="de">Straße der Liegenschaft (bei mehreren Adressen ist die Hauptanschrift anzugeben)</xs:documentation>
            <xs:documentation xml:lang="en">Street of the property (in case of more than one address, the main address should be indicated)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="StreetNumber" type="Text32Type">
         <xs:annotation>
            <xs:documentation xml:lang="de">Hausnummer der Liegenschaft (bei mehreren Adressen ist die Hauptanschrift anzugeben)</xs:documentation>
            <xs:documentation xml:lang="en">House number of the property (in case of more than one address, the main address should be indicated)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="CityName" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="de">Stadt, in der sich die Liegenschaft befindet</xs:documentation>
            <xs:documentation xml:lang="en">City where the property is located</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="CityCode" type="Text32Type">
         <xs:annotation>
            <xs:documentation xml:lang="de">Postleitzahl der Liegenschaft</xs:documentation>
            <xs:documentation xml:lang="en">Postal code of the property</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Country" type="ISOCountryCodeType">
         <xs:annotation>
            <xs:documentation xml:lang="de">Land, in dem sich die Liegenschaft befindet</xs:documentation>
            <xs:documentation xml:lang="en">Country where the property is located</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Latitude" type="LatitudeDataDEType">
         <xs:annotation>
            <xs:documentation xml:lang="de">Breitengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf die südliche Hemisphäre).</xs:documentation>
            <xs:documentation xml:lang="en">Latitude where the property is located (negative values refer to the southern hemisphere).</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Longitude" type="LongitudeDataDEType">
         <xs:annotation>
            <xs:documentation xml:lang="de">Längengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf westlich des Nullmeridians).</xs:documentation>
            <xs:documentation xml:lang="en">Longitude where the property is located (negative values refer to west of the prime meridian).</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>