<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>
|