Skip to content

Commit

Permalink
Merge pull request #9 from TatjanaKutzner/master
Browse files Browse the repository at this point in the history
Minor corrections for correct encoding
  • Loading branch information
3DXScape authored Mar 22, 2019
2 parents 578da71 + 4a9b69d commit b30394f
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions CityGML/Schema/cityGMLBase.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,15 @@
</element>
<element minOccurs="0" name="relativeToTerrain" type="core:RelativeToTerrainType">
<annotation>
<documentation>SIG3D: Vertical position of the
AbstractCityObject relative to the surrounding terrain.</documentation>
<documentation>SIG3D: Vertical position of the AbstractCityObject relative to the surrounding terrain.</documentation>
</annotation>
</element>
<element minOccurs="0" name="relativeToWater" type="core:RelativeToWaterType">
<annotation>
<documentation>SIG3D: Vertical position of the AbstractCityObject relative to a surrounding water surface.</documentation>
</annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0" name="relatedTo" type="gml:ReferenceType">
<annotation>
<appinfo>
<targetElement xmlns="http://www.opengis.net/gml/3.2">core:AbstractCityObject</targetElement>
</appinfo>
</annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0" name="relatedTo" type="core:CityObjectRelationPropertyType"/>
<element maxOccurs="unbounded" minOccurs="0" name="appearance">
<complexType>
<complexContent>
Expand Down Expand Up @@ -469,13 +462,7 @@ AbstractCityObject relative to the surrounding terrain.</documentation>
<extension base="gml:AbstractGMLType">
<sequence>
<element name="relationType" type="core:RelationTypeType"/>
<element name="relatedTo" type="gml:ReferenceType">
<annotation>
<appinfo>
<targetElement xmlns="http://www.opengis.net/gml/3.2">core:AbstractCityObject</targetElement>
</appinfo>
</annotation>
</element>
<element name="relatedTo" type="core:AbstractCityObjectPropertyType"/>
</sequence>
</extension>
</complexContent>
Expand Down

0 comments on commit b30394f

Please sign in to comment.