From 806df512ffbdd1d5c4f7e0dba19e646e0da8e4cb Mon Sep 17 00:00:00 2001 From: Chris Little Date: Thu, 8 Feb 2024 16:43:35 +0000 Subject: [PATCH] Update 06-other-clauses.adoc --- abstract-specification/sections/06-other-clauses.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/abstract-specification/sections/06-other-clauses.adoc b/abstract-specification/sections/06-other-clauses.adoc index 396af4b0..dc9b68cf 100644 --- a/abstract-specification/sections/06-other-clauses.adoc +++ b/abstract-specification/sections/06-other-clauses.adoc @@ -47,7 +47,7 @@ TemporalCoordinateReferenceSystem "1" o-- "1" Timescale : must have Calendar "1" o-- "0..1" Epoch : anchored by Calendar "1" --> "1..*" Notation : represented by Calendar "1" o-- "1" Timeline : has a -Calendar "1" o-- "1..*" Algorithm : has a +Timeline "1" o-- "1..*" Algorithm : constructed by class Timescale { StartCount EndCount @@ -68,5 +68,4 @@ class Algorithm { Algorithm "1" o-- "2..*" Timescale : uses class Timeline { } -Timeline "1" o-- "2..*" Timescale : constructed from ```