Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gebetsroither
FWE ADE
Commits
5acc1002
Commit
5acc1002
authored
4 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Updated FWEBuilding.xsd with new tags
parent
b2d28b00
master
Ernst.Gebetsroither-master-patch-03760
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd
+8
-8
public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd
with
8 additions
and
8 deletions
+8
-8
public/FWEBuilding/v2.1/XSD/FWEBuilding.xsd
+
8
-
8
View file @
5acc1002
...
...
@@ -6,8 +6,8 @@
<import
namespace=
"http://www.opengis.net/citygml/building/2.0"
schemaLocation=
"http://schemas.opengis.net/citygml/building/2.0/building.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=
"BuildingSurvey"
substitutionGroup=
"gml:_Feature"
type=
"FWEB:BuildingSurveyType"
/>
<complexType
name=
"BuildingSurveyType"
>
<element
abstract=
"true"
name=
"BuildingSurvey"
substitutionGroup=
"gml:_Feature"
type=
"FWEB:BuildingSurveyType"
/>
<complexType
abstract=
"true"
name=
"BuildingSurveyType"
>
<complexContent>
<extension
base=
"gml:AbstractFeatureType"
>
<sequence>
...
...
@@ -46,10 +46,10 @@
</sequence>
<attributeGroup
ref=
"gml:AssociationAttributeGroup"
/>
</complexType>
<element
name=
"EnergySurvey"
substitutionGroup=
"
gml:_Feature
"
type=
"FWEB:EnergySurveyType"
/>
<element
name=
"EnergySurvey"
substitutionGroup=
"
FWEB:BuildingSurvey
"
type=
"FWEB:EnergySurveyType"
/>
<complexType
name=
"EnergySurveyType"
>
<complexContent>
<extension
base=
"
gml:AbstractFeature
Type"
>
<extension
base=
"
FWEB:BuildingSurvey
Type"
>
<sequence>
<element
minOccurs=
"0"
name=
"spaceHeatingDemand"
type=
"double"
/>
<element
minOccurs=
"0"
name=
"spaceHeatingDemandUnit"
type=
"string"
/>
...
...
@@ -69,10 +69,10 @@
</sequence>
<attributeGroup
ref=
"gml:AssociationAttributeGroup"
/>
</complexType>
<element
name=
"FoodSurvey"
substitutionGroup=
"
gml:_Feature
"
type=
"FWEB:FoodSurveyType"
/>
<element
name=
"FoodSurvey"
substitutionGroup=
"
FWEB:BuildingSurvey
"
type=
"FWEB:FoodSurveyType"
/>
<complexType
name=
"FoodSurveyType"
>
<complexContent>
<extension
base=
"
gml:AbstractFeature
Type"
>
<extension
base=
"
FWEB:BuildingSurvey
Type"
>
<sequence>
<element
maxOccurs=
"unbounded"
minOccurs=
"0"
name=
"foodCategory"
type=
"gml:CodeType"
/>
<element
minOccurs=
"0"
name=
"foodDemand"
type=
"double"
/>
...
...
@@ -95,10 +95,10 @@
</sequence>
<attributeGroup
ref=
"gml:AssociationAttributeGroup"
/>
</complexType>
<element
name=
"WaterSurvey"
substitutionGroup=
"
gml:_Feature
"
type=
"FWEB:WaterSurveyType"
/>
<element
name=
"WaterSurvey"
substitutionGroup=
"
FWEB:BuildingSurvey
"
type=
"FWEB:WaterSurveyType"
/>
<complexType
name=
"WaterSurveyType"
>
<complexContent>
<extension
base=
"
gml:AbstractFeature
Type"
>
<extension
base=
"
FWEB:BuildingSurvey
Type"
>
<sequence>
<element
minOccurs=
"0"
name=
"domesticWaterDemand"
type=
"double"
/>
<element
minOccurs=
"0"
name=
"domesticWaterDemandUnit"
type=
"string"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets