Definition Type: ComplexType
Name: RentFinancialType
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 TenantApplicationDescription in schema financial_xsd Drilldown into TenantApplicationFee in schema financial_xsd Drilldown into SecurityDeposits in schema financial_xsd Drilldown into RequiresSecurityDeposit in schema financial_xsd Drilldown into RequiresTenantBoardApproval in schema financial_xsd Drilldown into RentRate in schema financial_xsd Drilldown into OtherSecurityDeposits in schema financial_xsd Drilldown into OccupancyDate in schema financial_xsdXSD Diagram of RentFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="RentFinancialType">
    <xs:sequence>
        <xs:element name="OccupancyDate" type="xs:dateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The date the rental property is 
						available for occupancy.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100151</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OtherSecurityDeposits" type="commons:SecurityDepositsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Current amount of money required as
						a security deposit unclassified.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100146</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RentRate" type="commons:FeeWithFrequency" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Amount of money required per period
						for use.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100137</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RequiresTenantBoardApproval" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property has
						a tenant approval process.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100142</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RequiresSecurityDeposit" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property has
						an up front security deposit.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100143</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SecurityDeposits" type="commons:SecurityDepositsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Amount of money required as a
						security deposit
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100144</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="TenantApplicationFee" type="commons:SecureMoney" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The required fee when applying for  
						rent.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100152</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="TenantApplicationDescription" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Any description about the rent 
						application or application fee.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100153</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="TenantPays" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Tenant is responsible for paying a
						proportional share of recoverable
						expenses.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100141</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OccupancyDate commons:OccupancyDate 0 1
OtherSecurityDeposits commons:OtherSecurityDeposits 0 1
RentRate commons:RentRate 0 1
RequiresTenantBoardApproval commons:RequiresTenantBoardApproval 0 1
RequiresSecurityDeposit commons:RequiresSecurityDeposit 0 1
SecurityDeposits commons:SecurityDeposits 0 1
TenantApplicationFee commons:TenantApplicationFee 0 1
TenantApplicationDescription commons:TenantApplicationDescription 0 1
TenantPays commons:TenantPays 0 1
Collapse Derivation Tree:
Collapse References:
commons:RentFinancial, commons:RentFinancial