Definition Type: ComplexType
Name: PurchaseClosingFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TermsOfSale in schema financial_xsd Drilldown into SellerTerms in schema financial_xsd Drilldown into SellerConcessions in schema financial_xsd Drilldown into EarnestMoney in schema financial_xsd Drilldown into ClosingCosts in schema financial_xsd Drilldown into BuyerFinancing in schema financial_xsdXSD Diagram of PurchaseClosingFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PurchaseClosingFinancialType">
    <xs:sequence>
        <xs:element name="BuyerFinancing" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						The financial instrument(s) actually
						used to purchase the property.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100160</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ClosingCosts" type="commons:ClosingCostsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The ancillary costs associated with
						the purchase of the property.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100155</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="EarnestMoney" type="commons:SecureMoney" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Money used to bind the sales agreement.
						Also known as Deposit money,
						although deposit money connotes
						refundability while earnest money
						is typically non-refundable.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101202</retsid>
                    <example>25000</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SellerConcessions" type="commons:ConcessionsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Concessions the seller agrees to.
						This may include to pay or provide
						for, in part or whole of the buyer's
						closing costs. May be money or goods.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100158</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SellerTerms" type="commons:SecureString" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						The types of financing the seller
						will accept at the time of listing.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101203</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="TermsOfSale" type="commons:SecureString" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						Financing terms agreed between the buyer
						and seller.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100159</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BuyerFinancing commons:BuyerFinancing 0 unbounded
ClosingCosts commons:ClosingCosts 0 1
EarnestMoney commons:EarnestMoney 0 1
SellerConcessions commons:SellerConcessions 0 1
SellerTerms commons:SellerTerms 0 unbounded
TermsOfSale commons:TermsOfSale 0 unbounded
Collapse Derivation Tree:
Collapse References:
commons:Purchase