Mobile.de: Unterschied zwischen den Versionen
Aus Wikizone
| Zeile 1.588: | Zeile 1.588: | ||
} | } | ||
| + | </pre> | ||
| + | |||
| + | == Mobile.de API XML Definition == | ||
| + | |||
| + | === Rückgabe bei Detailsuche zu einem Fahrzeug === | ||
| + | |||
| + | Manche Werte lassen sich nur auslesen wenn ein Fahrzeug direkt abgefragt wird: | ||
| + | <pre> | ||
| + | <xs:schema targetNamespace="http://services.mobile.de/schema/ad" elementFormDefault="qualified"><xs:import namespace="http://services.mobile.de/schema/resource" schemaLocation="resource-1.0.xsd"/><xs:import namespace="http://services.mobile.de/schema/seller" schemaLocation="seller-1.0.xsd"/><xs:import namespace="http://services.mobile.de/schema/common/financing-1.0" schemaLocation="common/financing-1.0.xsd"/><xs:element name="ad"><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:creation-date" minOccurs="0"/><xs:element ref="ad:modification-date" minOccurs="0"/><xs:element ref="ad:detail-page" minOccurs="0"/><xs:element ref="ad:seller-inventory-key" minOccurs="0"/><xs:element ref="ad:vehicle"/><xs:element ref="ad:description" minOccurs="0"/><xs:element ref="ad:enrichedDescription" minOccurs="0"/><xs:element ref="ad:images" minOccurs="0"/><xs:element ref="ad:price"/><xs:element ref="financing:financing" minOccurs="0"/><xs:element ref="seller:seller"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="creation-date"><xs:annotation><xs:documentation>Creation date: Timestamp representing the date of creation of the ad, format YYYY-MM-DDThh:mm:ss.OZ</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:dateTime"/><xs:attribute name="renewed" use="optional" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="modification-date"><xs:annotation><xs:documentation>Modification date: Timestamp representing the date of last modification of the ad, format YYYY-MM-DDThh:mm:ss.OZ</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:dateTime"/></xs:complexType></xs:element><xs:element name="detail-page"><xs:annotation><xs:documentation>URL of the ad's detail page on mobile.de</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="url" use="required" type="xs:anyURI"/></xs:complexType></xs:element><xs:element name="seller-inventory-key"><xs:annotation><xs:documentation/></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="vehicle"><xs:annotation><xs:documentation>This element consists of various other elements describing the vehicle.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="ad:class"/><xs:element ref="ad:category"/><xs:element ref="ad:make"/><xs:element ref="ad:model" minOccurs="0"/><xs:element ref="ad:model-description"/><xs:element ref="ad:damage-and-unrepaired" minOccurs="0"/><xs:element ref="ad:accident-damaged" minOccurs="0"/><xs:element ref="ad:roadworthy" minOccurs="0"/><xs:element ref="ad:features" minOccurs="0"/><xs:element ref="ad:specifics"/></xs:sequence></xs:complexType></xs:element><xs:element name="class" type="ref:resourceDataType"><xs:annotation><xs:documentation>The GENERAL classification of vehicles e.g. Car or Motorbike. See | ||
| + | http://services.mobile.de/1.0.0/refdata/classes for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="category" type="ref:resourceDataType"><xs:annotation><xs:documentation>The DETAILED classification of vehicles e.g. Cabrio or Limousine. See | ||
| + | http://services.mobile.de/1.0.0/refdata/classes/{class-key}/categories for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="make" type="ref:resourceDataType"><xs:annotation><xs:documentation>Make of the vehicle e.g. Mercedes, Toyota. See | ||
| + | http://services.mobile.de/1.0.0/refdata/classes/{class-key}/makes for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="model" type="ref:resourceDataType"><xs:annotation><xs:documentation>Model of the vehicle e.g. X5, Prius. See | ||
| + | http://services.mobile.de/1.0.0/refdata/classes/{class-key}/makes/{make-key}/models for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="model-description"><xs:annotation><xs:documentation>Detailed description of the model. Also used as ad title. Example: Golf III always parked | ||
| + | in garage. | ||
| + | </xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="damage-and-unrepaired"><xs:annotation><xs:documentation>field which describes if the vehicle has an considerable unrepaired damage</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="accident-damaged"><xs:annotation><xs:documentation>the vehicle once had an accident which may be repaired or not</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="roadworthy"><xs:annotation><xs:documentation>the vehicle is ready to drive</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="features"><xs:annotation><xs:documentation>Contains all possible features for a vehicle e.g. ESP, sunroof. See | ||
| + | http://services.mobile.de/1.0.0/refdata/classes/{class-key}/features for possible values. | ||
| + | </xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:feature" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="feature" type="ref:resourceDataType"><xs:annotation><xs:documentation>Describes a single feature e.g. ESP, sunroof. See | ||
| + | http://services.mobile.de/1.0.0/refdata/classes/{class-key}/features for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="specifics"><xs:complexType><xs:sequence><xs:element ref="ad:exterior-color" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:mileage" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:exhaust-inspection" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:general-inspection" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:door-count" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:first-registration" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:emission-class" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:emission-fuel-consumption" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:emission-sticker" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:fuel" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:power" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:kba" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:schwacke-code" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:gearbox" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:climatisation" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:licensed-weight" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:axles" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:load-capacity" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:num-seats" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:operating-hours" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:installation-height" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:lifting-capacity" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:lifting-height" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:construction-year" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:construction-date" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:cubic-capacity" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:driving-mode" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:driving-cab" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:condition" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:usage-type" minOccurs="0" maxOccurs="1"/><xs:choice minOccurs="0"><xs:element ref="ad:delivery-date"/><xs:element ref="ad:delivery-period"/></xs:choice><xs:element ref="ad:wheel-formula" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:number-of-bunks" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:hydraulic-installation" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:europallet-storage-spaces" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:dimension" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:shipping-volume" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:loading-space" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:identification-number" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:interior-color" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:interior-type" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:airbag" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:number-of-previous-owners" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:countryVersion" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:videoUrl" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:parking-assistants" minOccurs="0" maxOccurs="1"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="dimensionDataType"><xs:annotation><xs:documentation>Represent a cubical dimension.</xs:documentation></xs:annotation><xs:attribute name="length" use="required" type="xs:unsignedInt"><xs:annotation><xs:documentation>Length. Notation in mm, integer.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="width" use="required" type="xs:unsignedInt"><xs:annotation><xs:documentation>Width. Notation in mm, integer.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="height" use="required" type="xs:unsignedInt"><xs:annotation><xs:documentation>Height. Notation in mm, integer.</xs:documentation></xs:annotation></xs:attribute></xs:complexType><xs:element name="dimension" type="ad:dimensionDataType"><xs:annotation><xs:documentation>The external dimension of the vehicle.</xs:documentation></xs:annotation></xs:element><xs:element name="loading-space" type="ad:dimensionDataType"><xs:annotation><xs:documentation>The loading space dimensions.</xs:documentation></xs:annotation></xs:element><xs:element name="wheel-formula" type="ref:resourceDataType"><xs:annotation><xs:documentation>The actuation of the vehicle. See http://services.mobile.de/1.0.0/refdata/wheelformulas | ||
| + | for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="number-of-bunks"><xs:annotation><xs:documentation>The number of bunks. Only for Motorhome.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="hydraulic-installation" type="ref:resourceDataType"><xs:annotation><xs:documentation>Indicates the type of hydraulic installation. See | ||
| + | http://services.mobile.de/1.0.0/refdata/hydraulicinstallations for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="europallet-storage-spaces"><xs:annotation><xs:documentation>Information about how many europallets suit in the vehicle.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="shipping-volume"><xs:annotation><xs:documentation>The loading space volume. Notation in cubic meter, integer.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="identification-number"><xs:annotation><xs:documentation>The vehicle identification number (aka VIN or FIN). See | ||
| + | http://en.wikipedia.org/wiki/Vehicle_Identification_Number</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="exterior-color"><xs:annotation><xs:documentation>The mobile.international color name. This is a fixed set of colors. Sub-element | ||
| + | manufacturer-color-name is a free text field for color. See | ||
| + | http://services.mobile.de/1.0.0/refdata/colors for possible values. | ||
| + | </xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:metalic" minOccurs="0"/><xs:element ref="ad:manufacturer-color-name" minOccurs="0"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="metalic"><xs:annotation><xs:documentation>Is it a metallic color?</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="manufacturer-color-name"><xs:annotation><xs:documentation>The manufacturer-color-name. Free text.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="mileage"><xs:annotation><xs:documentation>Amount of mileage on the clock, integer.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="exhaust-inspection"><xs:annotation><xs:documentation>Timestamp representing the date of the last exhaust-inspection. Format: mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:gYearMonth"/></xs:complexType></xs:element><xs:element name="general-inspection"><xs:annotation><xs:documentation>Timestamp representing the date of the last general-inspection. Format: mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:gYearMonth"/></xs:complexType></xs:element><xs:element name="delivery-date"><xs:annotation><xs:documentation>Date where the vehicle is ready to be delivered to the customer. Format: tt.mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:date"/></xs:complexType></xs:element><xs:element name="delivery-period"><xs:annotation><xs:documentation>Time-span until the vehicle is ready to be delivered. Information only for new vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="door-count" type="ref:resourceDataType"><xs:annotation><xs:documentation>Number of doors. See http://services.mobile.de/1.0.0/refdata/doorcounts for possible | ||
| + | values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="first-registration"><xs:annotation><xs:documentation>Timestamp representing the date of the first-registration. Format: mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:gYearMonth"/></xs:complexType></xs:element><xs:element name="emission-sticker" type="ref:resourceDataType"><xs:annotation><xs:documentation>Emission sticker for German low emission zones (Feinstaubplakette für Umweltzone). See | ||
| + | http://services.mobile.de/1.0.0/refdata/emissionstickers for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="emission-fuel-consumption"><xs:annotation><xs:documentation>This element contains various fuel consumption and emission values.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="envkv-compliant" use="optional" type="xs:boolean"><xs:annotation><xs:documentation>Do the given values comply with the German PKW-EnvKV act (Verordnung über | ||
| + | Verbraucherinformationen zu Kraftstoffverbrauch, CO2-Emissionen und Stromverbrauch neuer | ||
| + | Personenkraftwagen)?</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="energy-efficiency-class" use="optional" type="xs:string"><xs:annotation><xs:documentation>best (A+, A, B, C, D, E, F or G) worst</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="co2-emission" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>CO2 emission. The unit is g/km. Is set to 0 for fuel type electricity. | ||
| + | </xs:documentation></xs:annotation></xs:attribute><xs:attribute name="inner" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>Fuel consumption urban. For write usecases, the unit is derived from the fuel type | ||
| + | (kg/100km for CNG and l/100km for all others) and is ignored for fuel type electricity. | ||
| + | </xs:documentation></xs:annotation></xs:attribute><xs:attribute name="outer" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>Fuel consumption extra urban. For write usecases, the unit is derived from the | ||
| + | fuel type (kg/100km for CNG and l/100km for all others) and is ignored for fuel type | ||
| + | electricity.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="combined" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>Fuel consumption combined (urban and extra urban). For write usecases, the unit is | ||
| + | derived from the fuel type (kg/100km for CNG, kWh/100km for electricity and l/100km for all | ||
| + | others).</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="unit" use="optional"><xs:annotation><xs:documentation>The unit of the consumption values. This element is only readonly. For write | ||
| + | usecases the unit is derived from the fuel type.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="LITER_PER_100_KM"><xs:annotation><xs:documentation>For all liquid fuel types including LPG.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CUBIC_METER_PER_100_KM"><xs:annotation><xs:documentation>Deprecated. Was for fuel type CNG.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="KILOGRAMM_PER_100_KM"><xs:annotation><xs:documentation>For fuel type CNG.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="KILOWATT_HOUR_PER_100_KM"><xs:annotation><xs:documentation>For fuel type electricity.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="petrol-type" use="optional"><xs:annotation><xs:documentation>When you want to provide EnVKV compliant values, for fuel type petrol, you have to | ||
| + | specify the exact petrol type, that the consumption values are based on.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="NORMAL"><xs:annotation><xs:documentation>RON 91</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SUPER"><xs:annotation><xs:documentation>RON 95</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SUPER_PLUS"><xs:annotation><xs:documentation>RON 98</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element><xs:element name="emission-class" type="ref:resourceDataType"><xs:annotation><xs:documentation>EURO 1, 2, 3, 4, .... See | ||
| + | http://services.mobile.de/1.0.0/refdata/emissionclasses for | ||
| + | possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="fuel" type="ref:resourceDataType"><xs:annotation><xs:documentation>Type of fuel. See http://services.mobile.de/1.0.0/refdata/fuels for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="kba"><xs:annotation><xs:documentation>Germany only: Classification of makes and models, given by Kraftfahrtbundesamt (KBA)</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="hsn" use="required"><xs:annotation><xs:documentation>Germany only: Herstellerschlüsselnummer</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="tsn" use="required"><xs:annotation><xs:documentation>Germany only: Typschlüsselnummer</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element><xs:element name="power"><xs:annotation><xs:documentation>Power of the vehicle. Notation in KW, integer</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="schwacke-code"><xs:annotation><xs:documentation>Classification of makes and models given by Eurotax/Schwacke</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="gearbox" type="ref:resourceDataType"><xs:annotation><xs:documentation>Stickshift, automatic? See http://services.mobile.de/1.0.0/refdata/gearboxes for possible | ||
| + | values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="climatisation" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information on the climatisation of the vehicle. See | ||
| + | http://services.mobile.de/1.0.0/refdata/climatisations for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="licensed-weight"><xs:annotation><xs:documentation>Notation in kg, integer. Information only for commercial vehicles.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="axles"><xs:annotation><xs:documentation>Number of axles, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="load-capacity"><xs:annotation><xs:documentation>Notation in kg, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="num-seats"><xs:annotation><xs:documentation>number of seats. Information only for Buses</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="operating-hours"><xs:annotation><xs:documentation>Notation integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="installation-height"><xs:annotation><xs:documentation>Notation in cm, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="lifting-capacity"><xs:annotation><xs:documentation>Notation in kg, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="lifting-height"><xs:annotation><xs:documentation>Notation in cm, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="construction-year"><xs:annotation><xs:documentation>Format: yyyy. Information only for commercial vehicles </xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="construction-date"><xs:annotation><xs:documentation>The day when the vehicle was built</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:date"/></xs:complexType></xs:element><xs:element name="cubic-capacity"><xs:annotation><xs:documentation>Cubic-capacity of the engine. Notation integer. Information only for motorcycles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="driving-mode" type="ref:resourceDataType"><xs:annotation><xs:documentation>Does the motorbike have a chain or something else? See | ||
| + | http://services.mobile.de/1.0.0/refdata/drivingmodes for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="driving-cab" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the cab of the truck. See | ||
| + | http://services.mobile.de/1.0.0/refdata/drivingcabs for possible values.</xs:documentation></xs:annotation></xs:element><xs:element name="condition" type="ref:resourceDataType"><xs:annotation><xs:documentation>Is the vehicle new or used? See http://services.mobile.de/1.0.0/refdata/conditions for | ||
| + | possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="usage-type" type="ref:resourceDataType"><xs:annotation><xs:documentation>Type of used car. See http://services.mobile.de/1.0.0/refdata/usagetypes for possible | ||
| + | values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="description" type="xs:string"><xs:annotation><xs:documentation>Closer description of the vehicle</xs:documentation></xs:annotation></xs:element><xs:element name="enrichedDescription" type="xs:string"><xs:annotation><xs:documentation>FOR INTERNAL USE ONLY. There is no guarantee that this element is present in future. | ||
| + | Please contact us if you need this for some reason.</xs:documentation></xs:annotation></xs:element><xs:element name="images"><xs:annotation><xs:documentation>Images of the vehicle</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="ad:image" minOccurs="0"/></xs:sequence><xs:attribute name="count" use="optional" type="xs:unsignedInt"/><xs:attribute name="gallery-url" use="optional" type="xs:anyURI"/><xs:attribute name="url" use="required" type="xs:anyURI"/></xs:complexType></xs:element><xs:element name="image"><xs:annotation><xs:documentation>TODO</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="ad:representation" minOccurs="0"/></xs:sequence></xs:complexType></xs:element><xs:element name="representation"><xs:annotation><xs:documentation>TODO</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="size" use="required"><xs:annotation><xs:documentation>The size of the picture.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="ICON"><xs:annotation><xs:documentation>The icon url used in the searchresult.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="S"><xs:annotation><xs:documentation>The 'SMALL' picture size.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="M"><xs:annotation><xs:documentation>The 'MEDIUM' picture size.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="L"><xs:annotation><xs:documentation>The 'LARGE' picture size.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="XL"><xs:annotation><xs:documentation>The 'EXTRALARGE' picture size.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="url" type="xs:anyURI"/></xs:complexType></xs:element><xs:element name="price"><xs:annotation><xs:documentation>Information on the price of the vehicle</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="ad:dealer-price-amount" minOccurs="0"/><xs:element ref="ad:consumer-price-amount"/><xs:element ref="ad:net" minOccurs="0"/><xs:element ref="ad:vatable"/><xs:element ref="ad:vat-rate" minOccurs="0"/><xs:element ref="ad:included-delivery-costs" minOccurs="0"/></xs:sequence><xs:attribute name="currency" use="required" type="xs:NCName"><xs:annotation><xs:documentation>Information in which currency the price is stated </xs:documentation></xs:annotation></xs:attribute><xs:attribute name="type" use="required"><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="FIXED"><xs:annotation><xs:documentation>Information about the price type. Only for FSBO ads available</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="NEGOTIABLE"><xs:annotation><xs:documentation>Information about the price type. Only for FSBO ads available</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element><xs:element name="dealer-price-amount"><xs:annotation><xs:documentation>The dealer-price-amount (gross price).</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:decimal"/></xs:complexType></xs:element><xs:element name="consumer-price-amount"><xs:annotation><xs:documentation>The consumer-price-amount (gross price).</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:decimal"/></xs:complexType></xs:element><xs:element name="net"><xs:annotation><xs:documentation>This is deprecated and has no function. It never worked anyway.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="vatable"><xs:annotation><xs:documentation>Means that the price is vatable</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="vat-rate"><xs:annotation><xs:documentation>Notation in floating points or integer</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:decimal"/></xs:complexType></xs:element><xs:element name="included-delivery-costs"><xs:annotation><xs:documentation>Information, if the delivery-costs are included in the price</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="interior-color" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the color of the interior of the vehicle. See | ||
| + | http://services.mobile.de/1.0.0/refdata/interiorcolors for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="interior-type" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the material used in the interior of the vehicle. See | ||
| + | http://services.mobile.de/1.0.0/refdata/interiortypes for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="airbag" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the airbags of the vehicle. See | ||
| + | http://services.mobile.de/1.0.0/refdata/airbags for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element><xs:element name="number-of-previous-owners" type="xs:unsignedInt"><xs:annotation><xs:documentation>Information about the number of previous owners of the vehicle</xs:documentation></xs:annotation></xs:element><xs:element name="countryVersion" type="ref:resourceDataType"><xs:annotation><xs:documentation>ISO-3166-1 alpha-2 code of the country for which the vehicle was built. See | ||
| + | http://services.mobile.de/1.0.0/refdata/countryversion for possible values.</xs:documentation></xs:annotation></xs:element><xs:element name="videoUrl" type="ref:resourceDataType"><xs:annotation><xs:documentation>video Url of the ad</xs:documentation></xs:annotation></xs:element><xs:element name="parking-assistants"><xs:annotation><xs:documentation>Information about the parking assistants of the vehicle. See | ||
| + | http://services.mobile.de/1.0.0/refdata/parkingassistants for possible values. | ||
| + | </xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:parking-assistant" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="parking-assistant" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the parking assistants of the vehicle. See | ||
| + | http://services.mobile.de/1.0.0/refdata/parkingassistants for possible values. | ||
| + | </xs:documentation></xs:annotation></xs:element></xs:schema> | ||
</pre> | </pre> | ||
Version vom 26. Juli 2013, 14:20 Uhr
Mobile.de API - XML über PHP einlesen und ausgeben
Mobile.de API - XML über PHP einlesen und ausgeben
mobile.de - Händlerseite Daten über JSON / JavaScript
Beispiel: http://home.mobile.de/WETZEL-MOTORS
Die Seite führt einen JSON Aufruf auf und baut die Darstellung aus den gelieferten Daten auf. Die Daten können also auch für eine eigene Seite genutzt werden.
JSON Aufruf (der letzte Parameter ist nicht notwendig:
http://home.mobile.de/home/ses.html?customerId=461731&json=true&_=1372927194116
Rückgabe (Beispiel)
{
"searchMetadata": {
"resultsFound": 20,
"totalResults": 99,
"currentPage": 1,
"nextPage": 2,
"moreResultsAvailable": true
},
"customerId": 461731,
"searchReferenceData": {
"segments": [{
"key": "",
"value": "Beliebig"
}, {
"key": "Car",
"value": "Pkw"
}],
"categorys": [{
"key": "",
"value": "Beliebig"
}, {
"key": "Cabrio",
"value": "Cabrio/Roadster (Pkw)"
}, ... {
"key": "Van",
"value": "Van/Kleinbus (Pkw)"
}],
"makes": [{
"key": "",
"value": "Beliebig"
}, {
"key": "9000",
"value": "Ford"
}, ... {
"key": "25100",
"value": "Volvo"
}],
"models": {
"17200": [{
"key": "",
"value": "Beliebig"
}, {
"key": "20",
"value": "C 230"
}],
"19000": [{
"key": "",
"value": "Beliebig"
}, {
"key": "38",
"value": "Adam"
}, ... {
"key": "36",
"value": "Zafira Tourer"
}],
...
},
"sortOptions": [{
"key": "make",
"value": "Marke"
}, {
"key": "price",
"value": "Preis aufsteigend"
}],
"minPriceValues": [{
"key": "",
"value": "Beliebig"
}, {
"key": "500",
"value": "500 EUR"
}, ... {
"key": "60000",
"value": "60.000 EUR"
}],
"maxPriceValues": [{
"key": "",
"value": "Beliebig"
}, {
"key": "501",
"value": "501 EUR"
}, ... {
"key": "60001",
"value": "60.001 EUR"
}],
"segmentCarAvailable": true,
"segmentTruckAvailable": false,
"segmentMotorhomeAvailable": false,
"segmentMotorbikeAvailable": false,
"searchForm": {
"sortBy": "make",
"pageNumber": 1,
"pageSize": 20,
"fetchMore": false,
"initial": true
}
},
"prominent": {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16NHJHgE9n0yEiwMBRTUm2lVrg~~_24.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "51 kW (69 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"lastSeenAt": false,
"adId": 176596954,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "9.235 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "10.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto 1.0 Edition 7 Navi Klima MP3"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 03/2013"
},
"mileage": {
"value": "9 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "103 g/km",
"link": {}
}],
"attributes": [{
"value": "Schaltgetriebe"
}, {
"value": "51 kW (69 PS)"
}, {
"value": "Benzin"
}, {
"value": "Klimaanlage"
}, {
"value": ""
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
},
"searchResultItems": [{
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$T2eC16d,!w0E9szN,Fj3BRzcFddI7g~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "74 kW (101 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 181051884,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "5.490 EUR"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "MwSt. nicht ausweisbar"
},
"infoText": {},
"vatReclaimable": false
},
"makeModelDescription": {
"value": "Ford Focus 1.6 16V Trend Navi Klima SHZ Alu MP3 USB"
},
"bodyType": {
"value": "Limousine"
},
"usageType": {
"value": "Gebrauchtfahrzeug"
},
"firstRegistration": {
"value": "EZ 12/2004"
},
"mileage": {
"value": "58.000 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "ca. 6,7 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "ca. 161 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$T2eC16hHJHMFH!0UWCUrBRzcGRtcG!~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "49 kW (67 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 181051607,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "4.880 EUR"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "MwSt. nicht ausweisbar"
},
"infoText": {},
"vatReclaimable": false
},
"makeModelDescription": {
"value": "Hyundai Getz 1.1 Navi Klima Servo ZV Scheckh. Bluetooth"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Gebrauchtfahrzeug"
},
"firstRegistration": {
"value": "EZ 05/2008"
},
"mileage": {
"value": "51.000 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "ca. 5,5 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "ca. 130 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzEyWDEwMjQ=/$T2eC16hHJHEE9ny2tll!BR(QZPtrwg~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "120 kW (163 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 177004285,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "15.790 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "18.790 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Hyundai ix35 2.0 4WD Navi Klima ESP Tagfahrlicht 16Zoll"
},
"bodyType": {
"value": "Geländewagen/Pickup"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 03/2013"
},
"mileage": {
"value": "50 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "7,9 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "188 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzEyWDEwMjQ=/$T2eC16hHJHEE9ny2tll!BR(QZPtrwg~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "120 kW (163 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 177004504,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "15.790 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "18.790 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Hyundai ix35 2.0 4WD Navi Klima ESP Tagfahrlicht 16Zoll"
},
"bodyType": {
"value": "Geländewagen/Pickup"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 03/2013"
},
"mileage": {
"value": "50 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "7,9 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "188 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$(KGrHqZ,!qYFEy1YLcwQBRiR3lF9T!~~48_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "99 kW (135 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 177835458,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "17.639 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "20.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Carens 1.6 Edition 7 Emotion Navi Klima PDC SHZ "
},
"bodyType": {
"value": "Van/Kleinbus"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {
"value": "50 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "6,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "149 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NDgwWDY0MA==/$T2eC16FHJG!FFm1kJmRJBRiR86)iY!~~48_18.JPG"
},
"fuelType": {
"value": "Diesel"
},
"power": {
"value": "100 kW (136 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaautomatik"
},
"adId": 178242610,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "24.361 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "28.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Carens 1.7 CRDi Spirit 7Sitze Navi PDC SHZ Leder"
},
"bodyType": {
"value": "Van/Kleinbus"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "5,1 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "134 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16R,!zQE9s3ssOOGBRTUm2,hKQ~~_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "99 kW (135 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaautomatik"
},
"adId": 176596925,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "19.319 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "22.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Cee'd SW 1.6 Spirit Navi Klimaaut. Xenon PDC"
},
"bodyType": {
"value": "Kombi"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 01/2013"
},
"mileage": {
"value": "12 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "6,1 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "134 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16JHJIkE9qU3i)j+BRTUm06BIg~~_18.JPG"
},
"fuelType": {
"value": "Diesel"
},
"power": {
"value": "100 kW (136 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaautomatik"
},
"adId": 176596878,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "19.067 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "22.690 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Optima 1.7 CRDI Spirit Premium Panorama Navi"
},
"bodyType": {
"value": "Limousine"
},
"usageType": {
"value": "Vorführfahrzeug"
},
"firstRegistration": {
"value": "EZ 04/2012"
},
"mileage": {
"value": "18.685 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,9 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "128 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16d,!ysE9sy0jLFoBRTUm1Fp6Q~~_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "51 kW (69 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 176596908,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "10.076 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "11.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto 1.0 Copa Brasil Navi Klima SHZ PDC"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Vorführfahrzeug"
},
"firstRegistration": {
"value": "EZ 11/2012"
},
"mileage": {
"value": "1.456 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "103 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$T2eC16RHJGMFFpcQV,r(BR)sRQe71!~~48_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "51 kW (69 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 180811722,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "9.235 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "10.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto 1.0 Dream-Team Navi SHZ Lenkradh. Klima"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "103 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16h,!y8E9s2fl8CvBRTUm2giww~~_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "51 kW (69 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 176596950,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "9.151 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "10.890 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto 1.0 Edition 7 Navi Klima MP3"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {
"value": "9 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "103 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16NHJHgE9n0yEiwMBRTUm2lVrg~~_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "51 kW (69 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 176596954,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "9.235 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "10.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto 1.0 Edition 7 Navi Klima MP3"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 03/2013"
},
"mileage": {
"value": "9 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "103 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$T2eC16hHJH8E9qSEYOcrBRVVE0,LUg~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "48 kW (65 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 176785454,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "4.790 EUR"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "MwSt. nicht ausweisbar"
},
"infoText": {},
"vatReclaimable": false
},
"makeModelDescription": {
"value": "Kia Picanto 1.1 EX Navi Klima Alu Rentner"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Gebrauchtfahrzeug"
},
"firstRegistration": {
"value": "EZ 10/2004"
},
"mileage": {
"value": "75.705 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "ca. 5,2 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "ca. 125 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$T2eC16dHJI!E9qSO9wj!BRojoPiFog~~48_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "63 kW (86 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 179483024,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "9.992 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "11.890 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto 1.2 Dream-Team 7Jahre Versprechen Navi"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,7 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "109 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NDgwWDY0MA==/$T2eC16F,!yEE9s5jD(PLBRiSLqLbFg~~48_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "51 kW (69 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 177467007,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "8.395 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "9.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Picanto Business Line Navigation Klimaanlage"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {
"value": "19 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "4,4 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "103 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NDgwWDY0MA==/$(KGrHqN,!rUFEt99Go5jBRiR6jqUDQ~~48_18.JPG"
},
"fuelType": {
"value": "Benzin (E10-geeignet)"
},
"power": {
"value": "80 kW (109 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaautomatik"
},
"adId": 177181591,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "14.273 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "16.985 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Rio 1.4 Dream-Team Edition Navi SHZ Klima PDC"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {
"value": "19 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "5,5 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "128 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16h,!zQE9s3suFrkBRTUm1Hp2w~~_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "80 kW (109 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 176596895,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "11.756 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "13.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Rio 1.4 Edition 7 Navi Klima Alu Tagfahrlicht"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 12/2012"
},
"mileage": {
"value": "19 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "5,5 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "128 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/$T2eC16JHJGwE9n)ySeJDBRTUm0yqv!~~_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "80 kW (109 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaanlage"
},
"adId": 176596896,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "11.756 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "13.990 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Rio 1.4 Edition 7 Navi Klima Alu Tagfahrlicht"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Tageszulassung"
},
"firstRegistration": {
"value": "EZ 12/2012"
},
"mileage": {
"value": "19 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "5,5 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "128 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NzY4WDEwMjQ=/$T2eC16hHJH8E9qSEYOjoBRVYqmkG1!~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "80 kW (109 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaautomatik"
},
"adId": 176795153,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "14.445 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "17.190 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Rio 1.4 Spirit Klima PDC SHZ Navi Soundsystem"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Vorführfahrzeug"
},
"firstRegistration": {
"value": "EZ 03/2013"
},
"mileage": {
"value": "425 km"
},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "5,3 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "124 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}, {
"image": {
"src": "http://i.ebayimg.com/00/s/NDgwWDY0MA==/$(KGrHqR,!qYFEzKyYZ4UBRiR74Ns3w~~48_18.JPG"
},
"fuelType": {
"value": "Benzin"
},
"power": {
"value": "80 kW (109 PS)"
},
"transmission": {
"value": "Schaltgetriebe"
},
"climatisation": {
"value": "Klimaautomatik"
},
"adId": 177478193,
"priceModel": {
"type": {},
"secondaryPrice": {
"countryOfSale": {
"value": "12.765 EUR (Netto)"
},
"countryOfOrigin": {},
"net": true
},
"primaryPrice": {
"countryOfSale": {
"value": "15.190 EUR (Brutto)"
},
"countryOfOrigin": {},
"net": false
},
"previousPrice": {},
"deliveryCost": {},
"vatRate": {
"value": "19,00% MwSt."
},
"infoText": {},
"vatReclaimable": true
},
"makeModelDescription": {
"value": "Kia Rio Dream-Team Edition Navi Klima PDC SHZ"
},
"bodyType": {
"value": "Kleinwagen"
},
"usageType": {
"value": "Neufahrzeug"
},
"firstRegistration": {},
"mileage": {},
"fuelConsumption": [{
"label": "Kraftstoffverbr. komb.",
"value": "5,5 l/100 km",
"link": {}
}, {
"label": "CO<sub>2</sub>-Emissionen komb.",
"value": "128 g/km",
"link": {}
}],
"usedCarSeal": {
"link": {}
},
"videoLinkPresent": false,
"newFlagged": false,
"advice": {}
}]
}
Mobile.de API XML Definition
Rückgabe bei Detailsuche zu einem Fahrzeug
Manche Werte lassen sich nur auslesen wenn ein Fahrzeug direkt abgefragt wird:
<xs:schema targetNamespace="http://services.mobile.de/schema/ad" elementFormDefault="qualified"><xs:import namespace="http://services.mobile.de/schema/resource" schemaLocation="resource-1.0.xsd"/><xs:import namespace="http://services.mobile.de/schema/seller" schemaLocation="seller-1.0.xsd"/><xs:import namespace="http://services.mobile.de/schema/common/financing-1.0" schemaLocation="common/financing-1.0.xsd"/><xs:element name="ad"><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:creation-date" minOccurs="0"/><xs:element ref="ad:modification-date" minOccurs="0"/><xs:element ref="ad:detail-page" minOccurs="0"/><xs:element ref="ad:seller-inventory-key" minOccurs="0"/><xs:element ref="ad:vehicle"/><xs:element ref="ad:description" minOccurs="0"/><xs:element ref="ad:enrichedDescription" minOccurs="0"/><xs:element ref="ad:images" minOccurs="0"/><xs:element ref="ad:price"/><xs:element ref="financing:financing" minOccurs="0"/><xs:element ref="seller:seller"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="creation-date"><xs:annotation><xs:documentation>Creation date: Timestamp representing the date of creation of the ad, format YYYY-MM-DDThh:mm:ss.OZ</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:dateTime"/><xs:attribute name="renewed" use="optional" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="modification-date"><xs:annotation><xs:documentation>Modification date: Timestamp representing the date of last modification of the ad, format YYYY-MM-DDThh:mm:ss.OZ</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:dateTime"/></xs:complexType></xs:element><xs:element name="detail-page"><xs:annotation><xs:documentation>URL of the ad's detail page on mobile.de</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="url" use="required" type="xs:anyURI"/></xs:complexType></xs:element><xs:element name="seller-inventory-key"><xs:annotation><xs:documentation/></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="vehicle"><xs:annotation><xs:documentation>This element consists of various other elements describing the vehicle.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="ad:class"/><xs:element ref="ad:category"/><xs:element ref="ad:make"/><xs:element ref="ad:model" minOccurs="0"/><xs:element ref="ad:model-description"/><xs:element ref="ad:damage-and-unrepaired" minOccurs="0"/><xs:element ref="ad:accident-damaged" minOccurs="0"/><xs:element ref="ad:roadworthy" minOccurs="0"/><xs:element ref="ad:features" minOccurs="0"/><xs:element ref="ad:specifics"/></xs:sequence></xs:complexType></xs:element><xs:element name="class" type="ref:resourceDataType"><xs:annotation><xs:documentation>The GENERAL classification of vehicles e.g. Car or Motorbike. See
http://services.mobile.de/1.0.0/refdata/classes for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="category" type="ref:resourceDataType"><xs:annotation><xs:documentation>The DETAILED classification of vehicles e.g. Cabrio or Limousine. See
http://services.mobile.de/1.0.0/refdata/classes/{class-key}/categories for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="make" type="ref:resourceDataType"><xs:annotation><xs:documentation>Make of the vehicle e.g. Mercedes, Toyota. See
http://services.mobile.de/1.0.0/refdata/classes/{class-key}/makes for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="model" type="ref:resourceDataType"><xs:annotation><xs:documentation>Model of the vehicle e.g. X5, Prius. See
http://services.mobile.de/1.0.0/refdata/classes/{class-key}/makes/{make-key}/models for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="model-description"><xs:annotation><xs:documentation>Detailed description of the model. Also used as ad title. Example: Golf III always parked
in garage.
</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="damage-and-unrepaired"><xs:annotation><xs:documentation>field which describes if the vehicle has an considerable unrepaired damage</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="accident-damaged"><xs:annotation><xs:documentation>the vehicle once had an accident which may be repaired or not</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="roadworthy"><xs:annotation><xs:documentation>the vehicle is ready to drive</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="features"><xs:annotation><xs:documentation>Contains all possible features for a vehicle e.g. ESP, sunroof. See
http://services.mobile.de/1.0.0/refdata/classes/{class-key}/features for possible values.
</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:feature" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="feature" type="ref:resourceDataType"><xs:annotation><xs:documentation>Describes a single feature e.g. ESP, sunroof. See
http://services.mobile.de/1.0.0/refdata/classes/{class-key}/features for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="specifics"><xs:complexType><xs:sequence><xs:element ref="ad:exterior-color" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:mileage" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:exhaust-inspection" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:general-inspection" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:door-count" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:first-registration" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:emission-class" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:emission-fuel-consumption" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:emission-sticker" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:fuel" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:power" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:kba" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:schwacke-code" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:gearbox" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:climatisation" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:licensed-weight" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:axles" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:load-capacity" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:num-seats" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:operating-hours" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:installation-height" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:lifting-capacity" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:lifting-height" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:construction-year" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:construction-date" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:cubic-capacity" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:driving-mode" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:driving-cab" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:condition" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:usage-type" minOccurs="0" maxOccurs="1"/><xs:choice minOccurs="0"><xs:element ref="ad:delivery-date"/><xs:element ref="ad:delivery-period"/></xs:choice><xs:element ref="ad:wheel-formula" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:number-of-bunks" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:hydraulic-installation" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:europallet-storage-spaces" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:dimension" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:shipping-volume" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:loading-space" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:identification-number" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:interior-color" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:interior-type" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:airbag" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:number-of-previous-owners" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:countryVersion" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:videoUrl" minOccurs="0" maxOccurs="1"/><xs:element ref="ad:parking-assistants" minOccurs="0" maxOccurs="1"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="dimensionDataType"><xs:annotation><xs:documentation>Represent a cubical dimension.</xs:documentation></xs:annotation><xs:attribute name="length" use="required" type="xs:unsignedInt"><xs:annotation><xs:documentation>Length. Notation in mm, integer.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="width" use="required" type="xs:unsignedInt"><xs:annotation><xs:documentation>Width. Notation in mm, integer.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="height" use="required" type="xs:unsignedInt"><xs:annotation><xs:documentation>Height. Notation in mm, integer.</xs:documentation></xs:annotation></xs:attribute></xs:complexType><xs:element name="dimension" type="ad:dimensionDataType"><xs:annotation><xs:documentation>The external dimension of the vehicle.</xs:documentation></xs:annotation></xs:element><xs:element name="loading-space" type="ad:dimensionDataType"><xs:annotation><xs:documentation>The loading space dimensions.</xs:documentation></xs:annotation></xs:element><xs:element name="wheel-formula" type="ref:resourceDataType"><xs:annotation><xs:documentation>The actuation of the vehicle. See http://services.mobile.de/1.0.0/refdata/wheelformulas
for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="number-of-bunks"><xs:annotation><xs:documentation>The number of bunks. Only for Motorhome.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="hydraulic-installation" type="ref:resourceDataType"><xs:annotation><xs:documentation>Indicates the type of hydraulic installation. See
http://services.mobile.de/1.0.0/refdata/hydraulicinstallations for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="europallet-storage-spaces"><xs:annotation><xs:documentation>Information about how many europallets suit in the vehicle.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="shipping-volume"><xs:annotation><xs:documentation>The loading space volume. Notation in cubic meter, integer.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="identification-number"><xs:annotation><xs:documentation>The vehicle identification number (aka VIN or FIN). See
http://en.wikipedia.org/wiki/Vehicle_Identification_Number</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="exterior-color"><xs:annotation><xs:documentation>The mobile.international color name. This is a fixed set of colors. Sub-element
manufacturer-color-name is a free text field for color. See
http://services.mobile.de/1.0.0/refdata/colors for possible values.
</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:metalic" minOccurs="0"/><xs:element ref="ad:manufacturer-color-name" minOccurs="0"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="metalic"><xs:annotation><xs:documentation>Is it a metallic color?</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="manufacturer-color-name"><xs:annotation><xs:documentation>The manufacturer-color-name. Free text.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:string"/></xs:complexType></xs:element><xs:element name="mileage"><xs:annotation><xs:documentation>Amount of mileage on the clock, integer.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="exhaust-inspection"><xs:annotation><xs:documentation>Timestamp representing the date of the last exhaust-inspection. Format: mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:gYearMonth"/></xs:complexType></xs:element><xs:element name="general-inspection"><xs:annotation><xs:documentation>Timestamp representing the date of the last general-inspection. Format: mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:gYearMonth"/></xs:complexType></xs:element><xs:element name="delivery-date"><xs:annotation><xs:documentation>Date where the vehicle is ready to be delivered to the customer. Format: tt.mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:date"/></xs:complexType></xs:element><xs:element name="delivery-period"><xs:annotation><xs:documentation>Time-span until the vehicle is ready to be delivered. Information only for new vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="door-count" type="ref:resourceDataType"><xs:annotation><xs:documentation>Number of doors. See http://services.mobile.de/1.0.0/refdata/doorcounts for possible
values.
</xs:documentation></xs:annotation></xs:element><xs:element name="first-registration"><xs:annotation><xs:documentation>Timestamp representing the date of the first-registration. Format: mm.yyyy</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:gYearMonth"/></xs:complexType></xs:element><xs:element name="emission-sticker" type="ref:resourceDataType"><xs:annotation><xs:documentation>Emission sticker for German low emission zones (Feinstaubplakette für Umweltzone). See
http://services.mobile.de/1.0.0/refdata/emissionstickers for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="emission-fuel-consumption"><xs:annotation><xs:documentation>This element contains various fuel consumption and emission values.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="envkv-compliant" use="optional" type="xs:boolean"><xs:annotation><xs:documentation>Do the given values comply with the German PKW-EnvKV act (Verordnung über
Verbraucherinformationen zu Kraftstoffverbrauch, CO2-Emissionen und Stromverbrauch neuer
Personenkraftwagen)?</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="energy-efficiency-class" use="optional" type="xs:string"><xs:annotation><xs:documentation>best (A+, A, B, C, D, E, F or G) worst</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="co2-emission" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>CO2 emission. The unit is g/km. Is set to 0 for fuel type electricity.
</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="inner" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>Fuel consumption urban. For write usecases, the unit is derived from the fuel type
(kg/100km for CNG and l/100km for all others) and is ignored for fuel type electricity.
</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="outer" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>Fuel consumption extra urban. For write usecases, the unit is derived from the
fuel type (kg/100km for CNG and l/100km for all others) and is ignored for fuel type
electricity.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="combined" use="optional" type="xs:decimal"><xs:annotation><xs:documentation>Fuel consumption combined (urban and extra urban). For write usecases, the unit is
derived from the fuel type (kg/100km for CNG, kWh/100km for electricity and l/100km for all
others).</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="unit" use="optional"><xs:annotation><xs:documentation>The unit of the consumption values. This element is only readonly. For write
usecases the unit is derived from the fuel type.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="LITER_PER_100_KM"><xs:annotation><xs:documentation>For all liquid fuel types including LPG.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CUBIC_METER_PER_100_KM"><xs:annotation><xs:documentation>Deprecated. Was for fuel type CNG.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="KILOGRAMM_PER_100_KM"><xs:annotation><xs:documentation>For fuel type CNG.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="KILOWATT_HOUR_PER_100_KM"><xs:annotation><xs:documentation>For fuel type electricity.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="petrol-type" use="optional"><xs:annotation><xs:documentation>When you want to provide EnVKV compliant values, for fuel type petrol, you have to
specify the exact petrol type, that the consumption values are based on.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="NORMAL"><xs:annotation><xs:documentation>RON 91</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SUPER"><xs:annotation><xs:documentation>RON 95</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SUPER_PLUS"><xs:annotation><xs:documentation>RON 98</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element><xs:element name="emission-class" type="ref:resourceDataType"><xs:annotation><xs:documentation>EURO 1, 2, 3, 4, .... See
http://services.mobile.de/1.0.0/refdata/emissionclasses for
possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="fuel" type="ref:resourceDataType"><xs:annotation><xs:documentation>Type of fuel. See http://services.mobile.de/1.0.0/refdata/fuels for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="kba"><xs:annotation><xs:documentation>Germany only: Classification of makes and models, given by Kraftfahrtbundesamt (KBA)</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="hsn" use="required"><xs:annotation><xs:documentation>Germany only: Herstellerschlüsselnummer</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="tsn" use="required"><xs:annotation><xs:documentation>Germany only: Typschlüsselnummer</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element><xs:element name="power"><xs:annotation><xs:documentation>Power of the vehicle. Notation in KW, integer</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="schwacke-code"><xs:annotation><xs:documentation>Classification of makes and models given by Eurotax/Schwacke</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="gearbox" type="ref:resourceDataType"><xs:annotation><xs:documentation>Stickshift, automatic? See http://services.mobile.de/1.0.0/refdata/gearboxes for possible
values.
</xs:documentation></xs:annotation></xs:element><xs:element name="climatisation" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information on the climatisation of the vehicle. See
http://services.mobile.de/1.0.0/refdata/climatisations for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="licensed-weight"><xs:annotation><xs:documentation>Notation in kg, integer. Information only for commercial vehicles.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="axles"><xs:annotation><xs:documentation>Number of axles, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="load-capacity"><xs:annotation><xs:documentation>Notation in kg, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="num-seats"><xs:annotation><xs:documentation>number of seats. Information only for Buses</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="operating-hours"><xs:annotation><xs:documentation>Notation integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="installation-height"><xs:annotation><xs:documentation>Notation in cm, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="lifting-capacity"><xs:annotation><xs:documentation>Notation in kg, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="lifting-height"><xs:annotation><xs:documentation>Notation in cm, integer. Information only for commercial vehicles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="construction-year"><xs:annotation><xs:documentation>Format: yyyy. Information only for commercial vehicles </xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="construction-date"><xs:annotation><xs:documentation>The day when the vehicle was built</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:date"/></xs:complexType></xs:element><xs:element name="cubic-capacity"><xs:annotation><xs:documentation>Cubic-capacity of the engine. Notation integer. Information only for motorcycles</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="driving-mode" type="ref:resourceDataType"><xs:annotation><xs:documentation>Does the motorbike have a chain or something else? See
http://services.mobile.de/1.0.0/refdata/drivingmodes for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="driving-cab" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the cab of the truck. See
http://services.mobile.de/1.0.0/refdata/drivingcabs for possible values.</xs:documentation></xs:annotation></xs:element><xs:element name="condition" type="ref:resourceDataType"><xs:annotation><xs:documentation>Is the vehicle new or used? See http://services.mobile.de/1.0.0/refdata/conditions for
possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="usage-type" type="ref:resourceDataType"><xs:annotation><xs:documentation>Type of used car. See http://services.mobile.de/1.0.0/refdata/usagetypes for possible
values.
</xs:documentation></xs:annotation></xs:element><xs:element name="description" type="xs:string"><xs:annotation><xs:documentation>Closer description of the vehicle</xs:documentation></xs:annotation></xs:element><xs:element name="enrichedDescription" type="xs:string"><xs:annotation><xs:documentation>FOR INTERNAL USE ONLY. There is no guarantee that this element is present in future.
Please contact us if you need this for some reason.</xs:documentation></xs:annotation></xs:element><xs:element name="images"><xs:annotation><xs:documentation>Images of the vehicle</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="ad:image" minOccurs="0"/></xs:sequence><xs:attribute name="count" use="optional" type="xs:unsignedInt"/><xs:attribute name="gallery-url" use="optional" type="xs:anyURI"/><xs:attribute name="url" use="required" type="xs:anyURI"/></xs:complexType></xs:element><xs:element name="image"><xs:annotation><xs:documentation>TODO</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="ad:representation" minOccurs="0"/></xs:sequence></xs:complexType></xs:element><xs:element name="representation"><xs:annotation><xs:documentation>TODO</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="size" use="required"><xs:annotation><xs:documentation>The size of the picture.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="ICON"><xs:annotation><xs:documentation>The icon url used in the searchresult.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="S"><xs:annotation><xs:documentation>The 'SMALL' picture size.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="M"><xs:annotation><xs:documentation>The 'MEDIUM' picture size.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="L"><xs:annotation><xs:documentation>The 'LARGE' picture size.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="XL"><xs:annotation><xs:documentation>The 'EXTRALARGE' picture size.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="url" type="xs:anyURI"/></xs:complexType></xs:element><xs:element name="price"><xs:annotation><xs:documentation>Information on the price of the vehicle</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="ad:dealer-price-amount" minOccurs="0"/><xs:element ref="ad:consumer-price-amount"/><xs:element ref="ad:net" minOccurs="0"/><xs:element ref="ad:vatable"/><xs:element ref="ad:vat-rate" minOccurs="0"/><xs:element ref="ad:included-delivery-costs" minOccurs="0"/></xs:sequence><xs:attribute name="currency" use="required" type="xs:NCName"><xs:annotation><xs:documentation>Information in which currency the price is stated </xs:documentation></xs:annotation></xs:attribute><xs:attribute name="type" use="required"><xs:simpleType><xs:restriction base="xs:string"><xs:enumeration value="FIXED"><xs:annotation><xs:documentation>Information about the price type. Only for FSBO ads available</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="NEGOTIABLE"><xs:annotation><xs:documentation>Information about the price type. Only for FSBO ads available</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element><xs:element name="dealer-price-amount"><xs:annotation><xs:documentation>The dealer-price-amount (gross price).</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:decimal"/></xs:complexType></xs:element><xs:element name="consumer-price-amount"><xs:annotation><xs:documentation>The consumer-price-amount (gross price).</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:decimal"/></xs:complexType></xs:element><xs:element name="net"><xs:annotation><xs:documentation>This is deprecated and has no function. It never worked anyway.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="vatable"><xs:annotation><xs:documentation>Means that the price is vatable</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:boolean"/></xs:complexType></xs:element><xs:element name="vat-rate"><xs:annotation><xs:documentation>Notation in floating points or integer</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:decimal"/></xs:complexType></xs:element><xs:element name="included-delivery-costs"><xs:annotation><xs:documentation>Information, if the delivery-costs are included in the price</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="value" use="required" type="xs:unsignedInt"/></xs:complexType></xs:element><xs:element name="interior-color" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the color of the interior of the vehicle. See
http://services.mobile.de/1.0.0/refdata/interiorcolors for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="interior-type" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the material used in the interior of the vehicle. See
http://services.mobile.de/1.0.0/refdata/interiortypes for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="airbag" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the airbags of the vehicle. See
http://services.mobile.de/1.0.0/refdata/airbags for possible values.
</xs:documentation></xs:annotation></xs:element><xs:element name="number-of-previous-owners" type="xs:unsignedInt"><xs:annotation><xs:documentation>Information about the number of previous owners of the vehicle</xs:documentation></xs:annotation></xs:element><xs:element name="countryVersion" type="ref:resourceDataType"><xs:annotation><xs:documentation>ISO-3166-1 alpha-2 code of the country for which the vehicle was built. See
http://services.mobile.de/1.0.0/refdata/countryversion for possible values.</xs:documentation></xs:annotation></xs:element><xs:element name="videoUrl" type="ref:resourceDataType"><xs:annotation><xs:documentation>video Url of the ad</xs:documentation></xs:annotation></xs:element><xs:element name="parking-assistants"><xs:annotation><xs:documentation>Information about the parking assistants of the vehicle. See
http://services.mobile.de/1.0.0/refdata/parkingassistants for possible values.
</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="ref:resourceDataType"><xs:sequence><xs:element ref="ad:parking-assistant" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element><xs:element name="parking-assistant" type="ref:resourceDataType"><xs:annotation><xs:documentation>Information about the parking assistants of the vehicle. See
http://services.mobile.de/1.0.0/refdata/parkingassistants for possible values.
</xs:documentation></xs:annotation></xs:element></xs:schema>