Commit 0c730f52 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Updated tags for all XSDs

parent 8bb0995f
Pipeline #1752 passed with stage
in 3 seconds
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:FWEA="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD" xmlns:FWEL="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD" xmlns:core="http://www.opengis.net/citygml/2.0" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" targetNamespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD" version="2.1"> <?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:FWEA="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD" xmlns:FWEL="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD" xmlns:core="http://www.opengis.net/citygml/2.0" xmlns:gml="http://www.opengis.net/gml" xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo" elementFormDefault="qualified" targetNamespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD" version="2.1">
<annotation> <annotation>
<documentation>This introduces a new city object "FWEArea" as a part of the CityGML FWE ADE developed in the IN-SOURCE project.</documentation> <documentation>This introduces a new city object "FWEArea" as a part of the CityGML FWE ADE developed in the IN-SOURCE project.</documentation>
</annotation> </annotation>
<import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD"/> <import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD"/>
<import namespace="http://www.interactive-instruments.de/ShapeChange/AppInfo" schemaLocation="http://shapechange.net/resources/schema/ShapeChangeAppinfo.xsd"/>
<import namespace="http://www.opengis.net/citygml/2.0" schemaLocation="http://schemas.opengis.net/citygml/2.0/cityGMLBase.xsd"/> <import namespace="http://www.opengis.net/citygml/2.0" schemaLocation="http://schemas.opengis.net/citygml/2.0/cityGMLBase.xsd"/>
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.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/--> <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
...@@ -11,36 +12,37 @@ ...@@ -11,36 +12,37 @@
<complexContent> <complexContent>
<extension base="gml:AbstractFeatureType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element minOccurs="0" name="surveyYear" type="integer"/> <element maxOccurs="unbounded" minOccurs="0" name="surveyYear" type="integer"/>
<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 minOccurs="0" name="buildingFootrpintArea" type="gml:AreaType"/> <element minOccurs="0" name="buildingFootrpintArea" type="gml:AreaType"/>
<element minOccurs="0" name="settlementArea" type="gml:AreaType"/> <element minOccurs="0" name="settlementArea" type="gml:AreaType"/>
<element minOccurs="0" name="openPlotArea" type="gml:AreaType"/> <element minOccurs="0" name="openPlotArea" type="gml:AreaType"/>
<element minOccurs="0" name="surfaceArea" type="gml:AreaType"/>
<element minOccurs="0" name="trafficArea" type="gml:AreaType"/> <element minOccurs="0" name="trafficArea" type="gml:AreaType"/>
<element minOccurs="0" name="vegetationArea" type="gml:AreaType"/> <element minOccurs="0" name="vegetationArea" type="gml:AreaType"/>
<element minOccurs="0" name="waterBodyArea" type="gml:AreaType"/> <element minOccurs="0" name="waterBodyArea" type="gml:AreaType"/>
<element maxOccurs="unbounded" minOccurs="0" name="foodSurveyProperties"> <element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEA:FoodSurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWEA:FoodSurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
<element minOccurs="0" name="energySurveyProperty"> <element maxOccurs="unbounded" minOccurs="0" name="waterSurvey" type="FWEA:WaterSurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWEA:EnergySurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
<element minOccurs="0" name="waterSurveyProperty"> <element maxOccurs="unbounded" minOccurs="0" name="energySurvey" type="FWEA:EnergySurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWEA:WaterSurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
</sequence> </sequence>
</extension> </extension>
...@@ -81,22 +83,33 @@ ...@@ -81,22 +83,33 @@
</sequence> </sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType> </complexType>
<element name="FWEArea" substitutionGroup="core:_CityObject" type="FWEA:FWEAreaType"/> <element name="FWEArea" substitutionGroup="core:_CityObject" type="FWEA:FWEAreaType">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="topLevel">true</taggedValue>
</appinfo>
</annotation>
</element>
<complexType name="FWEAreaType"> <complexType name="FWEAreaType">
<complexContent> <complexContent>
<extension base="core:AbstractCityObjectType"> <extension base="core:_CityObjectType">
<sequence> <sequence>
<element minOccurs="0" name="surfaceArea" type="gml:AreaType"/> <element minOccurs="0" name="fweAreaName" type="string">
<element minOccurs="0" name="fweAreaName" type="string"/> <annotation>
<element minOccurs="0" name="fweSystemName" type="string"/> <appinfo>
<element minOccurs="0" name="lod0MultiSurface" type="gml:MultiSurfacePropertyType"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="maxOccurs">1</taggedValue>
<element maxOccurs="unbounded" minOccurs="0" name="areaSurveyProperties"> </appinfo>
<complexType> </annotation>
<sequence>
<element ref="FWEA:AreaSurvey"/>
</sequence>
</complexType>
</element> </element>
<element minOccurs="0" name="fweSystemName" type="string">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="maxOccurs">1</taggedValue>
</appinfo>
</annotation>
</element>
<element minOccurs="0" name="lod0MultiSurface" type="gml:MultiSurfacePropertyType"/>
<element maxOccurs="unbounded" minOccurs="0" name="consistsOfFWEsurvey" type="FWEA:AreaSurveyPropertyType"/>
</sequence> </sequence>
</extension> </extension>
</complexContent> </complexContent>
......
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
<complexContent> <complexContent>
<extension base="gml:AbstractFeatureType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element minOccurs="0" name="surveyYear" type="integer"/> <element maxOccurs="unbounded" minOccurs="0" name="surveyYear" type="integer"/>
<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="positiveInteger"/> <element minOccurs="0" name="occupants" type="integer"/>
<element minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/> <element minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/>
<element minOccurs="0" name="totalFloorArea" type="gml:AreaType"/> <element minOccurs="0" name="totalFloorArea" type="gml:AreaType"/>
<element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEB:FoodSurveyPropertyType"> <element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEB:FoodSurveyPropertyType">
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
</appinfo> </appinfo>
</annotation> </annotation>
</element> </element>
<element name="consistsOfBuildingSurveyTypes" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding" type="FWEB:BuildingSurveyPropertyType"> <element name="consistsOfFWEsurvey" substitutionGroup="bldg:_GenericApplicationPropertyOfAbstractBuilding" type="FWEB:BuildingSurveyPropertyType">
<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>
......
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:FWEB="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEBuilding/v2.1/XSD" xmlns:FWEL="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD" xmlns:gml="http://www.opengis.net/gml" xmlns:luse="http://www.opengis.net/citygml/landuse/2.0" elementFormDefault="qualified" targetNamespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD" version="2.1"> <?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:FWEB="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEBuilding/v2.1/XSD" xmlns:FWEL="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD" xmlns:gml="http://www.opengis.net/gml" xmlns:luse="http://www.opengis.net/citygml/landuse/2.0" xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo" elementFormDefault="qualified" targetNamespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWELanduse/v2.1/XSD" version="2.1">
<annotation> <annotation>
<documentation>This is the FWE ADE for CityGML landuse datasets developed in the IN-SOURCE project.</documentation> <documentation>This is the FWE ADE for CityGML landuse datasets developed in the IN-SOURCE project.</documentation>
</annotation> </annotation>
<import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEBuilding/v2.1/XSD"/> <import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEBuilding/v2.1/XSD"/>
<import namespace="http://www.interactive-instruments.de/ShapeChange/AppInfo" schemaLocation="http://shapechange.net/resources/schema/ShapeChangeAppinfo.xsd"/>
<import namespace="http://www.opengis.net/citygml/landuse/2.0" schemaLocation="http://schemas.opengis.net/citygml/landuse/2.0/landUse.xsd"/> <import namespace="http://www.opengis.net/citygml/landuse/2.0" schemaLocation="http://schemas.opengis.net/citygml/landuse/2.0/landUse.xsd"/>
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.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/--> <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
...@@ -74,46 +75,58 @@ ...@@ -74,46 +75,58 @@
</sequence> </sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType> </complexType>
<element name="surfaceArea" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="gml:AreaType"/> <element name="fweAreaName" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="string">
<element name="fweAreaName" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="string"/> <annotation>
<element name="fweSystemName" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="string"/> <appinfo>
<element name="landUseSurveyProperties" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse"> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="maxOccurs">1</taggedValue>
<complexType> </appinfo>
<sequence> </annotation>
<element ref="FWEL:LandUseSurvey"/> </element>
</sequence> <element name="fweSystemName" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="string">
</complexType> <annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="maxOccurs">1</taggedValue>
</appinfo>
</annotation>
</element>
<element name="consistsOfFWEsurvey" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="FWEL:LandUseSurveyPropertyType">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</appinfo>
</annotation>
</element> </element>
<element name="LandUseSurvey" substitutionGroup="gml:_Feature" type="FWEL:LandUseSurveyType"/> <element name="LandUseSurvey" substitutionGroup="gml:_Feature" type="FWEL:LandUseSurveyType"/>
<complexType name="LandUseSurveyType"> <complexType name="LandUseSurveyType">
<complexContent> <complexContent>
<extension base="gml:AbstractFeatureType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element minOccurs="0" name="surveyYear" type="integer"/> <element maxOccurs="unbounded" minOccurs="0" name="surveyYear" type="integer"/>
<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 minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/> <element minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/>
<element maxOccurs="unbounded" minOccurs="0" name="foodSurveyProperties"> <element minOccurs="0" name="surfaceArea" type="gml:AreaType"/>
<complexType> <element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWEL:FoodSurveyPropertyType">
<sequence> <annotation>
<element ref="FWEL:FoodSurvey"/> <appinfo>
</sequence> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</complexType> </appinfo>
</annotation>
</element> </element>
<element minOccurs="0" name="waterSurveyProperty"> <element maxOccurs="unbounded" minOccurs="0" name="waterSurvey" type="FWEL:WaterSurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWEL:WaterSurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
<element minOccurs="0" name="energySurveyProperty"> <element maxOccurs="unbounded" minOccurs="0" name="energySurvey" type="FWEL:EnergySurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWEL:EnergySurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
</sequence> </sequence>
</extension> </extension>
......
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:FWEA="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD" xmlns:FWES="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWESystem/v2.1/XSD" xmlns:core="http://www.opengis.net/citygml/2.0" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" targetNamespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWESystem/v2.1/XSD" version="2.1"> <?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:FWEA="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD" xmlns:FWES="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWESystem/v2.1/XSD" xmlns:core="http://www.opengis.net/citygml/2.0" xmlns:gml="http://www.opengis.net/gml" xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo" elementFormDefault="qualified" targetNamespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWESystem/v2.1/XSD" version="2.1">
<annotation> <annotation>
<documentation>This introduces a new city object "FWESystem" as a part of the CityGML FWE ADE developed in the IN-SOURCE project.</documentation> <documentation>This introduces a new city object "FWESystem" as a part of the CityGML FWE ADE developed in the IN-SOURCE project.</documentation>
</annotation> </annotation>
<import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD"/> <import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEArea/v2.1/XSD"/>
<import namespace="http://www.interactive-instruments.de/ShapeChange/AppInfo" schemaLocation="http://shapechange.net/resources/schema/ShapeChangeAppinfo.xsd"/>
<import namespace="http://www.opengis.net/citygml/2.0" schemaLocation="http://schemas.opengis.net/citygml/2.0/cityGMLBase.xsd"/> <import namespace="http://www.opengis.net/citygml/2.0" schemaLocation="http://schemas.opengis.net/citygml/2.0/cityGMLBase.xsd"/>
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.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/--> <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
...@@ -35,20 +36,31 @@ ...@@ -35,20 +36,31 @@
</sequence> </sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType> </complexType>
<element name="FWESystem" substitutionGroup="core:_CityObject" type="FWES:FWESystemType"/> <element name="FWESystem" substitutionGroup="core:_CityObject" type="FWES:FWESystemType">
<annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="topLevel">true</taggedValue>
</appinfo>
</annotation>
</element>
<complexType name="FWESystemType"> <complexType name="FWESystemType">
<complexContent> <complexContent>
<extension base="core:AbstractCityObjectType"> <extension base="core:_CityObjectType">
<sequence> <sequence>
<element minOccurs="0" name="surfaceArea" type="gml:AreaType"/> <element minOccurs="0" name="fweSystemName" type="string">
<element minOccurs="0" name="fweSystemName" type="string"/> <annotation>
<appinfo>
<taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="maxOccurs">1</taggedValue>
</appinfo>
</annotation>
</element>
<element minOccurs="0" name="lod0MultiSurface" type="gml:MultiSurfacePropertyType"/> <element minOccurs="0" name="lod0MultiSurface" type="gml:MultiSurfacePropertyType"/>
<element maxOccurs="unbounded" minOccurs="0" name="systemSurveyProperties"> <element maxOccurs="unbounded" minOccurs="0" name="consistsOfFWEsurvey" type="FWES:SystemSurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWES:SystemSurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
</sequence> </sequence>
</extension> </extension>
...@@ -93,36 +105,37 @@ ...@@ -93,36 +105,37 @@
<complexContent> <complexContent>
<extension base="gml:AbstractFeatureType"> <extension base="gml:AbstractFeatureType">
<sequence> <sequence>
<element minOccurs="0" name="surveyYear" type="integer"/> <element maxOccurs="unbounded" minOccurs="0" name="surveyYear" type="integer"/>
<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 minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/> <element minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/>
<element minOccurs="0" name="settlementArea" type="gml:AreaType"/> <element minOccurs="0" name="settlementArea" type="gml:AreaType"/>
<element minOccurs="0" name="openPlotArea" type="gml:AreaType"/> <element minOccurs="0" name="openPlotArea" type="gml:AreaType"/>
<element minOccurs="0" name="surfaceArea" type="gml:AreaType"/>
<element minOccurs="0" name="trafficArea" type="gml:AreaType"/> <element minOccurs="0" name="trafficArea" type="gml:AreaType"/>
<element minOccurs="0" name="vegetationArea" type="gml:AreaType"/> <element minOccurs="0" name="vegetationArea" type="gml:AreaType"/>
<element minOccurs="0" name="waterBodyArea" type="gml:AreaType"/> <element minOccurs="0" name="waterBodyArea" type="gml:AreaType"/>
<element maxOccurs="unbounded" minOccurs="0" name="foodSurveyProperties"> <element maxOccurs="unbounded" minOccurs="0" name="foodSurvey" type="FWES:FoodSurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWES:FoodSurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
<element minOccurs="0" name="waterSurveyProperty"> <element maxOccurs="unbounded" minOccurs="0" name="waterSurvey" type="FWES:WaterSurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWES:WaterSurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
<element minOccurs="0" name="energySurveyProperty"> <element maxOccurs="unbounded" minOccurs="0" name="energySurvey" type="FWES:EnergySurveyPropertyType">
<complexType> <annotation>
<sequence> <appinfo>
<element ref="FWES:EnergySurvey"/> <taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="relationType">composition</taggedValue>
</sequence> </appinfo>
</complexType> </annotation>
</element> </element>
</sequence> </sequence>
</extension> </extension>
......
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