Beispiele

Minimal

Ein minimaler Feed mit 3 Objekten (<entry>)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:inx="http://developer.immonex.de/import-feed/">
<id>https://xproperty.de/feeds/immonex-de/all/</id>
<link href="https://xproperty.de/feeds/immonex-de/all/" rel="self"/>
<updated>2018-10-03T10:20:09Z</updated>
<title>Sammelfeed aller X-Property-Anbieter</title>
<author>
<name>X-Property GmbH</name>
<email>technik@xproperty.de</email>
</author>

<entry>
<id>https://pages.xproperty.de/property/OI-4711-0001</id>
<updated>2018-10-03T09:30:02Z</updated>
<link href="https://pages.xproperty.de/property/OI-4711-0001" rel="alternate"/>
<title>Neuwertiges Einfamilienhaus im Grünen</title>
<summary>Sie möchten in einem tollen Haus wohnen und gleich einziehen - ganz ohne lästige Renovierungsarbeiten. Hier haben Sie...</summary>
<inx:marketing_type>SALE</inx:marketing_type>
<inx:property_type>HOUSE</inx:property_type>
<inx:zipcode>12345</inx:zipcode>
<inx:city>Demostadt</inx:city>
<inx:agency>
<name>Immobilien Mustermann</name>
<url>https://immobilienmakler-website.de/</url>
<legal_url>https://immobilienmakler-website.de/impressum/</legal_url>
<email>info@immobilienmakler-website.de</email>
</inx:agency>
</entry>

<entry>
<id>https://pages.xproperty.de/property/OI-4711-0002</id>
<updated>2018-10-04T11:30:19Z</updated>
<link href="https://pages.xproperty.de/property/OI-4711-0002" rel="alternate"/>
<title>Top-Zweizimmeraltbauwohnung</title>
<summary>Der auf dieser Liegenschaft im Jahr 1910 errichtete Gebäudekomplex besteht aus einem fünfgeschossigen Vorderhaus, einem eingeschossigen Seitenflügel, einem fünfgeschossigen Hinterhaus sowie einer zweigeschossigen Remise.</summary>
<inx:marketing_type>RENT</inx:marketing_type>
<inx:property_type>FLAT</inx:property_type>
<inx:zipcode>12345</inx:zipcode>
<inx:city>Demostadt</inx:city>
<inx:agency>
<name>Immobilien Mustermann</name>
<url>https://immobilienmakler-website.de/</url>
<legal_url>https://immobilienmakler-website.de/impressum/</legal_url>
<email>info@immobilienmakler-website.de</email>
</inx:agency>
</entry>

<entry>
<id>https://pages.xproperty.de/property/OI-4711-0003</id>
<updated>2018-10-05T09:30:04Z</updated>
<link href="https://pages.xproperty.de/property/OI-4711-0003" rel="alternate"/>
<title>Büroflächen in Flughafennähe</title>
<summary>Wir bieten Ihnen hier verschiedene Büroflächen mit Flächen von 200 bis 2.500 Quadratmetern in einem Objekt mit modernem Bürostandard.</summary>
<inx:marketing_type>RENT</inx:marketing_type>
<inx:usage_type>COMMERCIAL</inx:usage_type>
<inx:property_type>OFFICE</inx:property_type>
<inx:zipcode>12345</inx:zipcode>
<inx:city>Demostadt</inx:city>
<inx:agency>
<name>Immobilien Mustermann</name>
<url>https://immobilienmakler-website.de/</url>
<legal_url>https://immobilienmakler-website.de/impressum/</legal_url>
<email>info@immobilienmakler-website.de</email>
</inx:agency>
</entry>
</feed>

Voller Umfang

Ein vollständiger Feed mit allen Feldern und 3 Objekten (<entry>)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:inx="http://developer.immonex.de/import-feed/">
<id>https://xproperty.de/feeds/immonex-de/all/</id>
<link href="https://xproperty.de/feeds/immonex-de/all/" rel="self"/>
<updated>2018-10-03T10:20:09Z</updated>
<title>Sammelfeed aller X-Property-Anbieter</title>
<author>
<name>X-Property GmbH</name>
<email>technik@xproperty.de</email>
</author>
<generator version="1.0">X-Property Feed Toolkit</generator>

<entry>
<id>https://pages.xproperty.de/property/OI-4711-0001</id>
<updated>2018-10-03T09:30:02Z</updated>
<link href="https://pages.xproperty.de/property/OI-4711-0001" rel="alternate"/>
<title>Neuwertiges Einfamilienhaus im Grünen</title>
<summary>Sie möchten in einem tollen Haus wohnen und gleich einziehen - ganz ohne lästige Renovierungsarbeiten. Hier haben Sie...</summary>
<inx:marketing_type>SALE</inx:marketing_type>
<inx:usage_type>RESIDENTIAL</inx:usage_type>
<inx:property_type>HOUSE</inx:property_type>
<inx:property_subtype>SINGLE-FAMILY HOUSE</inx:property_subtype>
<inx:zipcode>12345</inx:zipcode>
<inx:city>Demostadt</inx:city>
<inx:district>Auenwald</inx:district>
<inx:address>Poetenallee 1</inx:address>
<inx:country_iso3>DEU</inx:country_iso3>
<inx:latitude>49.8587840</inx:latitude>
<inx:longitude>6.7854410</inx:longitude>
<inx:approve_address_publication>1</inx:approve_address_publication>
<inx:reference_id>HAUS123</inx:reference_id>
<inx:purchase_price>223000.00</inx:purchase_price>
<inx:cold_rent/>
<inx:service_charges/>
<inx:warm_rent/>
<inx:price_period/>
<inx:provision>3,57 % inkl. MwSt.</inx:provision>
<inx:living_area>124</inx:living_area>
<inx:usable_area>30</inx:usable_area>
<inx:lot_area>820</inx:lot_area>
<inx:rooms>6</inx:rooms>
<inx:build_year>2009</inx:build_year>
<inx:epass_type>CONSUMPTION</inx:epass_type>
<inx:epass_building_type>RESIDENTIAL</inx:epass_building_type>
<inx:epass_issuing_date>2018-09-01</inx:epass_issuing_date>
<inx:epass_valid_until>2028-08-31</inx:epass_valid_until>
<inx:epass_final_energy_value>68</inx:epass_final_energy_value>
<inx:epass_power_value/>
<inx:epass_heating_value/>
<inx:epass_class>B</inx:epass_class>
<inx:epass_primary_energy_carrier>GAS</inx:epass_primary_energy_carrier>
<inx:epass_build_year>2009</inx:epass_build_year>
<inx:main_image_url>https://images.xproperty.de/OI-4711-0001-1.jpg</inx:main_image_url>
<inx:group>mustermann</inx:group>
<inx:agency>
<id>4711</id>
<name>Immobilien Mustermann</name>
<url>https://immobilienmakler-website.de/</url>
<legal_url>https://immobilienmakler-website.de/impressum/</legal_url>
<contact_url>https://immobilienmakler-website.de/kontakt/</contact_url>
<email>info@immobilienmakler-website.de</email>
<phone>+49 9999 1234561</phone>
<address>Lindenstraße 34</address>
<zipcode>12345</zipcode>
<city>Demostadt</city>
<country_iso3>DEU</country_iso3>
<slogan>Die Immobilien-Profis in Demostadt</slogan>
<about>Das Team von Immobilien Mustermann ist seit 1983 in Sachen Verkauf und Vermietung von Immobilien in Demostadt aktiv.</about>
<logo_url>https://immobilienmakler-website.de/assets/mustermann-logo.png</logo_url>
</inx:agency>
<inx:agent>
<gender>M</gender>
<first_name>Heinz</first_name>
<last_name>Mustermann</last_name>
<email>heinz@immobilienmakler-website.de</email>
<phone>+49 9999 1234563</phone>
<bio>Heinz Mustermann ist DER Ansprechpartner für den Verkauf und die Vermietung von Immobilien in Demostadt.</bio>
<photo_url>https://immobilienmakler-website.de/assets/heinz-mustermann.png</photo_url>
</inx:agent>
</entry>

<entry>
<id>https://pages.xproperty.de/property/OI-4711-0002</id>
<updated>2018-10-04T11:30:19Z</updated>
<link href="https://pages.xproperty.de/property/OI-4711-0002" rel="alternate"/>
<title>Top-Zweizimmeraltbauwohnung</title>
<summary>Der auf dieser Liegenschaft im Jahr 1910 errichtete Gebäudekomplex besteht aus einem fünfgeschossigen Vorderhaus, einem eingeschossigen Seitenflügel, einem fünfgeschossigen Hinterhaus sowie einer zweigeschossigen Remise.</summary>
<inx:marketing_type>RENT</inx:marketing_type>
<inx:usage_type>RESIDENTIAL</inx:usage_type>
<inx:property_type>FLAT</inx:property_type>
<inx:property_subtype>MAISONETTE</inx:property_subtype>
<inx:zipcode>12345</inx:zipcode>
<inx:city>Demostadt</inx:city>
<inx:district>Auenwald</inx:district>
<inx:address>Poetenallee 23</inx:address>
<inx:country_iso3>DEU</inx:country_iso3>
<inx:latitude>49.8587840</inx:latitude>
<inx:longitude>6.7854410</inx:longitude>
<inx:approve_address_publication>1</inx:approve_address_publication>
<inx:reference_id>WHG232</inx:reference_id>
<inx:purchase_price/>
<inx:cold_rent>400</inx:cold_rent>
<inx:service_charges>100</inx:service_charges>
<inx:warm_rent>500</inx:warm_rent>
<inx:price_period>MONTH</inx:price_period>
<inx:provision>3,57 % inkl. MwSt.</inx:provision>
<inx:living_area>72</inx:living_area>
<inx:usable_area>8</inx:usable_area>
<inx:lot_area/>
<inx:rooms>3</inx:rooms>
<inx:build_year>2010</inx:build_year>
<inx:epass_type>CONSUMPTION</inx:epass_type>
<inx:epass_building_type>RESIDENTIAL</inx:epass_building_type>
<inx:epass_issuing_date>2018-09-08</inx:epass_issuing_date>
<inx:epass_valid_until>2028-09-07</inx:epass_valid_until>
<inx:epass_final_energy_value>91</inx:epass_final_energy_value>
<inx:epass_power_value/>
<inx:epass_heating_value/>
<inx:epass_class>C</inx:epass_class>
<inx:epass_primary_energy_carrier>GAS</inx:epass_primary_energy_carrier>
<inx:epass_build_year>2013</inx:epass_build_year>
<inx:main_image_url>https://images.xproperty.de/OI-4711-0002-1.jpg</inx:main_image_url>
<inx:group>mustermann</inx:group>
<inx:agency>
<id>4711</id>
<name>Immobilien Mustermann</name>
<url>https://immobilienmakler-website.de/</url>
<legal_url>https://immobilienmakler-website.de/impressum/</legal_url>
<contact_url>https://immobilienmakler-website.de/kontakt/</contact_url>
<email>info@immobilienmakler-website.de</email>
<phone>+49 9999 1234561</phone>
<address>Lindenstraße 34</address>
<zipcode>12345</zipcode>
<city>Demostadt</city>
<country_iso3>DEU</country_iso3>
<slogan>Die Immobilien-Profis in Demostadt</slogan>
<about>Das Team von Immobilien Mustermann ist seit 1983 in Sachen Verkauf und Vermietung von Immobilien in Demostadt aktiv.</about>
<logo_url>https://immobilienmakler-website.de/assets/mustermann-logo.png</logo_url>
</inx:agency>
<inx:agent>
<gender>M</gender>
<first_name>Heinz</first_name>
<last_name>Mustermann</last_name>
<email>heinz@immobilienmakler-website.de</email>
<phone>+49 9999 1234563</phone>
<bio>Heinz Mustermann ist DER Ansprechpartner für den Verkauf und die Vermietung von Immobilien in Demostadt.</bio>
<photo_url>https://immobilienmakler-website.de/assets/heinz-mustermann.png</photo_url>
</inx:agent>
</entry>

<entry>
<id>https://pages.xproperty.de/property/OI-4711-0003</id>
<updated>2018-10-05T09:30:04Z</updated>
<link href="https://pages.xproperty.de/property/OI-4711-0003" rel="alternate"/>
<title>Büroflächen in Flughafennähe</title>
<summary>Wir bieten Ihnen hier verschiedene Büroflächen mit Flächen von 200 bis 2.500 Quadratmetern in einem Objekt mit modernem Bürostandard.</summary>
<inx:marketing_type>RENT</inx:marketing_type>
<inx:usage_type>COMMERCIAL</inx:usage_type>
<inx:property_type>OFFICE</inx:property_type>
<inx:property_subtype>OFFICE SPACE</inx:property_subtype>
<inx:zipcode>12345</inx:zipcode>
<inx:city>Demostadt</inx:city>
<inx:district>Flugschneise</inx:district>
<inx:address>Airportring 123</inx:address>
<inx:country_iso3>DEU</inx:country_iso3>
<inx:latitude>49.8587840</inx:latitude>
<inx:longitude>6.7854410</inx:longitude>
<inx:approve_address_publication>1</inx:approve_address_publication>
<inx:reference_id>BUERO262</inx:reference_id>
<inx:purchase_price/>
<inx:cold_rent>2000</inx:cold_rent>
<inx:service_charges>200</inx:service_charges>
<inx:warm_rent>2200</inx:warm_rent>
<inx:price_period>MONTH</inx:price_period>
<inx:provision/>
<inx:living_area/>
<inx:usable_area>200</inx:usable_area>
<inx:lot_area/>
<inx:rooms>6</inx:rooms>
<inx:build_year>1998</inx:build_year>
<inx:epass_type>CONSUMPTION</inx:epass_type>
<inx:epass_building_type>NON RESIDENTIAL</inx:epass_building_type>
<inx:epass_issuing_date>2017-02-01</inx:epass_issuing_date>
<inx:epass_valid_until>2027-01-31</inx:epass_valid_until>
<inx:epass_final_energy_value>90</inx:epass_final_energy_value>
<inx:epass_power_value/>
<inx:epass_heating_value/>
<inx:epass_class>C</inx:epass_class>
<inx:epass_primary_energy_carrier>OIL</inx:epass_primary_energy_carrier>
<inx:epass_build_year>1998</inx:epass_build_year>
<inx:main_image_url>https://images.xproperty.de/OI-4711-0003-1.jpg</inx:main_image_url>
<inx:group>mustermann</inx:group>
<inx:agency>
<id>4711</id>
<name>Immobilien Mustermann</name>
<url>https://immobilienmakler-website.de/</url>
<legal_url>https://immobilienmakler-website.de/impressum/</legal_url>
<contact_url>https://immobilienmakler-website.de/kontakt/</contact_url>
<email>info@immobilienmakler-website.de</email>
<phone>+49 9999 1234561</phone>
<address>Lindenstraße 34</address>
<zipcode>12345</zipcode>
<city>Demostadt</city>
<country_iso3>DEU</country_iso3>
<slogan>Die Immobilien-Profis in Demostadt</slogan>
<about>Das Team von Immobilien Mustermann ist seit 1983 in Sachen Verkauf und Vermietung von Immobilien in Demostadt aktiv.</about>
<logo_url>https://immobilienmakler-website.de/assets/mustermann-logo.png</logo_url>
</inx:agency>
<inx:agent>
<gender>M</gender>
<first_name>Heinz</first_name>
<last_name>Mustermann</last_name>
<email>heinz@immobilienmakler-website.de</email>
<phone>+49 9999 1234563</phone>
<bio>Heinz Mustermann ist DER Ansprechpartner für den Verkauf und die Vermietung von Immobilien in Demostadt.</bio>
<photo_url>https://immobilienmakler-website.de/assets/heinz-mustermann.png</photo_url>
</inx:agent>
</entry>
</feed>