From 8bb0995fb82228c747baf4ad02facec80cc84152 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Sat, 9 Jan 2021 13:33:03 +0000
Subject: [PATCH] Update FWEBuilding.xsd

---
 public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd b/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd
index f993147..c40517e 100644
--- a/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd
+++ b/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd
@@ -14,7 +14,7 @@
           <element minOccurs="0" name="surveyYear" type="integer"/>
           <element maxOccurs="unbounded" minOccurs="0" name="surveyYearVersion" type="double"/>
           <element maxOccurs="unbounded" minOccurs="0" name="surveyDescription" type="string"/>
-          <element minOccurs="0" name="population" type="integer"/>
+          <element minOccurs="0" name="population" type="positiveInteger"/>
           <element minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/>
           <element minOccurs="0" name="totalFloorArea" type="gml:AreaType"/>
           <element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEB:FoodSurveyPropertyType">
-- 
GitLab