Address
/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/GeographicalData/Address
Diagram
Documentation
Adresse der Liegenschaft
Address of the building
Address de building
Address van building
Properties
- Type
- AddressTypeDataDEType
- 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
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) Street de property (dans case de plus than one address, main address should be indicated) Street van property (in case van meer than one address, main address should be indicated) |
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) House numéro de property (dans case de plus than one address, main address should be indicated) House nummer van property (in case van meer than one address, main address should be indicated) |
ExampleText | |
| Text256Type |
Stadt, in der sich die Liegenschaft befindet City where the property is located City où property est located City waar property is located |
ExampleText | |
| Text32Type |
Postleitzahl der Liegenschaft Postal code of the property Postal code de property Postal code van property |
ExampleText | |
| ISOCountryCodeType |
Land, in dem sich die Liegenschaft befindet Country where the property is located Pays où property est located Land waar property is located |
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). Latitude où property est located (negative values refer à southern hemisphere). Latitude waar property is located (negative values refer naar southern hemisphere). |
-15.53 | |
| 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). Longitude où property est located (negative values refer à west de prime meridian). Longitude waar property is located (negative values refer naar west van prime meridian). |
-87.90 |
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
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:documentation xml:lang="fr">Address de building</xs:documentation>
<xs:documentation xml:lang="nl">Address van building</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(AddressTypeDataDEType)
Referenced Type Definition (AddressTypeDataDEType)
<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="AddressTypeDataDEType">
<xs:annotation>
<xs:documentation xml:lang="en">Germany-specific real estate property address data containing street, city, postal code and geographic coordinates</xs:documentation>
<xs:documentation xml:lang="de">Deutschland-spezifische Immobilienadressdaten mit Straße, Stadt, Postleitzahl und geografischen Koordinaten</xs:documentation>
<xs:documentation xml:lang="fr">Données d'adresse de propriété immobilière spécifiques à l'Allemagne contenant rue, ville, code postal et coordonnées géographiques</xs:documentation>
<xs:documentation xml:lang="nl">Duitsland-specifieke vastgoedadresgegevens met straat, stad, postcode en geografische coördinaten</xs:documentation>
</xs:annotation>
<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:documentation xml:lang="fr">Street de property (dans case de plus than one address, main address should be indicated)</xs:documentation>
<xs:documentation xml:lang="nl">Street van property (in case van meer than one address, 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:documentation xml:lang="fr">House numéro de property (dans case de plus than one address, main address should be indicated)</xs:documentation>
<xs:documentation xml:lang="nl">House nummer van property (in case van meer than one address, 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:documentation xml:lang="fr">City où property est located</xs:documentation>
<xs:documentation xml:lang="nl">City waar 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:documentation xml:lang="fr">Postal code de property</xs:documentation>
<xs:documentation xml:lang="nl">Postal code van 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:documentation xml:lang="fr">Pays où property est located</xs:documentation>
<xs:documentation xml:lang="nl">Land waar 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:documentation xml:lang="fr">Latitude où property est located (negative values refer à southern hemisphere).</xs:documentation>
<xs:documentation xml:lang="nl">Latitude waar property is located (negative values refer naar 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:documentation xml:lang="fr">Longitude où property est located (negative values refer à west de prime meridian).</xs:documentation>
<xs:documentation xml:lang="nl">Longitude waar property is located (negative values refer naar west van prime meridian).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>