Definition Type: ComplexType
Name: ListingFinancialType
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 ListingFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ListingFinancialType">
    <xs:sequence>
        <xs:element name="Purchase" type="commons:PurchaseFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100161</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>100162</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Rent" type="commons:RentListingFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100163</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