diff --git a/CDT-notification-v0_8_0.xsd b/CDT-notification-v0_8_0.xsd
index abbec6493d0a2100e1051aa3a1ad1139cd05f00c..a778a6466e7edc3ed1d66a4349bd0c0f7db586df 100644
--- a/CDT-notification-v0_8_0.xsd
+++ b/CDT-notification-v0_8_0.xsd
@@ -50,26 +50,19 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
                         <xs:element name="notificationEvent" minOccurs="0">
                             <xs:complexType >
                                 <xs:sequence>
-                                        <xs:element name="event" minOccurs="0" maxOccurs="unbounded">
-                                            <xs:complexType>
-                                                <xs:sequence>
-                                                        <xs:element name="representation" type="xs:anyType" minOccurs="0"/>
-                                                        <xs:element name="resourceStatus" type="m2m:resourceStatus" minOccurs="0"/>
-                                                        <xs:element name="operationMonitor" minOccurs="0">
-                                                            <xs:complexType>
-                                                                <xs:sequence>
-                                                                        <xs:element name="operation" type="m2m:operation" minOccurs="0"/>
-                                                                        <xs:element name="originator" type="m2m:ID" minOccurs="0"/>
-                                                                </xs:sequence>
-                                                            </xs:complexType>
-                                                        </xs:element>
-                                                </xs:sequence>
-                                           </xs:complexType>    
-                                        </xs:element>
+                                      <xs:element name="representation" type="xs:anyType" minOccurs="0"/>
+                                      <xs:element name="resourceStatus" type="m2m:resourceStatus" minOccurs="0"/>
+                                      <xs:element name="operationMonitor" minOccurs="0">
+                                          <xs:complexType>
+                                               <xs:sequence>
+                                                   <xs:element name="operation" type="m2m:operation" minOccurs="0"/>
+                                                   <xs:element name="originator" type="m2m:ID" minOccurs="0"/>
+                                               </xs:sequence>
+                                         </xs:complexType>
+                                      </xs:element>
                                 </xs:sequence>
                             </xs:complexType>
-                        </xs:element>
-                        
+                        </xs:element>                      
                         <xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/>
                         <xs:element name="subscriptionDeletion" type="xs:boolean" minOccurs="0"/>
                         <xs:element name="subscriptionReference" type="xs:anyURI" minOccurs="0"/>