Definition Type: ComplexType
Name: ClosingTermsType
Namespace: http://rets.org/xsd/Listings/2007-08
Containing Schema: Listings.xsd
Abstract
Documentation:
Contains the Seller conditions, buyer contingencies and buyer/seller financial information
Collapse XSD Schema Diagram:
Drilldown into Financial in schema listings_xsd Drilldown into Conditions in schema listings_xsd Drilldown into Contingencies in schema listings_xsdXSD Diagram of ClosingTermsType in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ClosingTermsType">
    <xs:annotation>
        <xs:documentation>
				Contains the Seller conditions, buyer contingencies
				and buyer/seller financial information
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Contingencies" type="commons:ContingenciesType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The conditions that must be satisfied or waived
						to close the agreement.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100357</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <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>
        <xs:element name="Financial" type="commons:ClosingFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The financial terms and instruments agreed between
						the buyer and seller.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101598</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Contingencies list:Contingencies 0 1
Conditions list:Conditions 0 1
Financial list:Financial 0 1
Collapse Derivation Tree:
Collapse References:
list:ClosingTerms