Definition Type: ComplexType
Name: RentClosingFinancialType
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 IsShortTerm in schema financial_xsd Drilldown into IsFurnished in schema financial_xsdXSD Diagram of RentClosingFinancialType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="RentClosingFinancialType">
    <xs:sequence>
        <xs:element name="IsFurnished" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property
						is rented furnished
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101204</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsShortTerm" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that the property is
						rented for a short term.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101205</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>101207</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IsFurnished commons:IsFurnished 0 1
IsShortTerm commons:IsShortTerm 0 1
RentFinancial commons:RentFinancial 0 1
Collapse Derivation Tree:
Collapse References:
commons:Rent