Definition Type: Element
Name: HasCoolingSystem
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: Features.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The container has a cooling system. This may be defined in the other elements of this container. This flag should be considered synonymous with HasAirConditioner.
Collapse XSD Schema Diagram:
XSD Diagram of HasCoolingSystem in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HasCoolingSystem" type="xs:boolean" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The container has a cooling system.
						This may be defined in the other elements
						of this container.
						This flag should be considered synonymous
						with HasAirConditioner.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100170</retsid>
            <example>true</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>