Documentation for RentabilityImport

Complex Type: feature

[Table of contents]

Super-types: None
Sub-types: None
Name feature
Used by (from the same schema document) Complex Type property
Abstract no
Documentation Represents a feature of a property. Please note that this is currently under development and is likely to change in the future. Not all aspects of the Rentability Feature data are currently expressible in this format.
XML Instance Representation
<...
type=" xs:string (value comes from list: {'single bed'|'double bed'|'television'|'garage'|'bath'|'shower'|'dishwasher'|'stove'|'microwave'|'tennis court'|'freezer'|'air conditioning'|'linen provided'|'towels provided'|'dvd player'|'video player'|'cd player'|'record player'|'computer'|'games console'|'internet connection'|'fire place'|'table tennis'|'gym'|'badminton'|'swing-ball'|'canoe'|'kyack'|'sun-bed'|'sauna'|'safe'|'toys'|'swimming pool'|'table and chairs'|'sun loungers'|'hammock'|'terrace'|'bbq'|'gazebo'|'pond'|'lake'|'jacuzzi'|'maid service'|'bunk bed'|'four poster bed'|'cot'|'ensuite'|'wet room'|'washing machine'|'tumble dryer'|'balcony'|'seating capacity'|'local golf course'|'hiking'|'skiing'|'public swimming pool'|'horse riding'|'public swimming lake'|'king size bed'|'canoeing'|'central heating'|'bicycles'|'scuba diving'|'tennis courts'|'trampoline'|'queen size bed'|'pool table'|'snooker table'|'conservatory'|'childrens playground'|'sofa bed'|'fishing'|'water skiing'|'windsurfing'|'air hockey table'|'parking'|'public gym'|'restaurants'|'garden'|'high chair'|'iron'|'oven'|'fridge'|'parasailing'|'fitness centre'|'theme park'|'telephone'|'water sports'|'cinema'|'surfing'|'twin beds'|'swings'|'games room'|'sports stadium'|'theatre'|'casino'|'bars and clubs'|'office'|'zoo'|'aquarium'|'shopping'|'roof terrace'|'beach'}) [0..1]"/>
Schema Component Representation
<xs:complexType name="feature">
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="single bed"/>
<xs:enumeration value="double bed"/>
<xs:enumeration value="television"/>
<xs:enumeration value="garage"/>
<xs:enumeration value="bath"/>
<xs:enumeration value="shower"/>
<xs:enumeration value="dishwasher"/>
<xs:enumeration value="stove"/>
<xs:enumeration value="microwave"/>
<xs:enumeration value="tennis court"/>
<xs:enumeration value="freezer"/>
<xs:enumeration value="air conditioning"/>
<xs:enumeration value="linen provided"/>
<xs:enumeration value="towels provided"/>
<xs:enumeration value="dvd player"/>
<xs:enumeration value="video player"/>
<xs:enumeration value="cd player"/>
<xs:enumeration value="record player"/>
<xs:enumeration value="computer"/>
<xs:enumeration value="games console"/>
<xs:enumeration value="internet connection"/>
<xs:enumeration value="fire place"/>
<xs:enumeration value="table tennis"/>
<xs:enumeration value="gym"/>
<xs:enumeration value="badminton"/>
<xs:enumeration value="swing-ball"/>
<xs:enumeration value="canoe"/>
<xs:enumeration value="kyack"/>
<xs:enumeration value="sun-bed"/>
<xs:enumeration value="sauna"/>
<xs:enumeration value="safe"/>
<xs:enumeration value="toys"/>
<xs:enumeration value="swimming pool"/>
<xs:enumeration value="table and chairs"/>
<xs:enumeration value="sun loungers"/>
<xs:enumeration value="hammock"/>
<xs:enumeration value="terrace"/>
<xs:enumeration value="bbq"/>
<xs:enumeration value="gazebo"/>
<xs:enumeration value="pond"/>
<xs:enumeration value="lake"/>
<xs:enumeration value="jacuzzi"/>
<xs:enumeration value="maid service"/>
<xs:enumeration value="bunk bed"/>
<xs:enumeration value="four poster bed"/>
<xs:enumeration value="cot"/>
<xs:enumeration value="ensuite"/>
<xs:enumeration value="wet room"/>
<xs:enumeration value="washing machine"/>
<xs:enumeration value="tumble dryer"/>
<xs:enumeration value="balcony"/>
<xs:enumeration value="seating capacity"/>
<xs:enumeration value="local golf course"/>
<xs:enumeration value="hiking"/>
<xs:enumeration value="skiing"/>
<xs:enumeration value="public swimming pool"/>
<xs:enumeration value="horse riding"/>
<xs:enumeration value="public swimming lake"/>
<xs:enumeration value="king size bed"/>
<xs:enumeration value="canoeing"/>
<xs:enumeration value="central heating"/>
<xs:enumeration value="bicycles"/>
<xs:enumeration value="scuba diving"/>
<xs:enumeration value="tennis courts"/>
<xs:enumeration value="trampoline"/>
<xs:enumeration value="queen size bed"/>
<xs:enumeration value="pool table"/>
<xs:enumeration value="snooker table"/>
<xs:enumeration value="conservatory"/>
<xs:enumeration value="childrens playground"/>
<xs:enumeration value="sofa bed"/>
<xs:enumeration value="fishing"/>
<xs:enumeration value="water skiing"/>
<xs:enumeration value="windsurfing"/>
<xs:enumeration value="air hockey table"/>
<xs:enumeration value="parking"/>
<xs:enumeration value="public gym"/>
<xs:enumeration value="restaurants"/>
<xs:enumeration value="garden"/>
<xs:enumeration value="high chair"/>
<xs:enumeration value="iron"/>
<xs:enumeration value="oven"/>
<xs:enumeration value="fridge"/>
<xs:enumeration value="parasailing"/>
<xs:enumeration value="fitness centre"/>
<xs:enumeration value="theme park"/>
<xs:enumeration value="telephone"/>
<xs:enumeration value="water sports"/>
<xs:enumeration value="cinema"/>
<xs:enumeration value="surfing"/>
<xs:enumeration value="twin beds"/>
<xs:enumeration value="swings"/>
<xs:enumeration value="games room"/>
<xs:enumeration value="sports stadium"/>
<xs:enumeration value="theatre"/>
<xs:enumeration value="casino"/>
<xs:enumeration value="bars and clubs"/>
<xs:enumeration value="office"/>
<xs:enumeration value="zoo"/>
<xs:enumeration value="aquarium"/>
<xs:enumeration value="shopping"/>
<xs:enumeration value="roof terrace"/>
<xs:enumeration value="beach"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>