From 5884448a6354bbf8f6e144eb24aa0daf33356674 Mon Sep 17 00:00:00 2001 From: "rushikesh.padsala" <rushikesh.padsala@hft-stuttgart.de> Date: Fri, 8 Jan 2021 23:30:37 +0100 Subject: [PATCH] Updated FWEBuilding.xsd with new tags --- public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd b/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd index 9443855..2ec7728 100644 --- a/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd +++ b/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd @@ -15,21 +15,21 @@ <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 maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEB:FoodSurveyPropertyType"> + <element maxOccurs="unbounded" minOccurs="0" name="consistsOf" type="FWEB:FoodSurveyPropertyType"> <annotation> <appinfo> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> </appinfo> </annotation> </element> - <element minOccurs="0" name="waterSurvey" type="FWEB:WaterSurveyPropertyType"> + <element minOccurs="0" name="consistsOf" type="FWEB:WaterSurveyPropertyType"> <annotation> <appinfo> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> </appinfo> </annotation> </element> - <element minOccurs="0" name="energySurvey" type="FWEB:EnergySurveyPropertyType"> + <element minOccurs="0" name="consistsOf" type="FWEB:EnergySurveyPropertyType"> <annotation> <appinfo> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> -- GitLab