Definition Type: Element
Name: CoolingSystemZones
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Features.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The number of individually controlled zones for the principal cooling system. Given that this element is not a generally searched element, the group decided in Sunnyvale to use facets to constrain the string values to integer (exact), integer+ (or greater) or integer-integer (range)
Collapse XSD Schema Diagram:
XSD Diagram of CoolingSystemZones in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="CoolingSystemZones" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The number of individually controlled zones
						for the principal cooling system. Given that this
						element is not a generally searched element, the
						group decided in Sunnyvale to use facets to
						constrain the string values to integer (exact),
						integer+ (or greater) or integer-integer (range)
					</xs:documentation>
        <xs:appinfo>
            <retsid />
            <example />
        </xs:appinfo>
    </xs:annotation>
</xs:element>