Definition Type: ComplexType
Name: LeaseFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TenantPays in schema financial_xsd Drilldown into TransferFees in schema financial_xsd Drilldown into PurchaseOptionUpFrontFee in schema financial_xsd Drilldown into LeaseRemarks in schema financial_xsd Drilldown into IsLeased in schema financial_xsd Drilldown into IsAttornable in schema financial_xsd Drilldown into IsAssumable in schema financial_xsd Drilldown into IsAssignable in schema financial_xsd Drilldown into HasPurchaseOption in schema financial_xsd Drilldown into HasLeaseRenewalOption in schema financial_xsd Drilldown into LeaseRenewalDate in schema financial_xsd Drilldown into LeaseExpiryDate in schema financial_xsd Drilldown into Lease in schema financial_xsdXSD Diagram of LeaseFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="LeaseFinancialType">
    <xs:sequence>
        <xs:element name="Lease" type="commons:LeaseType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						A collection of leases - there may
						be separate lease pricing for the
						buildings and land.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100124</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LeaseExpiryDate" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The agreement expiration date.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100125</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LeaseRenewalDate" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The date when the renewal option must
						be exercised.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100126</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="HasLeaseRenewalOption" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100127</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="HasPurchaseOption" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The lease can be converted to
						a purchase agreement.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100134</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsAssignable" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Lessee may assign lease to a third-party
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100128</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsAssumable" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Lessee may assume an existing lease
						from a third-party
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100129</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsAttornable" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Lessor may assign lease to a third-party
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100130</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsLeased" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Indicates that the property is
						currently leased.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100131</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LeaseRemarks" type="commons:SecureRemark" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100136</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="PurchaseOptionUpFrontFee" type="commons:SecureMoney" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Up front fee for a PurchaseOption
						lease
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100135</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="TransferFees" type="commons:SecureMoney" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Fees involved in transferring the lease
						or converting the lease
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100132</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="TenantPays" type="commons:SecureString" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						Tenant is responsible for paying a
						proportional share of recoverable
						expenses. Also known as Net Lease.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100133</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Lease commons:Lease 0 1
LeaseExpiryDate commons:LeaseExpiryDate 0 1
LeaseRenewalDate commons:LeaseRenewalDate 0 1
HasLeaseRenewalOption commons:HasLeaseRenewalOption 0 1
HasPurchaseOption commons:HasPurchaseOption 0 1
IsAssignable commons:IsAssignable 0 1
IsAssumable commons:IsAssumable 0 1
IsAttornable commons:IsAttornable 0 1
IsLeased commons:IsLeased 0 1
LeaseRemarks commons:LeaseRemarks 0 1
PurchaseOptionUpFrontFee commons:PurchaseOptionUpFrontFee 0 1
TransferFees commons:TransferFees 0 1
TenantPays commons:TenantPays 0 unbounded
Collapse Derivation Tree:
Collapse References:
commons:CurrentLeasecommons:Lease, commons:Lease,