From 57b48a5bb64588abc1a46ed369837fd9fe658004 Mon Sep 17 00:00:00 2001
From: PeterNiblett <pdn3270@gmail.com>
Date: Wed, 20 May 2015 10:26:43 +0900
Subject: [PATCH] operationalExecutionTime renamed to operationExecutionTime

---
 v1_1_0/CDT-commonTypes-v1_1_0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v1_1_0/CDT-commonTypes-v1_1_0.xsd b/v1_1_0/CDT-commonTypes-v1_1_0.xsd
index 42d3d94..eb8788d 100644
--- a/v1_1_0/CDT-commonTypes-v1_1_0.xsd
+++ b/v1_1_0/CDT-commonTypes-v1_1_0.xsd
@@ -227,7 +227,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 			<xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0" />
 			<xs:element name="requestExpirationTimestamp" type="m2m:timestamp" minOccurs="0" />
 			<xs:element name="resultExpirationTimestamp" type="m2m:timestamp" minOccurs="0" />
-			<xs:element name="operationalExecutionTime" type="m2m:timestamp" minOccurs="0" />
+			<xs:element name="operationExecutionTime" type="m2m:timestamp" minOccurs="0" />
 			<xs:element name="responseType" type="m2m:responseType" minOccurs="0" />
 			<xs:element name="resultPersistence" type="m2m:timestamp" minOccurs="0" />
 			<xs:element name="resultContent" type="m2m:resultContent" minOccurs="0" />
-- 
GitLab