Definition Type: Element
Name: HeatingSystems
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Collection of the types of heating systems used at the property.
Collapse XSD Schema Diagram:
Drilldown into HeatingSystem in schema syndication_xsdXSD Diagram of HeatingSystems in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HeatingSystems" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Collection of the types of heating systems 
						used at the property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101857</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="HeatingSystem" type="commons:HeatingSystemEnum" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>
									Types of heating system. Possible values are:
									Central Furnace
									Electric Air Filter
									Fireplace
									Fireplace - Insert
									Floor Furnace
									Floor Wall
									Forced Air
									Geothermal
									Gravity Air
									Gravity Hot Water
									Heat Pump
									Hot Water
									Hot Water Radiant Floor
									Humidifier
									Pellet Stove
									Radiant
									Radiant Ceiling
									Radiant Floor
									Radiator
									Solar Active
									Solar Passive
									Solar Active and Passive
									Space Heater
									Steam
									Stove
									?suspended?
									S-W Changeover
									?vent?
									Wall Unit
									Zoned
									Unknown
									Other
									None									
								</xs:documentation>
                    <xs:appinfo>
                        <retsid>101858</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HeatingSystem synd:HeatingSystem 1 unbounded