Definition Type: ComplexType
Name: ListingPricingType
Namespace: http://rets.org/xsd/Listings/2007-08
Containing Schema: Listings.xsd
Abstract
Documentation:
May require revisiting to handle commercial lease.
Collapse XSD Schema Diagram:
Drilldown into PendingPrice in schema listings_xsd Drilldown into ClosePrice in schema listings_xsd Drilldown into ListPriceLow in schema listings_xsd Drilldown into ListPriceHigh in schema listings_xsd Drilldown into OriginalListPrice in schema listings_xsd Drilldown into ListPrice in schema listings_xsdXSD Diagram of ListingPricingType in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ListPrice list:ListPrice 0 1
OriginalListPrice list:OriginalListPrice 0 1
ListPriceHigh list:ListPriceHigh 0 1
ListPriceLow list:ListPriceLow 0 1
ClosePrice list:ClosePrice 0 1
PendingPrice list:PendingPrice 0 1
Collapse Derivation Tree:
Collapse References:
list:ListingPricing