Definition Type: ComplexType
Name: RentListingFinancialType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RentFinancial in schema financial_xsd Drilldown into RentShortTermRate in schema financial_xsd Drilldown into RentFurnishedRate in schema financial_xsd Drilldown into IsAvailableShortTerm in schema financial_xsd Drilldown into IsAvailableFurnished in schema financial_xsdXSD Diagram of RentListingFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="RentListingFinancialType">
    <xs:sequence>
        <xs:element name="IsAvailableFurnished" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property
						is available furnished
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100147</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsAvailableShortTerm" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property is
						available short term.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100148</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RentFurnishedRate" type="commons:FeeWithFrequency" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Amount of money required per period
						for use of a furnished property.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100138</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RentShortTermRate" type="commons:FeeWithFrequency" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Amount of money required per period
						for short term use.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100139</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RentFinancial" type="commons:RentFinancialType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>101206</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IsAvailableFurnished commons:IsAvailableFurnished 0 1
IsAvailableShortTerm commons:IsAvailableShortTerm 0 1
RentFurnishedRate commons:RentFurnishedRate 0 1
RentShortTermRate commons:RentShortTermRate 0 1
RentFinancial commons:RentFinancial 0 1
Collapse Derivation Tree:
Collapse References:
commons:Rent