Definition Type: Element
Name: HeatingFuels
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Collection of the types of fuel used to heat the property.
Collapse XSD Schema Diagram:
Drilldown into HeatingFuel in schema syndication_xsdXSD Diagram of HeatingFuels in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HeatingFuels" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Collection of the types of fuel used to heat the property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101855</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="HeatingFuel" type="commons:FuelEnum" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>
									All the types of heating in use. Possible 
									values are:
									Butane Gas
									Coal
									Electric
									Geothermal
									Kerosene 
									Natural Gas
									Oil
									Passive Heat Pump
									Passive Solar
									Pellet
									Propane Gas
									Solar
									Solar Panel
									Wood
									Unknown
									Other
									None
									?steam?
									?partial?									
								</xs:documentation>
                    <xs:appinfo>
                        <retsid>101856</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HeatingFuel synd:HeatingFuel 1 unbounded