GeographicalData

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

Diagram

GeographicalData IDOfTheProperty Text32Type [1] Address AddressTypeDataDEType [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
7
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
Text32Type

interne Referenznummer der Liegenschaft

Internal reference number of the property

Text (max. 32 characters)

ExampleText
AddressTypeDataDEType

Adresse der Liegenschaft

Address of the building

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="GeographicalData">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="IDOfTheProperty" type="Text32Type">
            <xs:annotation>
               <xs:documentation xml:lang="de">interne Referenznummer der Liegenschaft</xs:documentation>
               <xs:documentation xml:lang="en">Internal reference number of the property</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element 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>
      </xs:sequence>
   </xs:complexType>
</xs:element>