Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Characteristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,16 @@
<xs:documentation>Year of last renovation, in four digits.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="rentalIncomeNet" type="xs:positiveInteger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Current annual income excluding extra costs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="rentalIncomeNetMaxPotential" type="xs:positiveInteger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Max potential annual rental income if completely rented out excluding extra costs.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="person">
Expand Down