Definition Type: ComplexType
Name: RentCurrentFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IsRentControlled in schema financial_xsd Drilldown into IsRented in schema financial_xsd Drilldown into CurrentSecurityDeposits in schema financial_xsd Drilldown into CurrentRentRate in schema financial_xsdXSD Diagram of RentCurrentFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="RentCurrentFinancialType">
    <xs:sequence>
        <xs:element name="CurrentRentRate" type="commons:FeeWithFrequency" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Current amount of money required per
						period for use.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100140</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="CurrentSecurityDeposits" type="commons:SecurityDepositsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Current amount of money required as
						a security deposit
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100145</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsRented" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Indicates that the property is
						currently rented.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100149</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsRentControlled" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property
						is rent controlled.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100150</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrentRentRate commons:CurrentRentRate 0 1
CurrentSecurityDeposits commons:CurrentSecurityDeposits 0 1
IsRented commons:IsRented 0 1
IsRentControlled commons:IsRentControlled 0 1
Collapse Derivation Tree:
Collapse References:
commons:CurrentRent