Definition Type: ComplexType
Name: ClosingFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Rent in schema financial_xsd Drilldown into Lease in schema financial_xsd Drilldown into Purchase in schema financial_xsdXSD Diagram of ClosingFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ClosingFinancialType">
    <xs:sequence>
        <xs:element name="Purchase" type="commons:PurchaseClosingFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101613</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Lease" type="commons:LeaseFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101614</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Rent" type="commons:RentClosingFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101615</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Purchase commons:Purchase 0 1
Lease commons:Lease 0 1
Rent commons:Rent 0 1
Collapse Derivation Tree:
Collapse References:
list:Financial