From 291f6adb283bd3ceabbdd1e68b44a000beb601bf Mon Sep 17 00:00:00 2001
From: Yongjing Zhang <zhangyongjing@huawei.com>
Date: Thu, 19 Jul 2018 14:49:24 -0400
Subject: [PATCH] update the 'Note' of name conflict note for Product

---
 SDT/schema4.0/docs/SDT_Components.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SDT/schema4.0/docs/SDT_Components.md b/SDT/schema4.0/docs/SDT_Components.md
index c636b8f..b425c1d 100644
--- a/SDT/schema4.0/docs/SDT_Components.md
+++ b/SDT/schema4.0/docs/SDT_Components.md
@@ -184,9 +184,9 @@ The element has the following attributes:
 	- **domain** : Identifier / Reference of the [Domain](#Domain) of the extended *Product*. Optional if in the same domain.
 	- **class** : *id* of the *Product* in the [Domain](#Domain) that is extended. Required for this element.
 
-**Note**: New extended *Properties* and *ModuleClasses* **should** have different names from those in the inherited *DeviceClass*. In case the names conflict, the newly defined *Properties* and *ModuleClasses* shall override the inherited ones.
+**Note**: New extended *Properties* and *ModuleClasses* **shall** have different names from those in the implemented *DeviceClass* if they're defined in the same *Domain*. 
 
-**Editor's Note**: the description of the optionality of the datapoints, properties, actions, events in the inherited ModuleClass is FFS.
+**Editor's Note**: the description of the optionality of the datapoints, properties, actions, events in the implemented ModuleClass is FFS.
 
 #### XML Example
 ```
-- 
GitLab