Definition Type: ComplexType
Name: ListingTermsType
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_xsdXSD Diagram of ListingTermsType in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ListingTermsType">
    <xs:annotation>
        <xs:documentation>
				Contains the Seller conditions, buyer contingencies
				and buyer/seller financial information
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Financial" type="commons:ListingFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The financial terms and instruments requested by
						the seller.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100359</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Financial list:Financial 0 1
Collapse Derivation Tree:
Collapse References:
list:ListingTerms