From bb47e445c7ca9b120866d071f8354e965d75d011 Mon Sep 17 00:00:00 2001 From: Jens Stalder Date: Fri, 13 Nov 2020 15:14:26 +0100 Subject: [PATCH] rentalIncomeNet and rentalIncomeNetMaxPotential --- docs/Characteristics.md | 2 ++ schema/schema.xsd | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/Characteristics.md b/docs/Characteristics.md index c7c7723..a732248 100644 --- a/docs/Characteristics.md +++ b/docs/Characteristics.md @@ -142,3 +142,5 @@ volumeSiaAvv | Volume SIA-AVV in m³ | positiveDecimal volumeSiaGv | Volume SIA-GV in m³ | positiveDecimal yearBuilt | Year of construction, in four digits. | year yearLastRenovated | Year of last renovation, in four digits. | year +rentalIncomeNet | Current annual income excluding extra costs. | positiveInteger +rentalIncomeNetMaxPotential | Max potential annual rental income if completely rented out excluding extra costs. | positiveInteger \ No newline at end of file diff --git a/schema/schema.xsd b/schema/schema.xsd index 80695a3..8e334d2 100644 --- a/schema/schema.xsd +++ b/schema/schema.xsd @@ -669,6 +669,16 @@ Year of last renovation, in four digits. + + + Current annual income excluding extra costs. + + + + + Max potential annual rental income if completely rented out excluding extra costs. + +