<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://gr8c.org/ns/remetal" xmlns:remetal="http://gr8c.org/ns/remetal">
  <xs:element name="property" type="remetal:property-content"/>
  <xs:complexType name="property-content">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="remetal:residential"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="residential" type="remetal:residential-content"/>
  <xs:complexType name="residential-content">
    <xs:sequence>
      <xs:element ref="remetal:style"/>
      <xs:element ref="remetal:bedrooms"/>
      <xs:element ref="remetal:bathrooms"/>
      <xs:element ref="remetal:squareFeet"/>
      <xs:element ref="remetal:lotSize"/>
      <xs:element ref="remetal:yearBuilt"/>
      <xs:element ref="remetal:price"/>
      <xs:element ref="remetal:pool"/>
      <xs:element ref="remetal:garage"/>
      <xs:element ref="remetal:status"/>
      <xs:element ref="remetal:comment"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="style" type="xs:string"/>
  <xs:element name="bedrooms" type="xs:string"/>
  <xs:element name="bathrooms" type="xs:string"/>
  <xs:element name="squareFeet" type="xs:string"/>
  <xs:element name="lotSize" type="xs:string"/>
  <xs:element name="yearBuilt" type="xs:string"/>
  <xs:element name="price" type="xs:string"/>
  <xs:element name="pool" type="xs:string"/>
  <xs:element name="garage" type="xs:string"/>
  <xs:element name="status" type="xs:string"/>
  <xs:element name="comment" type="xs:string"/>
</xs:schema>
