Skip to content

Commit 1642da0

Browse files
add new categories, minergie certifications and characteristics
1 parent 3f12e76 commit 1642da0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

schema/schema.xsd

+12-1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@
339339
<xs:documentation>Availability of an elevator.</xs:documentation>
340340
</xs:annotation>
341341
</xs:element>
342+
<xs:element name="hasEvChargingStation" type="applicable" minOccurs="0" maxOccurs="1" />
343+
<xs:element name="hasFiberOptics" type="applicable" minOccurs="0" maxOccurs="1" />
342344
<xs:element name="hasFireplace" type="applicable" minOccurs="0" maxOccurs="1">
343345
<xs:annotation>
344346
<xs:documentation>Includes a framed opening to hold an open fire, indoors.</xs:documentation>
@@ -389,6 +391,7 @@
389391
<xs:documentation>Direct visibility of mountains.</xs:documentation>
390392
</xs:annotation>
391393
</xs:element>
394+
<xs:element name="hasMultimediaWiring" type="applicable" minOccurs="0" maxOccurs="1" />
392395
<xs:element name="hasNiceView" type="applicable" minOccurs="0" maxOccurs="1">
393396
<xs:annotation>
394397
<xs:documentation>Has a lovely view, usually from the balcony or the living room.</xs:documentation>
@@ -589,6 +592,7 @@
589592
<xs:documentation>Sunny surroundings, nor trees, mountains or other buildings do shadow.</xs:documentation>
590593
</xs:annotation>
591594
</xs:element>
595+
<xs:element name="isTemporaryUse" type="applicable" minOccurs="0" maxOccurs="1" />
592596
<xs:element name="isUnderRoof" type="applicable" minOccurs="0" maxOccurs="1">
593597
<xs:annotation>
594598
<xs:documentation>Mainly used for parking slots.</xs:documentation>
@@ -935,6 +939,7 @@
935939
<xs:documentation>The distinct object type name or object built type.</xs:documentation>
936940
</xs:annotation>
937941
<xs:restriction base="xs:string">
942+
<xs:enumeration value="advertising-area" />
938943
<xs:enumeration value="agricultural-lot" />
939944
<xs:enumeration value="allotment-garden" />
940945
<xs:enumeration value="apartment">
@@ -1135,6 +1140,7 @@
11351140
<xs:enumeration value="sanatorium" />
11361141
<xs:enumeration value="sauna" />
11371142
<xs:enumeration value="shopping-center" />
1143+
<xs:enumeration value="single-garage" />
11381144
<xs:enumeration value="single-room">
11391145
<xs:annotation>
11401146
<xs:documentation>single-room - A single room, typically for rent, does not necessarily include an own bathroom or kitchen, not to be confused with the 'one-room-flat' category.</xs:documentation>
@@ -1937,8 +1943,13 @@
19371943
<xs:simpleType>
19381944
<xs:restriction base="xs:string">
19391945
<xs:enumeration value="Minergie" />
1940-
<xs:enumeration value="Minergie-P" />
1946+
<xs:enumeration value="Minergie-A" />
1947+
<xs:enumeration value="Minergie-A-Eco" />
1948+
<xs:enumeration value="Minergie-Areal" />
19411949
<xs:enumeration value="Minergie-Eco" />
1950+
<xs:enumeration value="Minergie-Mqs-Bau" />
1951+
<xs:enumeration value="Minergie-Mqs-Betrieb" />
1952+
<xs:enumeration value="Minergie-P" />
19421953
<xs:enumeration value="Minergie-P-Eco" />
19431954
</xs:restriction>
19441955
</xs:simpleType>

0 commit comments

Comments
 (0)