<?xml version="1.0" encoding="utf-8"?> <realEstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Office" xmlns="http://rest.immobilienscout24.de/schema/offer/realestates/1.0"> <externalId xmlns="">123456789</externalId> <title xmlns="">Büro ist Bestlage</title> <address xmlns=""> <street>Aachener Straße</street> <houseNumber>45</houseNumber> <postcode>50968</postcode> <city>Köln</city> <quarter /> <wgs84Coordinate> <latitude>50.9333</latitude> <longitude>6.97</longitude> </wgs84Coordinate> </address> <descriptionNote xmlns="">Das Objekt geht über 2 Etagen.</descriptionNote> <furnishingNote xmlns="">Die Innenausstattung ist eher alt.</furnishingNote> <locationNote xmlns="">Im schönen Bayenthal.</locationNote> <otherNote xmlns="">Dachterasse vorhanden.</otherNote> <showAddress xmlns="">false</showAddress> <officeType xmlns="">OFFICE_AND_COMMERCIAL_BUILDING</officeType> <lift xmlns="">YES</lift> <cellar xmlns="">YES</cellar> <handicappedAccessible xmlns="">NOT_APPLICABLE</handicappedAccessible> <flooringType xmlns="">CARPET</flooringType> <hasCanteen xmlns="">YES</hasCanteen> <lanCables xmlns="">YES</lanCables> <highVoltage xmlns="">YES</highVoltage> <kitchenComplete xmlns="">YES</kitchenComplete> <listed xmlns="">NOT_APPLICABLE</listed> <airConditioning xmlns="">YES</airConditioning> <distanceToMRS xmlns="">40</distanceToMRS> <distanceToFM xmlns="">10</distanceToFM> <distanceToPT xmlns="">5</distanceToPT> <distanceToAirport xmlns="">45</distanceToAirport> <condition xmlns="">MODERNIZED</condition> <numberOfParkingSpaces xmlns="">20</numberOfParkingSpaces> <parkingSpacePrice xmlns="">75</parkingSpacePrice> <lastRefurbishment xmlns="">2013</lastRefurbishment> <interiorQuality xmlns="">SIMPLE</interiorQuality> <constructionYear xmlns="">1964</constructionYear> <freeFrom xmlns="">01.07.2013</freeFrom> <heatingType xmlns="">SELF_CONTAINED_CENTRAL_HEATING</heatingType> <firingTypes xmlns=""> <firingType>GAS</firingType> </firingTypes> <thermalCharacteristic xmlns="">3.25</thermalCharacteristic> <energyConsumptionContainsWarmWater xmlns="">NOT_APPLICABLE</energyConsumptionContainsWarmWater> <buildingEnergyRatingType xmlns="">ENERGY_CONSUMPTION</buildingEnergyRatingType> <numberOfFloors xmlns="">2</numberOfFloors> <additionalCosts xmlns=""> <value>0</value> <currency>EUR</currency> </additionalCosts> <commercializationType xmlns="">BUY</commercializationType> <price xmlns=""> <value>5000000</value> <currency>EUR</currency> </price> <calculatedPrice xmlns=""> <value>5000000</value> <currency>EUR</currency> </calculatedPrice> <totalFloorSpace xmlns="">600</totalFloorSpace> <netFloorSpace xmlns="">500</netFloorSpace> <courtage xmlns=""> <hasCourtage>YES</hasCourtage> <courtage>10 % vom Kaufpreis</courtage> <courtageNote /> </courtage> </realEstate>
Possible combinations of CommercialzationType und MarketingType combinations are
default marketingType is RENT
<commercializationType>RENT</commercializationType><price> <value>66.353</value> <currency>EUR</currency> <marketingType>RENT</marketingType><!--can be omitted--></price>
for CommercialzationType.BUY must be set explicitly MarketingType.PURCHASE:
<commercializationType>BUY</commercializationType><price> <value>66.353</value> <currency>EUR</currency> <marketingType>PURCHASE</marketingType><!--if omitted: default value is RENT--></price>