Definition Type: Element
Name: ClosePrice
Namespace: http://rets.org/xsd/Listings/2007-08
Type: commons:PriceWithOptionalFrequency
Containing Schema: Listings.xsd
MinOccurs 0
MaxOccurs 1
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into currencyCode in schema primitives_xsd Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureMoney in schema primitives_xsd Drilldown into currencyPeriod in schema primitives_xsd Drilldown into PriceWithOptionalFrequency in schema financial_xsdXSD Diagram of ClosePrice in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
currencyCode commons:currencyCode Optional
currencyPeriod commons:currencyPeriod Optional
Collapse Derivation Tree: