Definition Type: Element
Name: OccupancyDate
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: Financial.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The date the rental property is available for occupancy.
Collapse XSD Schema Diagram:
XSD Diagram of OccupancyDate in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>