<xs:complexType name="ListingPricingType">
<xs:annotation>
<xs:documentation>
May require revisiting to handle commercial
lease.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ListPrice" type="commons:PriceWithOptionalFrequency" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The current price of the home as
determined by the seller and the
contract seller's agent member.
The list price is often negotiable.
It is also known as the Asking Price.
Formatting is specified by the currency
attribute.
</xs:documentation>
<xs:appinfo>
<retsid>100323</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="OriginalListPrice" type="commons:PriceWithOptionalFrequency" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The original price of the home as
determined by the seller and their
member in the listing agreement.
The list price is often negotiable.
It is also known as the Asking Price.
Formatting is specified by the
currency attribute.
</xs:documentation>
<xs:appinfo>
<retsid>100324</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ListPriceHigh" type="commons:PriceWithOptionalFrequency" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Used for the range pricing sales technique.
Also known as value-range pricing.
</xs:documentation>
<xs:appinfo>
<retsid>100325</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ListPriceLow" type="commons:PriceWithOptionalFrequency" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Used for the range pricing sales technique.
Also known as value-range pricing.
</xs:documentation>
<xs:appinfo>
<retsid>100326</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ClosePrice" type="commons:PriceWithOptionalFrequency" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The amount of money paid by the
purchaser to the vendor for the
property under the agreement.
It is also known as the purchase
price or sold price. The formatting is
specified by inference from the
currency attribute.
</xs:documentation>
<xs:appinfo>
<retsid>100327</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="PendingPrice" type="commons:PriceWithOptionalFrequency" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>100328</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|