Back to SwissRETS

noNamespace
element heating

Super Types
{} (restriction)

Documentation
The main heating system.
Properties
This component is not nillable.

Model
<heating>
(generation, distribution )
</heating>


Nested Element Summary
 distribution
          How the heating system distributes and maintains temperature. 
 generation
          Technology used to create heat. 
Source
<xs:element maxOccurs="1" minOccurs="0" name="heating">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="generation">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="district">
</xs:enumeration>
<xs:enumeration value="electricity">
</xs:enumeration>
<xs:enumeration value="gas">
</xs:enumeration>
<xs:enumeration value="geothermal-probe">
</xs:enumeration>
<xs:enumeration value="heatpump-air-and-water">
</xs:enumeration>
<xs:enumeration value="heatpump">
</xs:enumeration>
<xs:enumeration value="oil">
</xs:enumeration>
<xs:enumeration value="photovoltaics">
</xs:enumeration>
<xs:enumeration value="solar-thermal">
</xs:enumeration>
<xs:enumeration value="wood-pellet">
</xs:enumeration>
<xs:enumeration value="wood">
</xs:enumeration>
<xs:enumeration value="coal">
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="distribution">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="radiator"/>
<xs:enumeration value="floor"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.