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