﻿<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    <simpleType name="floorsOptionType">
        <annotation>
            <documentation xml:lang="hu">TODO</documentation>
            <documentation xml:lang="en">TODO</documentation>
        </annotation>
        <restriction base="integer">
            <enumeration value="-5">
                <annotation>
                    <documentation xml:lang="en">Basement</documentation>
                    <documentation xml:lang="hu">Alagsor</documentation>
                </annotation>
            </enumeration>
            <enumeration value="-4">
                <annotation>
                    <documentation xml:lang="en">Suterin</documentation>
                    <documentation xml:lang="hu">Szuterén</documentation>
                </annotation>
            </enumeration>
            <enumeration value="-3">
                <annotation>
                    <documentation xml:lang="en">Semi-suterin</documentation>
                    <documentation xml:lang="hu">Félszuterén</documentation>
                </annotation>
            </enumeration>
            <enumeration value="-2">
                <annotation>
                    <documentation xml:lang="en">Mezzanine/entresol</documentation>
                    <documentation xml:lang="hu">Félemelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="-1">
                <annotation>
                    <documentation xml:lang="en">High ground</documentation>
                    <documentation xml:lang="hu">Magasföldszint</documentation>
                </annotation>
            </enumeration>
            <enumeration value="0">
                <annotation>
                    <documentation xml:lang="en">Ground floor</documentation>
                    <documentation xml:lang="hu">Földszint</documentation>
                </annotation>
            </enumeration>
            <enumeration value="1">
                <annotation>
                    <documentation xml:lang="en">1. floor</documentation>
                    <documentation xml:lang="hu">1. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="2">
                <annotation>
                    <documentation xml:lang="en">2. floor</documentation>
                    <documentation xml:lang="hu">2. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="3">
                <annotation>
                    <documentation xml:lang="en">3. floor</documentation>
                    <documentation xml:lang="hu">3. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="4">
                <annotation>
                    <documentation xml:lang="en">4. floor</documentation>
                    <documentation xml:lang="hu">4. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="5">
                <annotation>
                    <documentation xml:lang="en">5. floor</documentation>
                    <documentation xml:lang="hu">5. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="6">
                <annotation>
                    <documentation xml:lang="en">6. floor</documentation>
                    <documentation xml:lang="hu">6. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="7">
                <annotation>
                    <documentation xml:lang="en">7. floor</documentation>
                    <documentation xml:lang="hu">7. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="8">
                <annotation>
                    <documentation xml:lang="en">8. floor</documentation>
                    <documentation xml:lang="hu">8. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="9">
                <annotation>
                    <documentation xml:lang="en">9. floor</documentation>
                    <documentation xml:lang="hu">9. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="10">
                <annotation>
                    <documentation xml:lang="en">10. floor</documentation>
                    <documentation xml:lang="hu">10. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="11">
                <annotation>
                    <documentation xml:lang="en">11. floor</documentation>
                    <documentation xml:lang="hu">11. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="12">
                <annotation>
                    <documentation xml:lang="en">12. floor</documentation>
                    <documentation xml:lang="hu">12. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="13">
                <annotation>
                    <documentation xml:lang="en">13. floor</documentation>
                    <documentation xml:lang="hu">13. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="14">
                <annotation>
                    <documentation xml:lang="en">14. floor</documentation>
                    <documentation xml:lang="hu">14. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="15">
                <annotation>
                    <documentation xml:lang="en">15. floor</documentation>
                    <documentation xml:lang="hu">15. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="16">
                <annotation>
                    <documentation xml:lang="en">16. floor</documentation>
                    <documentation xml:lang="hu">16. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="17">
                <annotation>
                    <documentation xml:lang="en">17. floor</documentation>
                    <documentation xml:lang="hu">17. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="18">
                <annotation>
                    <documentation xml:lang="en">18. floor</documentation>
                    <documentation xml:lang="hu">18. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="19">
                <annotation>
                    <documentation xml:lang="en">19. floor</documentation>
                    <documentation xml:lang="hu">19. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="20">
                <annotation>
                    <documentation xml:lang="en">20. floor</documentation>
                    <documentation xml:lang="hu">20. emelet</documentation>
                </annotation>
            </enumeration>
            <enumeration value="21">
                <annotation>
                    <documentation xml:lang="en">Loft</documentation>
                    <documentation xml:lang="hu">Tetőtér</documentation>
                </annotation>
            </enumeration>
        </restriction>
    </simpleType>
</schema>