Definition Type: Element
Name: HasClearTitle
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: Financial.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Flag to indicate that the property is owned outright
Collapse XSD Schema Diagram:
XSD Diagram of HasClearTitle in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HasClearTitle" type="xs:boolean" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Flag to indicate that the property is
						owned outright
					</xs:documentation>
        <xs:appinfo>
            <retsid>100092</retsid>
            <example>false</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>