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 @@ -120,6 +120,7 @@ isUnderRoof | Mainly used for parking slots. | [applicable](#type-applicable)
isWellTended | Properly looked after. | [applicable](#type-applicable)
isWheelchairAccessible | All aspects are accessible for wheelchair users. | [applicable](#type-applicable)
numberOfApartements | Number of apartements contained. | positiveInteger
numberOfCommercialUnits | Indicates the number of commercial units (i.e. needed for investment properties) for a single listing/publication. | positiveInteger
numberOfBathrooms | Number of bathrooms. | positiveInteger
numberOfFloors | Total amount of floors. | positiveInteger
numberOfParcels | Number of parcels. | positiveInteger
Expand Down
5 changes: 5 additions & 0 deletions schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,11 @@
<xs:documentation>Number of apartements contained.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numberOfCommercialUnits" type="xs:positiveInteger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicates the number of commercial units (i.e. needed for investment properties) for a single listing/publication.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="numberOfBathrooms" type="xs:positiveInteger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Number of bathrooms.</xs:documentation>
Expand Down