<xs:complexType name="IDXExtendedType">
<xs:sequence>
<xs:element name="Listing">
<xs:complexType>
<xs:sequence>
<xs:element name="MarketingArea" type="commons:MLSAreaType" />
<xs:element name="ListingId" type="commons:ListingId" />
<xs:element name="Status" type="commons:ListingStatusEnum" />
<xs:element name="ListPrice" type="commons:SecureMoney" />
<xs:element name="Members" type="participants:ParticipantsType" />
<xs:element name="Offices" type="list:ListingOfficesType" />
<xs:element name="PropertyType" type="commons:PropertyTypeEnum" />
<xs:element name="PropertySubType" type="commons:PropertySubTypeEnum" />
<xs:element name="Address" type="commons:Address" />
<xs:element name="ListDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="SoldDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="ContractDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="ExpirationDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="SoldPrice" type="commons:SecureMoney" minOccurs="0" />
<xs:element name="ContractType" type="xs:string" minOccurs="0" />
<xs:element name="PublicRemarks" type="commons:SecureRemark" minOccurs="0" />
<xs:element name="InternetDisplay" type="xs:boolean" minOccurs="0" />
<xs:element name="MLS" type="xs:string" minOccurs="0" />
<xs:element name="LegalDescription" type="commons:LegalDescription" minOccurs="0" />
<xs:element name="ShowingsContact" type="xs:string" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
<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>
</xs:sequence>
<xs:attribute name="versionTimestamp" type="xs:dateTime" use="required" fixed="2007-11-29T16:00:00Z" />
</xs:complexType>
|