FWELanduse.xsd 8.65 KB
Newer Older
Rushikesh Padsala's avatar
Rushikesh Padsala committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?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">
  <annotation>
    <documentation>This is the FWE ADE for CityGML landuse datasets developed in the IN-SOURCE project.</documentation>
  </annotation>
  <import namespace="http://transfer.hft-stuttgart.de/pages/fwe-ade/FWEBuilding/v2.1/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"/>
  <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
  <element name="EnergySurvey" substitutionGroup="FWEL:LandUseSurvey" type="FWEL:EnergySurveyType"/>
  <complexType name="EnergySurveyType">
    <complexContent>
      <extension base="FWEL:LandUseSurveyType">
        <sequence>
          <element minOccurs="0" name="spaceHeatingDemand" type="double"/>
          <element minOccurs="0" name="spaceHeatingDemandUnit" type="string"/>
          <element minOccurs="0" name="spaceCoolingDemand" type="double"/>
          <element minOccurs="0" name="spaceCoolingDemandUnit" type="string"/>
          <element minOccurs="0" name="residentialElectricityDemand" type="double"/>
          <element minOccurs="0" name="residentialElectricityDemandUnit" type="string"/>
          <element minOccurs="0" name="electricityPotentialFromPVBuildings" type="double"/>
          <element minOccurs="0" name="electricityPotentialFromPVBuildingsUnit" type="string"/>
          <element minOccurs="0" name="vegetationCoverCategory" type="gml:CodeType"/>
          <element minOccurs="0" name="biomassPrimaryEnergyPotential" type="double"/>
          <element minOccurs="0" name="biomassPrimaryEnergyPotentialUnit" type="string"/>
          <element minOccurs="0" name="biomassToEnergyWoods" type="double"/>
          <element minOccurs="0" name="biomassToEnergyWoodsUnit" type="string"/>
          <element minOccurs="0" name="biomassToBiogas" type="double"/>
          <element minOccurs="0" name="biomassToBiogasUnit" type="string"/>
          <element minOccurs="0" name="biomassToPlantOil" type="double"/>
          <element minOccurs="0" name="biomassToPlantOilUnit" type="string"/>
          <element minOccurs="0" name="biomassToBioethanol" type="double"/>
          <element minOccurs="0" name="biomassToBioethanolUnit" type="string"/>
          <element minOccurs="0" name="biomassToResidualSolidFuel" type="double"/>
          <element minOccurs="0" name="biomassToResidualSolidFuelUnit" type="string"/>
          <element minOccurs="0" name="biomassToSolidFuel" type="double"/>
          <element minOccurs="0" name="biomassToSolidFuelUnit" type="string"/>
          <element minOccurs="0" name="biomassToElectricityPotential" type="double"/>
          <element minOccurs="0" name="biomassToElectricityPotentialUnit" type="string"/>
          <element minOccurs="0" name="biomassToThermalPotential" type="double"/>
          <element minOccurs="0" name="biomassToThermalPotentialUnit" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="EnergySurveyPropertyType">
    <sequence minOccurs="0">
      <element ref="FWEL:EnergySurvey"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
  </complexType>
  <element name="FoodSurvey" substitutionGroup="FWEL:LandUseSurvey" type="FWEL:FoodSurveyType"/>
  <complexType name="FoodSurveyType">
    <complexContent>
      <extension base="FWEL:LandUseSurveyType">
        <sequence>
          <element maxOccurs="unbounded" minOccurs="0" name="foodCategory" type="gml:CodeType"/>
          <element minOccurs="0" name="foodDemand" type="double"/>
          <element minOccurs="0" name="foodDemandUnit" type="string"/>
          <element minOccurs="0" name="foodProduction" type="double"/>
          <element minOccurs="0" name="foodProductionUnit" type="string"/>
          <element minOccurs="0" name="foodProductionWaterDemand" type="double"/>
          <element minOccurs="0" name="foodProductionWaterDemandUnit" type="string"/>
          <element minOccurs="0" name="foodProductionEnergyDemand" type="double"/>
          <element minOccurs="0" name="foodProductionEngeryDemandUnit" type="string"/>
          <element minOccurs="0" name="foodConsumption" type="double"/>
          <element minOccurs="0" name="foodConsumptionUnit" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="FoodSurveyPropertyType">
    <sequence minOccurs="0">
      <element ref="FWEL:FoodSurvey"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
  </complexType>
  <element name="surfaceArea" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="gml:AreaType"/>
  <element name="fweAreaName" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="string"/>
  <element name="fweSystemName" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse" type="string"/>
  <element name="landUseSurveyProperties" substitutionGroup="luse:_GenericApplicationPropertyOfLandUse">
    <complexType>
      <sequence>
        <element ref="FWEL:LandUseSurvey"/>
      </sequence>
    </complexType>
  </element>
  <element name="LandUseSurvey" substitutionGroup="gml:_Feature" type="FWEL:LandUseSurveyType"/>
  <complexType name="LandUseSurveyType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element minOccurs="0" name="surveyYear" type="integer"/>
          <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 minOccurs="0" name="buildingFootprintArea" type="gml:AreaType"/>
          <element maxOccurs="unbounded" minOccurs="0" name="foodSurveyProperties">
            <complexType>
              <sequence>
                <element ref="FWEL:FoodSurvey"/>
              </sequence>
            </complexType>
          </element>
          <element minOccurs="0" name="waterSurveyProperty">
            <complexType>
              <sequence>
                <element ref="FWEL:WaterSurvey"/>
              </sequence>
            </complexType>
          </element>
          <element minOccurs="0" name="energySurveyProperty">
            <complexType>
              <sequence>
                <element ref="FWEL:EnergySurvey"/>
              </sequence>
            </complexType>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="LandUseSurveyPropertyType">
    <sequence minOccurs="0">
      <element ref="FWEL:LandUseSurvey"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
  </complexType>
  <element name="WaterSurvey" substitutionGroup="FWEL:LandUseSurvey" type="FWEL:WaterSurveyType"/>
  <complexType name="WaterSurveyType">
    <complexContent>
      <extension base="FWEL:LandUseSurveyType">
        <sequence>
          <element minOccurs="0" name="domesticWaterDemand" type="double"/>
          <element minOccurs="0" name="domesticWaterDemandUnit" type="string"/>
          <element minOccurs="0" name="domesticHotWaterDemand" type="double"/>
          <element minOccurs="0" name="domesticHotWaterDemandUnit" type="string"/>
          <element minOccurs="0" name="domesticHotWaterEnergyDemand" type="double"/>
          <element minOccurs="0" name="domesticHotWaterEnergyDemandUnit" type="string"/>
          <element minOccurs="0" name="domesticWaterWaste" type="double"/>
          <element minOccurs="0" name="domesticWaterWasteUnit" type="string"/>
          <element minOccurs="0" name="domesticSolidWaste" type="double"/>
          <element minOccurs="0" name="domesticSolidWasteUnit" type="string"/>
          <element minOccurs="0" name="totalDomesticWaste" type="double"/>
          <element minOccurs="0" name="totalDomesticWasteUnit" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="WaterSurveyPropertyType">
    <sequence minOccurs="0">
      <element ref="FWEL:WaterSurvey"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
  </complexType>
</schema>