From fabeff203ccdbd95f59a34a7c3a45b9bde258108 Mon Sep 17 00:00:00 2001 From: Peter Baumann Date: Tue, 4 Jun 2024 13:36:13 +0200 Subject: [PATCH] Update rangeType.md --- CoverageEncoding/rangeType.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoverageEncoding/rangeType.md b/CoverageEncoding/rangeType.md index f0f2f987..4f775c64 100644 --- a/CoverageEncoding/rangeType.md +++ b/CoverageEncoding/rangeType.md @@ -11,7 +11,7 @@ For CIS encodings, the following requirements classes are of relevance: - Basic Types and Simple Components Schemas: `XML Schema elements and types defined in the “basic_types.xsd” and “simple_components.xsd” schema files implement all classes defined respectively in the “Basic Types” and “Simple Components” UML packages.` From the Basic Types and Simple Components, we rely on the Quantity and Category Elements. -While the Count Element would also be applicable, for the moment we will handle Counts as Quantities. +While the Count Element would also be applicable, for the moment we will handle Counts as Quantities with a uom of "1" for "unitless". ## SWE:DataRecord SWE:DataRecord, derived from the SWE Common AbstractDataComponent, can be used to group multiple components via the `field` attribute.