From 53599611abb28e54a7fcf311f4f9517afbf2aa5c Mon Sep 17 00:00:00 2001
From: seeddn <dale.seed@interdigital.com>
Date: Wed, 14 Jan 2015 13:03:20 -0500
Subject: [PATCH] Update CDT-deviceCapability-v0_8_0.xsd

Fixed issue with quote missing around deviceCapability name
---
 CDT-deviceCapability-v0_8_0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CDT-deviceCapability-v0_8_0.xsd b/CDT-deviceCapability-v0_8_0.xsd
index cb31727..b25f4d8 100644
--- a/CDT-deviceCapability-v0_8_0.xsd
+++ b/CDT-deviceCapability-v0_8_0.xsd
@@ -30,7 +30,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
 	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
 	
-	<xs:element name=deviceCapability">
+	<xs:element name="deviceCapability">
     <xs:complexType>
 	    <xs:complexContent>
 	      <!-- Inherit common attributes from mgmtResource  -->
-- 
GitLab