diff --git a/CDT-AE.xsd b/CDT-AE.xsd
index 9ea0686c4a745b7f300f960ff350accfe3493566..5f1e8d50c504a35de6052bd57ac5363de85ee301 100644
--- a/CDT-AE.xsd
+++ b/CDT-AE.xsd
@@ -67,6 +67,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="enableTimeCompensation" type="xs:boolean" minOccurs="0" />
 
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
diff --git a/CDT-remoteCSE.xsd b/CDT-remoteCSE.xsd
index 5937fc9ead98e9084b4a79fe72de7bcbd490058f..645b4436b3b46e1be2e7ab64019dba0d289e6a29 100644
--- a/CDT-remoteCSE.xsd
+++ b/CDT-remoteCSE.xsd
@@ -70,7 +70,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="externalGroupID" type="m2m:externalID" minOccurs="0" />
 						<xs:element name="triggerEnable" type="xs:boolean" minOccurs="0" />
 						<xs:element name="activityPatternElements" type="m2m:activityPatternElements" minOccurs="0" />
-						
+						<xs:element name="enableTimeCompensation" type="xs:boolean" minOccurs="0" />
+
 	                    <!-- Child Resources -->
                         <xs:choice minOccurs="0" maxOccurs="1">
                             <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />