Definition Type: ComplexType
Name: OfferFinancing
Namespace: http://rets.org/xsd/Offers/2007-08
Containing Schema: Offers.xsd
Abstract
Documentation:
TODO
Collapse XSD Schema Diagram:
Drilldown into CashAtClosing in schema offers_xsd Drilldown into AdditionalDeposit in schema offers_xsd Drilldown into EarnestMoney in schema offers_xsd Drilldown into PurchasePrice in schema offers_xsd Drilldown into financingType in schema offers_xsdXSD Diagram of OfferFinancing in schema offers_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="OfferFinancing">
    <xs:annotation>
        <xs:documentation>
				TODO
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="PurchasePrice" type="offer:PurchasePrice" />
        <xs:element name="EarnestMoney" type="offer:EarnestMoney" />
        <xs:element name="AdditionalDeposit" type="offer:AdditionalDeposit" />
        <xs:element name="CashAtClosing" type="offer:CashAtClosing" />
    </xs:sequence>
    <xs:attribute ref="offer:financingType" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PurchasePrice offer:PurchasePrice (1) (1)
EarnestMoney offer:EarnestMoney (1) (1)
AdditionalDeposit offer:AdditionalDeposit (1) (1)
CashAtClosing offer:CashAtClosing (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
financingType offer:financingType Optional
Collapse Derivation Tree:
Collapse References:
offer:Financing