<xs:element name="Property">
<xs:complexType>
<xs:sequence>
<xs:element name="AreaTotal" type="commons:Area" minOccurs="0" />
<xs:element name="FinishedAreaTotal" type="commons:boundedCardinalInteger" minOccurs="0" />
<xs:element name="LotSize" type="commons:LotSize" minOccurs="0" />
<xs:element name="LotDescription" type="xs:string" minOccurs="0" />
<xs:element name="YearBuilt" type="commons:YearBuiltType" minOccurs="0" />
<xs:element name="Style" type="commons:Style" minOccurs="0" />
<xs:element name="Subdivision" type="commons:Subdivision" minOccurs="0" />
<xs:element name="SchoolData" type="commons:School" minOccurs="0" />
<xs:element name="Parking" type="commons:ParkingType" minOccurs="0" />
<xs:element name="AssociationFee" type="commons:Fee" minOccurs="0" />
<xs:element name="PinNumber" type="xs:string" minOccurs="0" />
<xs:element name="Rooms" type="prop:RoomsType" minOccurs="0" />
<xs:element name="Media" type="media:MediaType" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|