From 9b5fd27493e7dd0ef8cfb24481ac9bf1a7ad043e Mon Sep 17 00:00:00 2001
From: ankraft <an.kraft@gmail.com>
Date: Mon, 14 Oct 2024 12:51:39 +0200
Subject: [PATCH] Correcting UoM of MemorySize in threeDprinter ModuleClass

---
 ...sed_Information_Model_and_Mapping_for_Vertical_Industries.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3d7573d..fad1025 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
@@ -423,7 +423,7 @@ This ModuleClass provides capabilities for a 3D printer.
 |printSizeY |xs:float |R |false |mm |This data point represents the maximum size of printing object in the direction of Y-axis. |
 |printSizeZ |xs:float |R |false |mm |This data point represents the maximum size of printing object in the direction of Z-axis. |
 |network |xs:boolean |R |false | |This value indicates the Wide Area Network (WAN) connectivity of the 3D printer, such as Internet or GSM.<br />"False" indicates that the printer does not have network connectivity to a WAN. "True" indicates that the printer has WAN network connectivity. |
-|memorySize |xs:float |R |false |MB |This value represents the total memory size of the printer. <mark>The unit of measure is.</mark> |
+|memorySize |xs:float |R |false |MB |This value represents the total memory size of the printer. The unit of measure is Megabyte (MB). |
 
 
 
-- 
GitLab