<?xml version="1.0" encoding="utf-8"?>
<xs:schema  xmlns:xs="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://www.mysecondhome.eu/2008/PropertyListing-1.0"
            xmlns="http://www.mysecondhome.eu/2008/PropertyListing-1.0"
            elementFormDefault="qualified"
            >
    <xs:include schemaLocation="PropertyListingCommon.xsd"/>
    <xs:complexType name="property">
        <xs:all>
            <xs:element name="id" type="identifier" />
            <xs:element name="reference-id" type="identifier" />
            <xs:element name="address" type="address" />
            <xs:element name="pricing" type="pricing" />
            <xs:element name="details" type="details" />
            <xs:element name="images" type="images" />
        </xs:all>
    </xs:complexType>
    
</xs:schema>

