{"id":7261,"date":"2026-08-14T08:17:05","date_gmt":"2026-08-14T08:17:05","guid":{"rendered":"https:\/\/parte.be\/be-part-of-parte\/legal-documents-legislation\/"},"modified":"2026-08-14T09:24:20","modified_gmt":"2026-08-14T09:24:20","slug":"legal-documents-legislation","status":"publish","type":"page","link":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/","title":{"rendered":"Legal documents &#038; legislation"},"content":{"rendered":"\n<div style=\"height:41px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p>Every co-ownership is based on a number of important legal documents and statutory rules. Think of the <strong>Basic Deed<\/strong>, the <strong>Co-ownership Regulations<\/strong>, the <strong>Internal Rules<\/strong>, and the <strong>Co-ownership Act<\/strong>. On this page, you will discover exactly what these documents entail and which rights and obligations they establish for owners and the Property Manager.<\/p>\n\n<div style=\"height:74px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<div id=\"block-ordered-list-block_76650f1cd75b10e853ade62278abcb18\"\n     class=\"block-ordered-list flex flex-col items-center w-full\"\n     x-data=\"{\n         openIndex: 0,\n         isDesktop: window.matchMedia('(min-width: 769px)').matches,\n         overflows: {},\n         atEnd: {},\n         syncTimer: null,\n         setOpen(i) { this.openIndex = i; this.scheduleSync(i); },\n         toggle(i) { this.openIndex = this.openIndex === i ? null : i; if (this.openIndex !== null) this.scheduleSync(this.openIndex); },\n         isOpen(i) { return this.openIndex === i; },\n         showFade(i) { return this.isOpen(i) && this.overflows[i] && !this.atEnd[i]; },\n         syncDesc(i) {\n             const el = this.$refs['desc' + i];\n             if (!el || this.openIndex !== i) return;\n             this.overflows = { ...this.overflows, [i]: el.scrollHeight > el.clientHeight + 2 };\n             this.atEnd = { ...this.atEnd, [i]: el.scrollTop + el.clientHeight >= el.scrollHeight - 2 };\n         },\n         scheduleSync(i) {\n             this.$nextTick(() => this.syncDesc(i));\n             clearTimeout(this.syncTimer);\n             this.syncTimer = setTimeout(() => this.syncDesc(i), 520);\n         },\n         onPanelTransitionEnd(i, event) {\n             if (event.propertyName !== 'max-height') return;\n             this.syncDesc(i);\n         },\n         init() {\n             const self = this;\n             const mql = window.matchMedia('(min-width: 769px)');\n             mql.addEventListener('change', function(e) { self.isDesktop = e.matches; if (!e.matches) self.openIndex = null; else { self.openIndex = 0; self.scheduleSync(0); } });\n             window.addEventListener('resize', function() { if (self.openIndex !== null) self.syncDesc(self.openIndex); });\n             this.$nextTick(() => { if (this.openIndex !== null) this.scheduleSync(this.openIndex); });\n         }\n     }\">\n\n    <div class=\"flex flex-col gap-16 items-start w-full\">\n\n                    <div class=\"flex flex-col gap-3 w-full\">\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(0)\"\n                         aria-label=\"Toggle Basic Deed\"\n                         @mouseenter=\"if (isDesktop) setOpen(0)\"\n                         @click=\"if (!isDesktop) toggle(0)\"\n                         @keydown.enter.prevent=\"toggle(0)\"\n                         @keydown.space.prevent=\"toggle(0)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    1                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Basic Deed                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(0)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(0, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc0\"\n                                                     @scroll=\"syncDesc(0)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        The basic deed is the official document that legally establishes the co-ownership. It describes the private and common parts. The shares of each owner are also included.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(0) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                                                    <div class=\"basis-full xs:basis-auto w-full xs:w-auto xs:shrink-0 transition-all duration-500 ease-in-out\"\n                                         :class=\"isOpen(0)\n                                             ? 'opacity-100 scale-100'\n                                             : 'opacity-0 scale-75 pointer-events-none max-xs:hidden'\"\n                                         @click.stop>\n                                        <a href=\"https:\/\/parte.be\/en\/blog\/syndicus\/what-is-a-basic-deed\/\"\n                                           target=\"_self\"\n                                           rel=\"\"\n                                           title=\"What is a basic deed\"\n                                           class=\"btn btn-accent w-full xs:w-12 xs:h-12 xs:min-w-12 xs:min-h-12 xs:p-0 xs:px-0 xs:py-0 gap-2\"\n                                           aria-label=\"What is a basic deed\">\n                                            <span class=\"xs:hidden whitespace-nowrap\">What is a basic deed<\/span>\n                                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"w-6 h-6\" role=\"img\">\n<path d=\"M17 8.05375L6.08075 18.973C5.94225 19.1115 5.76825 19.1823 5.55875 19.1855C5.34909 19.1887 5.17184 19.1178 5.027 18.973C4.88217 18.8282 4.80975 18.6526 4.80975 18.4462C4.80975 18.2397 4.88217 18.0641 5.027 17.9193L15.9463 7H9.75C9.5375 7 9.35934 6.92808 9.2155 6.78425C9.07184 6.64042 9 6.46225 9 6.24975C9 6.03708 9.07184 5.859 9.2155 5.7155C9.35934 5.57183 9.5375 5.5 9.75 5.5H17.596C17.8522 5.5 18.0668 5.58667 18.24 5.76C18.4133 5.93317 18.5 6.14783 18.5 6.404V14.25C18.5 14.4625 18.4281 14.6407 18.2843 14.7845C18.1404 14.9282 17.9623 15 17.7498 15C17.5371 15 17.359 14.9282 17.2155 14.7845C17.0718 14.6407 17 14.4625 17 14.25V8.05375Z\" fill=\"currentColor\"\/>\n<title>north_east<\/title><\/svg>\n                                        <\/a>\n                                    <\/div>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(1)\"\n                         aria-label=\"Toggle Co-ownership Regulations\"\n                         @mouseenter=\"if (isDesktop) setOpen(1)\"\n                         @click=\"if (!isDesktop) toggle(1)\"\n                         @keydown.enter.prevent=\"toggle(1)\"\n                         @keydown.space.prevent=\"toggle(1)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    2                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Co-ownership Regulations                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(1)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(1, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc1\"\n                                                     @scroll=\"syncDesc(1)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        The Co-ownership Regulations contain the legal rules for the management of the co-ownership. It describes the rights and obligations of all owners. This document is part of the basic deed.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(1) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                                                    <div class=\"basis-full xs:basis-auto w-full xs:w-auto xs:shrink-0 transition-all duration-500 ease-in-out\"\n                                         :class=\"isOpen(1)\n                                             ? 'opacity-100 scale-100'\n                                             : 'opacity-0 scale-75 pointer-events-none max-xs:hidden'\"\n                                         @click.stop>\n                                        <a href=\"https:\/\/parte.be\/en\/blog\/syndicus\/what-are-the-co-ownership-regulations\/\"\n                                           target=\"_self\"\n                                           rel=\"\"\n                                           title=\"What is a co-ownership regulation\"\n                                           class=\"btn btn-accent w-full xs:w-12 xs:h-12 xs:min-w-12 xs:min-h-12 xs:p-0 xs:px-0 xs:py-0 gap-2\"\n                                           aria-label=\"What is a co-ownership regulation\">\n                                            <span class=\"xs:hidden whitespace-nowrap\">What is a co-ownership regulation<\/span>\n                                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"w-6 h-6\" role=\"img\">\n<path d=\"M17 8.05375L6.08075 18.973C5.94225 19.1115 5.76825 19.1823 5.55875 19.1855C5.34909 19.1887 5.17184 19.1178 5.027 18.973C4.88217 18.8282 4.80975 18.6526 4.80975 18.4462C4.80975 18.2397 4.88217 18.0641 5.027 17.9193L15.9463 7H9.75C9.5375 7 9.35934 6.92808 9.2155 6.78425C9.07184 6.64042 9 6.46225 9 6.24975C9 6.03708 9.07184 5.859 9.2155 5.7155C9.35934 5.57183 9.5375 5.5 9.75 5.5H17.596C17.8522 5.5 18.0668 5.58667 18.24 5.76C18.4133 5.93317 18.5 6.14783 18.5 6.404V14.25C18.5 14.4625 18.4281 14.6407 18.2843 14.7845C18.1404 14.9282 17.9623 15 17.7498 15C17.5371 15 17.359 14.9282 17.2155 14.7845C17.0718 14.6407 17 14.4625 17 14.25V8.05375Z\" fill=\"currentColor\"\/>\n<title>north_east<\/title><\/svg>\n                                        <\/a>\n                                    <\/div>\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(2)\"\n                         aria-label=\"Toggle Internal Rules (RIO)\"\n                         @mouseenter=\"if (isDesktop) setOpen(2)\"\n                         @click=\"if (!isDesktop) toggle(2)\"\n                         @keydown.enter.prevent=\"toggle(2)\"\n                         @keydown.space.prevent=\"toggle(2)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    3                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Internal Rules (RIO)                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(2)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(2, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc2\"\n                                                     @scroll=\"syncDesc(2)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        The Internal Rules contain practical agreements regarding daily life in the building. This includes rules on noise nuisance, pets, or the use of common areas. It can be adjusted by the General Meeting.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(2) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(3)\"\n                         aria-label=\"Toggle House Rules\"\n                         @mouseenter=\"if (isDesktop) setOpen(3)\"\n                         @click=\"if (!isDesktop) toggle(3)\"\n                         @keydown.enter.prevent=\"toggle(3)\"\n                         @keydown.space.prevent=\"toggle(3)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    4                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        House Rules                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(3)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(3, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc3\"\n                                                     @scroll=\"syncDesc(3)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        The house rules contain agreements that promote pleasant communal living. It provides clear guidelines for residents and visitors. Everyone in the building is expected to comply with these rules.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(3) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(4)\"\n                         aria-label=\"Toggle Co-ownership Act\"\n                         @mouseenter=\"if (isDesktop) setOpen(4)\"\n                         @click=\"if (!isDesktop) toggle(4)\"\n                         @keydown.enter.prevent=\"toggle(4)\"\n                         @keydown.space.prevent=\"toggle(4)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    5                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Co-ownership Act                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(4)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(4, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc4\"\n                                                     @scroll=\"syncDesc(4)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        The co-ownership act determines how apartment buildings are legally managed. It describes the rights and obligations of co-owners, the Property Manager, and the Owners Association. All decisions must be in accordance with this law.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(4) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(5)\"\n                         aria-label=\"Toggle Justice of the Peace\"\n                         @mouseenter=\"if (isDesktop) setOpen(5)\"\n                         @click=\"if (!isDesktop) toggle(5)\"\n                         @keydown.enter.prevent=\"toggle(5)\"\n                         @keydown.space.prevent=\"toggle(5)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    6                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Justice of the Peace                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(5)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(5, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc5\"\n                                                     @scroll=\"syncDesc(5)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        The justice of the peace handles disputes between co-owners, the Property Manager, or the Owners Association. When a conflict cannot be resolved mutually, the justice of the peace can make a binding decision. He is competent for most disputes concerning co-ownership.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(5) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(6)\"\n                         aria-label=\"Toggle Proxy holder\"\n                         @mouseenter=\"if (isDesktop) setOpen(6)\"\n                         @click=\"if (!isDesktop) toggle(6)\"\n                         @keydown.enter.prevent=\"toggle(6)\"\n                         @keydown.space.prevent=\"toggle(6)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    7                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Proxy holder                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(6)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(6, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc6\"\n                                                     @scroll=\"syncDesc(6)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        A proxy holder acts on behalf of another person based on a mandate. This can happen, for example, when someone represents an owner in certain actions. The powers are limited to what is established in the mandate.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(6) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n            <\/div>\n<\/div>\n\n<div style=\"height:74px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"has-custom-width wp-block-button__width-25 is-style-fill\"><a href=\"https:\/\/parte.be\/en\/be-part-of-parte\/\" title=\"Woordenlijst Syndicus\" class=\"btn btn-primary btn-lg\" aria-label=\"Woordenlijst Syndicus\">Property Manager Glossary<\/a><\/div>\n\n\n\n<div class=\"has-custom-width wp-block-button__width-25 is-style-fill\"><a href=\"https:\/\/parte.be\/en\/life-in-an-association-of-co-owners\/\" title=\"Extending Your Home\" class=\"btn btn-accent btn-lg\" aria-label=\"Extending Your Home\">Extending Your Home<\/a><\/div>\n<\/div>\n\n<div class=\"figure-img\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Every co-ownership is based on a number of important legal documents and statutory rules. Think of the Basic Deed, the Co-ownership Regulations, the Internal Rules, and the Co-ownership Act. On this page, you will discover exactly what these documents entail and which rights and obligations they establish for owners and the Property Manager.<\/p>\n","protected":false},"author":2,"featured_media":7370,"parent":4093,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_hide_title_visually":false,"_page_title_icon_enabled":false,"_page_title_icon":"","_page_title_text_before":"","_page_title_text_after":"","_page_title_curved_background":false,"_page_title_subtitle":"","_page_title_align":"","_page_title_colored_character":".","footnotes":""},"class_list":["post-7261","page","type-page","status-publish","has-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Legal documents &amp; legislation - Join Parte<\/title>\n<meta name=\"description\" content=\"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the basic deed,\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Legal documents &amp; legislation\" \/>\n<meta property=\"og:description\" content=\"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the Basic Deed, the Co-ownership Regulations, the Internal Rules, and the Co-ownership Act.\" \/>\n<meta property=\"og:url\" content=\"\/\" \/>\n<meta property=\"og:site_name\" content=\"Parte\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61588540446017\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-14T09:24:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Legal documents &amp; legislation\" \/>\n<meta name=\"twitter:description\" content=\"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the Basic Deed, the Co-ownership Regulations, the Internal Rules, and the Co-ownership Act.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/\",\n\t            \"url\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/\",\n\t            \"name\": \"Parte\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/08\\\/ChatGPT-Image-12-aug-2026-09_53_34.jpg\",\n\t            \"datePublished\": \"2026-08-14T08:17:05+00:00\",\n\t            \"dateModified\": \"2026-08-14T09:24:20+00:00\",\n\t            \"description\": \"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the basic deed,\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/08\\\/ChatGPT-Image-12-aug-2026-09_53_34.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/08\\\/ChatGPT-Image-12-aug-2026-09_53_34.jpg\",\n\t            \"width\": 1537,\n\t            \"height\": 1023,\n\t            \"caption\": \"Property Manager building management\",\n\t            \"name\": \"Parte\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/legal-documents-legislation\\\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\\\/\\\/parte.be\\\/en\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Property Manager &#038; Co-ownership\",\n\t                    \"item\": \"https:\\\/\\\/parte.be\\\/en\\\/be-part-of-parte\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 3,\n\t                    \"name\": \"Legal documents &#038; legislation\"\n\t                }\n\t            ],\n\t            \"name\": \"Breadcrumbs\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/#organization\",\n\t            \"name\": \"Deel\",\n\t            \"url\": \"https:\\\/\\\/parte.be\\\/en\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"url\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/cropped-favicon.png\",\n\t                \"contentUrl\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/cropped-favicon.png\",\n\t                \"name\": \"Parte logo\",\n\t                \"width\": 512,\n\t                \"height\": 512\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"sameAs\": [\n\t                \"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61588540446017\",\n\t                \"https:\\\/\\\/www.linkedin.com\\\/company\\\/parte-beheer\"\n\t            ],\n\t            \"address\": {\n\t                \"@type\": \"PostalAddress\",\n\t                \"streetAddress\": \"Jan van Gentstraat 7, bus 301\",\n\t                \"postalCode\": \"2000\",\n\t                \"addressLocality\": \"Antwerpen\",\n\t                \"addressCountry\": \"US\"\n\t            },\n\t            \"foundingLocation\": {\n\t                \"@type\": \"Place\",\n\t                \"address\": {\n\t                    \"@type\": \"PostalAddress\",\n\t                    \"addressCountry\": \"US\"\n\t                }\n\t            }\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Legal documents & legislation - Join Parte","description":"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the basic deed,","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/","og_locale":"en_US","og_type":"article","og_title":"Legal documents & legislation","og_description":"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the Basic Deed, the Co-ownership Regulations, the Internal Rules, and the Co-ownership Act.","og_url":"\/","og_site_name":"Parte","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61588540446017","article_modified_time":"2026-08-14T09:24:20+00:00","og_image":[{"url":"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Legal documents & legislation","twitter_description":"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the Basic Deed, the Co-ownership Regulations, the Internal Rules, and the Co-ownership Act.","twitter_image":"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/","url":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/","name":"Parte","isPartOf":{"@id":"https:\/\/parte.be\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/#primaryimage"},"image":{"@id":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/#primaryimage"},"thumbnailUrl":"https:\/\/parte.be\/app\/uploads\/2026\/08\/ChatGPT-Image-12-aug-2026-09_53_34.jpg","datePublished":"2026-08-14T08:17:05+00:00","dateModified":"2026-08-14T09:24:20+00:00","description":"Every co-ownership is based on a number of important legal documents and statutory rules. Think of the basic deed,","breadcrumb":{"@id":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/#primaryimage","url":"https:\/\/parte.be\/app\/uploads\/2026\/08\/ChatGPT-Image-12-aug-2026-09_53_34.jpg","contentUrl":"https:\/\/parte.be\/app\/uploads\/2026\/08\/ChatGPT-Image-12-aug-2026-09_53_34.jpg","width":1537,"height":1023,"caption":"Property Manager building management","name":"Parte"},{"@type":"BreadcrumbList","@id":"https:\/\/parte.be\/en\/be-part-of-parte\/legal-documents-legislation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/parte.be\/en\/"},{"@type":"ListItem","position":2,"name":"Property Manager &#038; Co-ownership","item":"https:\/\/parte.be\/en\/be-part-of-parte\/"},{"@type":"ListItem","position":3,"name":"Legal documents &#038; legislation"}],"name":"Breadcrumbs"},{"@type":"Organization","@id":"https:\/\/parte.be\/en\/#organization","name":"Deel","url":"https:\/\/parte.be\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/parte.be\/app\/uploads\/2026\/03\/cropped-favicon.png","contentUrl":"https:\/\/parte.be\/app\/uploads\/2026\/03\/cropped-favicon.png","name":"Parte logo","width":512,"height":512},"image":{"@id":"https:\/\/parte.be\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61588540446017","https:\/\/www.linkedin.com\/company\/parte-beheer"],"address":{"@type":"PostalAddress","streetAddress":"Jan van Gentstraat 7, bus 301","postalCode":"2000","addressLocality":"Antwerpen","addressCountry":"US"},"foundingLocation":{"@type":"Place","address":{"@type":"PostalAddress","addressCountry":"US"}}}]}},"_links":{"self":[{"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/pages\/7261","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/comments?post=7261"}],"version-history":[{"count":5,"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/pages\/7261\/revisions"}],"predecessor-version":[{"id":7379,"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/pages\/7261\/revisions\/7379"}],"up":[{"embeddable":true,"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/pages\/4093"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/media\/7370"}],"wp:attachment":[{"href":"https:\/\/parte.be\/en\/wp-json\/wp\/v2\/media?parent=7261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}