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
1 change: 1 addition & 0 deletions docs/Characteristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ 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
isVatOpted | A way to indicate whether a property is opted to tax or not. This information is relevant predominantly for the transaction of investment properties. | [applicable](#type-applicable)
1 change: 1 addition & 0 deletions examples/full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
<volumeSiaGv>123.45</volumeSiaGv>
<yearBuilt>2009</yearBuilt>
<yearLastRenovated>2019</yearLastRenovated>
<isVatOpted>applies</isVatOpted>
</characteristics>
<created>2012-12-13T12:12:12</created>
<development>full</development>
Expand Down
5 changes: 5 additions & 0 deletions schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,11 @@
<xs:documentation>Year of last renovation, in four digits.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="isVatOpted" type="applicable" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>A way to indicate whether a property is opted to tax or not. This information is relevant predominantly for the transaction of investment properties.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="person">
Expand Down