Commit b2d28b00 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Updated FWEBuilding.xsd with new tags

parent 385bd9e7
...@@ -15,41 +15,26 @@ ...@@ -15,41 +15,26 @@
<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"> <element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEB:FoodSurveyPropertyType">
<annotation> <annotation>
<appinfo> <appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo> </appinfo>
</annotation> </annotation>
<complexType>
<sequence>
<element ref="FWEB:FoodSurvey"/>
</sequence>
</complexType>
</element> </element>
<element minOccurs="0" name="waterSurveyProperty"> <element minOccurs="0" name="waterSurvey" type="FWEB:WaterSurveyPropertyType">
<annotation> <annotation>
<appinfo> <appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo> </appinfo>
</annotation> </annotation>
<complexType>
<sequence>
<element ref="FWEB:WaterSurvey"/>
</sequence>
</complexType>
</element> </element>
<element minOccurs="0" name="energySurveyProperty"> <element minOccurs="0" name="energySurvey" type="FWEB:EnergySurveyPropertyType">
<annotation> <annotation>
<appinfo> <appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo> </appinfo>
</annotation> </annotation>
<complexType>
<sequence>
<element ref="FWEB:EnergySurvey"/>
</sequence>
</complexType>
</element> </element>
</sequence> </sequence>
</extension> </extension>
...@@ -61,10 +46,10 @@ ...@@ -61,10 +46,10 @@
</sequence> </sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType> </complexType>
<element name="EnergySurvey" substitutionGroup="FWEB:BuildingSurvey" type="FWEB:EnergySurveyType"/> <element name="EnergySurvey" substitutionGroup="gml:_Feature" type="FWEB:EnergySurveyType"/>
<complexType name="EnergySurveyType"> <complexType name="EnergySurveyType">
<complexContent> <complexContent>
<extension base="FWEB:BuildingSurveyType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element minOccurs="0" name="spaceHeatingDemand" type="double"/> <element minOccurs="0" name="spaceHeatingDemand" type="double"/>
<element minOccurs="0" name="spaceHeatingDemandUnit" type="string"/> <element minOccurs="0" name="spaceHeatingDemandUnit" type="string"/>
...@@ -84,10 +69,10 @@ ...@@ -84,10 +69,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"/>
...@@ -110,10 +95,10 @@ ...@@ -110,10 +95,10 @@
</sequence> </sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType> </complexType>
<element name="WaterSurvey" substitutionGroup="FWEB:BuildingSurvey" type="FWEB:WaterSurveyType"/> <element name="WaterSurvey" substitutionGroup="gml:_Feature" type="FWEB:WaterSurveyType"/>
<complexType name="WaterSurveyType"> <complexType name="WaterSurveyType">
<complexContent> <complexContent>
<extension base="FWEB:BuildingSurveyType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element minOccurs="0" name="domesticWaterDemand" type="double"/> <element minOccurs="0" name="domesticWaterDemand" type="double"/>
<element minOccurs="0" name="domesticWaterDemandUnit" type="string"/> <element minOccurs="0" name="domesticWaterDemandUnit" type="string"/>
...@@ -165,6 +150,5 @@ ...@@ -165,6 +150,5 @@
</appinfo> </appinfo>
</annotation> </annotation>
</element> </element>
<element name="buildingSurveyProperties" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding" <element name="buildingSurvey" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding" type="FWEB:BuildingSurveyPropertyType"/>
type="FWEB:BuildingSurveyPropertyType"/>
</schema> </schema>
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