Definition Type: Element
Name: IsSearchable
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A boolean indicator that this field is searchable. If absent, applications should assume true.
Collapse XSD Schema Diagram:
XSD Diagram of IsSearchable in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="IsSearchable" type="xs:boolean" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												A boolean indicator that this
												field is searchable. If absent,
												applications should assume true.
											</xs:documentation>
        <xs:appinfo>
												true
											</xs:appinfo>
    </xs:annotation>
</xs:element>