From 80a6a1f8fcfcc5c81552397e3328248e88bd3281 Mon Sep 17 00:00:00 2001 From: "rushikesh.padsala" <rushikesh.padsala@hft-stuttgart.de> Date: Sat, 9 Jan 2021 00:26:14 +0100 Subject: [PATCH] Updated FWEBuilding.xsd with new tags --- public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd | 27 +++------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd b/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd index 2ec7728..515b730 100644 --- a/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd +++ b/public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd @@ -6,8 +6,8 @@ <import namespace="http://www.opengis.net/citygml/building/2.0" schemaLocation="http://schemas.opengis.net/citygml/building/2.0/building.xsd"/> <import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> <!--XML Schema document created by ShapeChange - http://shapechange.net/--> - <element name="BuildingSurvey" substitutionGroup="gml:_Feature" type="FWEB:BuildingSurveyType"/> - <complexType name="BuildingSurveyType"> + <element abstract="true" name="BuildingSurvey" substitutionGroup="gml:_Feature" type="FWEB:BuildingSurveyType"/> + <complexType abstract="true" name="BuildingSurveyType"> <complexContent> <extension base="gml:AbstractFeatureType"> <sequence> @@ -15,27 +15,6 @@ <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="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="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="consistsOf" type="FWEB:EnergySurveyPropertyType"> - <annotation> - <appinfo> - <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> - </appinfo> - </annotation> - </element> </sequence> </extension> </complexContent> @@ -150,5 +129,5 @@ </appinfo> </annotation> </element> - <element name="buildingSurvey" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding" type="FWEB:BuildingSurveyPropertyType"/> + <element name="consistsOfBuildingSurvey" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding" type="FWEB:BuildingSurveyPropertyType"/> </schema> -- GitLab