From 4f2cd07bc562df6aa7e1def59be470c0437e5458 Mon Sep 17 00:00:00 2001
From: ankraft <an.kraft@gmail.com>
Date: Tue, 6 May 2025 13:11:59 +0200
Subject: [PATCH] Correct case of mass attribute in bodyCompositionAnalyser

---
 ...Information_Model_and_Mapping_for_Vertical_Industries.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md b/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md
index 0580777..5109265 100644
--- a/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md
+++ b/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md
@@ -658,8 +658,6 @@ This ModuleClass provides the analysis of human body tissue based on impedance m
 |resistance |xs:float |R |false |ohm |The resistance of human body.  |
 
 
-
-
 #### 5.3.1.14 bodyCompositionAnalyser
 This ModuleClass provides the capability to report the measurement of body composition analyser characteristics.
 
@@ -674,14 +672,12 @@ This ModuleClass provides the capability to report the measurement of body compo
 |muscleMass |xs:float |R |true |kg |The measurement of muscle mass by a weight scale and a body composition analyser. |
 |basalMetabolism |xs:float |R |true |kcal |The measurement of basal metabolism by a weight scale and a body composition analyser. |
 |impedance |xs:float |R |true |ohm |The measurement of impedance by a weight scale and a body composition analyser. |
-|Mass |xs:float |R |true |kg |The measurement of  mass by a weight scale and a body composition analyser.  |
+|mass |xs:float |R |true |kg |The measurement of mass by a weight scale and a body composition analyser.  |
 |bodyWaterMass |xs:float |R |true |kg |The measurement of body water mass by a weight scale and a body composition analyser.  |
 |inorganicSaltMass |xs:float |R |true |g |The measurement of inorganic salt mass by a weight scale and a body composition analyser.  |
 |somatotype |xs:string |R |true | |The measurement of somatotype by Weight scale and Body composition analyser.  |
 
 
-
-
 #### 5.3.1.15 boiler
 This ModuleClass provides capabilities to control the status of the boiling functionality for water heaters.
 
-- 
GitLab