Skip to content

Commit

Permalink
Merge pull request #80 from rtack/patch-1
Browse files Browse the repository at this point in the history
typo: Wheter --> Whether in documention
  • Loading branch information
jaggli authored Jun 5, 2019
2 parents b017b3d + 211a4d7 commit 1197fd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</xs:element>
<xs:element name="hasFlatSharingCommunity" type="xs:boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Wheter or not there is a residential community, sharing the living space.</xs:documentation>
<xs:documentation>Whether or not there is a residential community, sharing the living space.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="hasForeignQuota" type="xs:boolean" minOccurs="0" maxOccurs="1">
Expand Down Expand Up @@ -252,7 +252,7 @@
</xs:element>
<xs:element name="isCornerHouse" type="xs:boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>A house situatet on the corner of two streets.</xs:documentation>
<xs:documentation>A house situated on the corner of two streets.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="isDemolitionProperty" type="xs:boolean" minOccurs="0" maxOccurs="1">
Expand Down Expand Up @@ -372,7 +372,7 @@
</xs:element>
<xs:element name="isWheelchairAccessible" type="xs:boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>All aspects are accessible for wheelchail users.</xs:documentation>
<xs:documentation>All aspects are accessible for wheelchair users.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="onEvenGround" type="xs:boolean" minOccurs="0" maxOccurs="1">
Expand Down Expand Up @@ -543,7 +543,7 @@
</xs:element>
<xs:element name="floorLoad" type="xs:decimal" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Maxumum floor load in kg/m²</xs:documentation>
<xs:documentation>Maximum floor load in kg/m²</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="grossPremium" type="percent" minOccurs="0" maxOccurs="1">
Expand Down

0 comments on commit 1197fd0

Please sign in to comment.