<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>
|