Skip to content

Commit

Permalink
Minor corrections for correct encoding
Browse files Browse the repository at this point in the history
For correct encoding of the association class CityObjectRelation using
ShapeChange, the tagged value "inlineOrByReference" of the role name
"relatedTo" needed to be changed from "byReference" to
"inlineOrByReference".
  • Loading branch information
TatjanaKutzner committed Mar 21, 2019
1 parent e202fdd commit 4a9b69d
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 4a9b69d

Please sign in to comment.