Definition Type: Element
Name: Lease
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:LeaseType
Containing Schema: Financial.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
A collection of leases - there may be separate lease pricing for the buildings and land.
Collapse XSD Schema Diagram:
Drilldown into LeaseAmount in schema financial_xsd Drilldown into LeaseType in schema financial_xsd Drilldown into LeaseType in schema financial_xsdXSD Diagram of Lease in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LeaseType commons:LeaseType 0 1
LeaseAmount commons:LeaseAmount 0 1
Collapse Derivation Tree: