Definition Type: Element
Name: HasDisabledAccess
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Indicates whether or not the property listed has disabled access ramps, elevators, or the like.
Collapse XSD Schema Diagram:
XSD Diagram of HasDisabledAccess in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HasDisabledAccess" type="xs:boolean" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Indicates whether or not the property listed 
						has disabled access ramps, elevators, or the 
						like.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101842</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>