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

Updated FWEBuilding.xsd with new tags

parent b96df89b
......@@ -15,18 +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="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">
<annotation>
<appinfo>
......@@ -39,18 +27,6 @@
</sequence>
</complexType>
</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>
</extension>
</complexContent>
......@@ -84,10 +60,10 @@
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
<element name="FoodSurvey" substitutionGroup="FWEB:BuildingSurvey" type="FWEB:FoodSurveyType"/>
<element name="FoodSurvey" substitutionGroup="gml:_Feature" type="FWEB:FoodSurveyType"/>
<complexType name="FoodSurveyType">
<complexContent>
<extension base="FWEB:BuildingSurveyType">
<extension base="gml:AbstractFeatureType">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="foodCategory" type="gml:CodeType"/>
<element minOccurs="0" name="foodDemand" type="double"/>
......@@ -166,11 +142,6 @@
</annotation>
</element>
<element name="buildingSurveyProperties" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo>
</annotation>
<complexType>
<sequence>
<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