Definition Type: Element
Name: Conditions
Namespace: http://rets.org/xsd/Listings/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Listings.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The statutory conditions that the seller must satisfy to close the agreement.
Collapse XSD Schema Diagram:
XSD Diagram of Conditions in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Conditions" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The statutory conditions that the seller
						must satisfy to close the agreement.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101230</retsid>
            <example>
            </example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>