From 5be8c970d134c1e16f728f22d0247dcee484dd27 Mon Sep 17 00:00:00 2001 From: TatjanaKutzner Date: Tue, 19 Jan 2021 18:29:33 +0100 Subject: [PATCH] Implemented issues opengeospatial/CityGML-3.0CM#118 and opengeospatial/CityGML-3.0CM#119 --- CityGML/Schema/building.xsd | 2 -- CityGML/Schema/cityGMLBase.xsd | 8 ++++---- CityGML/Schema/construction.xsd | 2 +- CityGML/Schema/dynamizer.xsd | 2 +- CityGML/Schema/generics.xsd | 2 +- CityGML/Schema/relief.xsd | 2 +- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CityGML/Schema/building.xsd b/CityGML/Schema/building.xsd index 22e003c..7ba80ea 100644 --- a/CityGML/Schema/building.xsd +++ b/CityGML/Schema/building.xsd @@ -650,7 +650,6 @@ Relates to the storeys on which the BuildingUnit is located. bldg:Storey - bldg:buildingUnit @@ -723,7 +722,6 @@ Relates to the building units that belong to the Storey. bldg:BuildingUnit - bldg:storey diff --git a/CityGML/Schema/cityGMLBase.xsd b/CityGML/Schema/cityGMLBase.xsd index e2d0080..0ea9df8 100644 --- a/CityGML/Schema/cityGMLBase.xsd +++ b/CityGML/Schema/cityGMLBase.xsd @@ -1,6 +1,6 @@ - The Core module defines the basic components of the CityGML data model. This includes abstract base classes that define the core properties of more specialized thematic classes defined in other modules as well as concrete classes that are common to other modules, for example basic data types. + The Core module defines the basic components of the CityGML conceptual model. This includes abstract base classes that define the core properties of more specialized thematic classes defined in other modules as well as concrete classes that are common to other modules, for example basic data types. @@ -266,7 +266,7 @@ - AbstractCityObject is the abstract superclass of all thematic classes within the CityGML data model. + AbstractCityObject is the abstract superclass of all thematic classes within the CityGML conceptual model. @@ -369,7 +369,7 @@ - AbstractFeature is the abstract superclass of all feature types within the CityGML data model. + AbstractFeature is the abstract superclass of all feature types within the CityGML conceptual model. @@ -992,7 +992,7 @@ - Specifies the feature objects that are part of the CityModel. It allows to include objects that are not derived from a class defined in the CityGML data model, but from the ISO 19109 class AnyFeature. + Specifies the feature objects that are part of the CityModel. It allows to include objects that are not derived from a class defined in the CityGML conceptual model, but from the ISO 19109 class AnyFeature. diff --git a/CityGML/Schema/construction.xsd b/CityGML/Schema/construction.xsd index ebcc65f..8f954d7 100644 --- a/CityGML/Schema/construction.xsd +++ b/CityGML/Schema/construction.xsd @@ -392,7 +392,7 @@ - AbstractFillingElement is the abstract superclass for different kinds of elements that fill the openings of constructive elements. + AbstractFillingElement is the abstract superclass for different kinds of elements that fill the openings of a construction. diff --git a/CityGML/Schema/dynamizer.xsd b/CityGML/Schema/dynamizer.xsd index c37898b..ff4fdc7 100644 --- a/CityGML/Schema/dynamizer.xsd +++ b/CityGML/Schema/dynamizer.xsd @@ -623,7 +623,7 @@ TimeseriesTypeValue enumerates the possible value types for GenericTimeseries and TimeValuePair. - + Indicates that the values of the GenericTimeseries are of type "Integer". diff --git a/CityGML/Schema/generics.xsd b/CityGML/Schema/generics.xsd index 8c7bf65..60b13bc 100644 --- a/CityGML/Schema/generics.xsd +++ b/CityGML/Schema/generics.xsd @@ -1,6 +1,6 @@ - The Generics module supports application-specific extensions to the CityGML data model. These extensions may be used to model and exchange additional attributes and features not covered by the predefined thematic classes of CityGML. Generic extensions shall only be used if appropriate thematic classes or attributes are not provided by any other CityGML module. + The Generics module supports application-specific extensions to the CityGML conceptual model. These extensions may be used to model and exchange additional attributes and features not covered by the predefined thematic classes of CityGML. Generic extensions shall only be used if appropriate thematic classes or attributes are not provided by any other CityGML module. diff --git a/CityGML/Schema/relief.xsd b/CityGML/Schema/relief.xsd index 4c48e6b..ecc1523 100644 --- a/CityGML/Schema/relief.xsd +++ b/CityGML/Schema/relief.xsd @@ -227,7 +227,7 @@ - A ReliefFeature is a collection of terrain components representing the Earth's surface, a.k.a. the Digital Terrain Model. + A ReliefFeature is a collection of terrain components representing the Earth's surface, also known as the Digital Terrain Model.