Commit 8d1c88c2 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Updated FWEBuilding.xsd with new tags

parent b96df89b
Pipeline #1740 passed with stage
in 3 seconds
...@@ -15,18 +15,6 @@ ...@@ -15,18 +15,6 @@
<element maxOccurs="unbounded" minOccurs="0" name="surveyYearVersion" type="double"/> <element maxOccurs="unbounded" minOccurs="0" name="surveyYearVersion" type="double"/>
<element maxOccurs="unbounded" minOccurs="0" name="surveyDescription" type="string"/> <element maxOccurs="unbounded" minOccurs="0" name="surveyDescription" type="string"/>
<element minOccurs="0" name="population" type="integer"/> <element minOccurs="0" name="population" type="integer"/>
<element maxOccurs="unbounded" minOccurs="0" name="foodSurveyProperties">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="FWEB:FoodSurvey"/>
</sequence>
</complexType>
</element>
<element minOccurs="0" name="waterSurveyProperty"> <element minOccurs="0" name="waterSurveyProperty">
<annotation> <annotation>
<appinfo> <appinfo>
...@@ -39,18 +27,6 @@ ...@@ -39,18 +27,6 @@
</sequence> </sequence>
</complexType> </complexType>
</element> </element>
<element minOccurs="0" name="energySurveyProperty">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="FWEB:EnergySurvey"/>
</sequence>
</complexType>
</element>
</sequence> </sequence>
</extension> </extension>
</complexContent> </complexContent>
...@@ -84,10 +60,10 @@ ...@@ -84,10 +60,10 @@
</sequence> </sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType> </complexType>
<element name="FoodSurvey" substitutionGroup="FWEB:BuildingSurvey" type="FWEB:FoodSurveyType"/> <element name="FoodSurvey" substitutionGroup="gml:_Feature" type="FWEB:FoodSurveyType"/>
<complexType name="FoodSurveyType"> <complexType name="FoodSurveyType">
<complexContent> <complexContent>
<extension base="FWEB:BuildingSurveyType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element maxOccurs="unbounded" minOccurs="0" name="foodCategory" type="gml:CodeType"/> <element maxOccurs="unbounded" minOccurs="0" name="foodCategory" type="gml:CodeType"/>
<element minOccurs="0" name="foodDemand" type="double"/> <element minOccurs="0" name="foodDemand" type="double"/>
...@@ -166,11 +142,6 @@ ...@@ -166,11 +142,6 @@
</annotation> </annotation>
</element> </element>
<element name="buildingSurveyProperties" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding"> <element name="buildingSurveyProperties" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo>
</annotation>
<complexType> <complexType>
<sequence> <sequence>
<element ref="FWEB:BuildingSurvey"/> <element ref="FWEB:BuildingSurvey"/>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment