Skip to content

Commit

Permalink
Update 06-other-clauses.adoc
Browse files Browse the repository at this point in the history
added cardinality to applicability
  • Loading branch information
chris-little authored Feb 8, 2024
1 parent 14aae86 commit 50193c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions abstract-specification/sections/06-other-clauses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ classDiagram
class ReferenceSystem {
<<abstract>>
dimension = 1..*
locationOfApplicability
timeOfApplicability
domainOfApplicability
locationOfApplicability = 0..1
timeOfApplicability = 0..1
domainOfApplicability = 0..1
}
class SpatialReferenceSystem {
<<abstract>>
Expand Down

0 comments on commit 50193c0

Please sign in to comment.