﻿<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    <simpleType name="heatingOptionType">
        <annotation>
            <documentation xml:lang="hu">TODO</documentation>
            <documentation xml:lang="en">TODO</documentation>
        </annotation>
        <restriction base="integer">
            <enumeration value="1">
                <annotation>
                    <documentation xml:lang="hu">Gáz</documentation>
                    <documentation xml:lang="en">Gas heating</documentation>
                </annotation>
            </enumeration>
            <enumeration value="2">
                <annotation>
                    <documentation xml:lang="hu">Egyedi</documentation>
                    <documentation xml:lang="en">Special</documentation>
                </annotation>
            </enumeration>
            <enumeration value="3">
                <annotation>
                    <documentation xml:lang="hu">Cirkó</documentation>
                    <documentation xml:lang="en">French boiler</documentation>
                </annotation>
            </enumeration>
            <enumeration value="4">
                <annotation>
                    <documentation xml:lang="hu">Központi fűtés</documentation>
                    <documentation xml:lang="en">Central heating</documentation>
                </annotation>
            </enumeration>
            <enumeration value="5">
                <annotation>
                    <documentation xml:lang="hu">Távfűtés</documentation>
                    <documentation xml:lang="en">District heating</documentation>
                </annotation>
            </enumeration>
            <enumeration value="6">
                <annotation>
                    <documentation xml:lang="hu">Központi fűtés, egyedi méréssel</documentation>
                    <documentation xml:lang="en">Central heating, individual measurements</documentation>
                </annotation>
            </enumeration>
            <enumeration value="7">
                <annotation>
                    <documentation xml:lang="hu">Távfűtés, egyedi méréssel</documentation>
                    <documentation xml:lang="en">District heating, individual measurements</documentation>
                </annotation>
            </enumeration>
            <enumeration value="8">
                <annotation>
                    <documentation xml:lang="hu">Elektromos fűtés</documentation>
                    <documentation xml:lang="en">Electrical heating</documentation>
                </annotation>
            </enumeration>
            <enumeration value="9">
                <annotation>
                    <documentation xml:lang="hu">Gáz + alternatív</documentation>
                    <documentation xml:lang="en">Gas &amp; alternative</documentation>
                </annotation>
            </enumeration>
            <enumeration value="10">
                <annotation>
                    <documentation xml:lang="hu">Nincs fűtés</documentation>
                    <documentation xml:lang="en">No heating</documentation>
                </annotation>
            </enumeration>
            <enumeration value="11">
                <annotation>
                    <documentation xml:lang="hu">Megújuló energia</documentation>
                    <documentation xml:lang="en">Renewable energy</documentation>
                </annotation>
            </enumeration>
        </restriction>
    </simpleType>
</schema>