Definition Type: ComplexType
Name: PurchaseFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SellerTerms in schema financial_xsd Drilldown into MayAssumeMortgage in schema financial_xsd Drilldown into EarnestMoney in schema financial_xsdXSD Diagram of PurchaseFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PurchaseFinancialType">
    <xs:sequence>
        <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>100154</retsid>
                    <example>25000</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="MayAssumeMortgage" type="commons:AssumableType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Purchaser may assume the existing
						mortgage.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100156</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>100157</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EarnestMoney commons:EarnestMoney 0 1
MayAssumeMortgage commons:MayAssumeMortgage 0 1
SellerTerms commons:SellerTerms 0 unbounded
Collapse Derivation Tree:
Collapse References:
commons:Purchase