Definition Type: Element
Name: BuyerFinancing
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Financial.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The financial instrument(s) actually used to purchase the property.
Collapse XSD Schema Diagram:
XSD Diagram of BuyerFinancing in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>