Skip to content

Commit

Permalink
Add boundary requirements in Generics module
Browse files Browse the repository at this point in the history
  • Loading branch information
TatjanaKutzner committed Jun 14, 2022
1 parent 1cb0d23 commit 30c1d7a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CityGML/clause_6_9_Generics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,30 @@ The CityGML Generics XML elements and their corresponding CityGML UML classes ar
|https://opengeospatial.github.io/CityGML-3.0Encodings/xsd-doc/3.0/generics/#element_StringAttribute[StringAttribute^] |«DataType» https://docs.ogc.org/is/20-010/20-010.html#StringAttribute-section[StringAttribute^]
|https://opengeospatial.github.io/CityGML-3.0Encodings/xsd-doc/3.0/generics/#element_UriAttribute[UriAttribute^] |«DataType» https://docs.ogc.org/is/20-010/20-010.html#UriAttribute-section[UriAttribute^]
|===

Surface boundaries are constrained by the following requirement:

include::requirements/Generics/REQ_Generics_Boundaries.adoc[]

<<generics-boundaries-table>> lists the surfaces that are allowed as thematic surface boundaries of the space elements defined in the Generics module:

[[generics-boundaries-table]]
.Generics space elements and their allowed thematic surface boundaries
[cols="40,60",options="headers"]
|===
^|*Space element* ^|*Allowed space boundaries*
|_gen:GenericLogicalSpace_
a| * _core:ClosureSurface_
* _gen:GenericThematicSurface_
* possible surface elements from ADEs

|_gen:GenericOccupiedSpace_
a| * _core:ClosureSurface_
* _gen:GenericThematicSurface_
* possible surface elements from ADEs

|_gen:GenericUnoccupiedSpace_
a| * _core:ClosureSurface_
* _gen:GenericThematicSurface_
* possible surface elements from ADEs
|===
6 changes: 6 additions & 0 deletions CityGML/requirements/generics/REQ_Generics_Boundaries.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[[req_generics_boundaries]]
[width="100%",cols="2,6"]
|===
^|*Requirement {counter:req-id}* |*/req/generics/boundaries*
2+|<<generics-boundaries-table>> lists the surfaces that are allowed as thematic surface boundaries of the space elements defined in the Generics module. If a space element is bounded by thematic surface boundaries using the property _core:boundary_ (type: _core:AbstractSpaceBoundaryPropertyType_), the property SHALL contain exactly one surface element from <<generics-boundaries-table>> that is supported for the specific space element. If no surface element is supported, the space element SHALL NOT be bounded by thematic surface boundaries.
|===

0 comments on commit 30c1d7a

Please sign in to comment.