From 3731b69fd7ff59637396bc3f42dd1eea73fbdae0 Mon Sep 17 00:00:00 2001
From: Peter Niblett <peter_niblett@uk.ibm.com>
Date: Sun, 22 Jan 2023 21:41:58 +0000
Subject: [PATCH] Issue 163 - Inconsistent spelling of Trigger-Recipient-ID

At SDS 57.4 it was agreed that the upper case T version should be used.  We are making the change to the schemas in 3.28 as this is the first time that this attribute has been introduced, and it might cause confusion to have it change in 3.29.

TS-0004 and TS-0001 will be updated to use T in subsequent drafts.
---
 v3_28_0/CDT-AE-v3_28_0.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v3_28_0/CDT-AE-v3_28_0.xsd b/v3_28_0/CDT-AE-v3_28_0.xsd
index 96140cf..11b78ef 100644
--- a/v3_28_0/CDT-AE-v3_28_0.xsd
+++ b/v3_28_0/CDT-AE-v3_28_0.xsd
@@ -64,7 +64,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="sessionCapabilities" type="m2m:sessionCapabilities" minOccurs="0" />
 						<xs:element name="triggerEnable" type="xs:boolean" minOccurs="0" />
 						<xs:element name="activityPatternElements" type="m2m:activityPatternElements" minOccurs="0" />
-						<xs:element name="trigger-Recipient-ID" type="m2m:triggerRecipientID" minOccurs="0" />
+						<xs:element name="Trigger-Recipient-ID" type="m2m:triggerRecipientID" minOccurs="0" />
 						<xs:element name="triggerReferenceNumber" type="xs:unsignedInt" minOccurs="0" />
 
 						<!-- Child Resources -->
@@ -115,7 +115,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="sessionCapabilities" type="m2m:sessionCapabilities" minOccurs="0" />
 						<xs:element name="triggerEnable" type="xs:boolean" minOccurs="0" />
 						<xs:element name="activityPatternElements" type="m2m:activityPatternElements" minOccurs="0" />
-						<xs:element name="trigger-Recipient-ID" type="m2m:triggerRecipientID" minOccurs="0" />
+						<xs:element name="Trigger-Recipient-ID" type="m2m:triggerRecipientID" minOccurs="0" />
 						<xs:element name="triggerReferenceNumber" type="xs:unsignedInt" minOccurs="0" />
 
 						<!-- Child Resources -->
-- 
GitLab