Definition Type: ComplexType
Name: PropertyFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Mortgages in schema financial_xsd Drilldown into Investment in schema financial_xsd Drilldown into CurrentRent in schema financial_xsd Drilldown into CurrentLease in schema financial_xsdXSD Diagram of PropertyFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PropertyFinancialType">
    <xs:sequence>
        <xs:element name="CurrentLease" type="commons:LeaseFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100164</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="CurrentRent" type="commons:RentCurrentFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101201</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Investment" type="commons:InvestmentType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100165</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Mortgages" type="commons:MortgagesType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100166</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrentLease commons:CurrentLease 0 1
CurrentRent commons:CurrentRent 0 1
Investment commons:Investment 0 1
Mortgages commons:Mortgages 0 1
Collapse Derivation Tree:
Collapse References:
prop:Financial