From d339981febceeeece153a44977e581ed1837d689 Mon Sep 17 00:00:00 2001
From: seeddn <dale.seed@interdigital.com>
Date: Mon, 26 Jan 2015 20:16:57 -0500
Subject: [PATCH] Update CDT-areaNwkInfo-v0_8_0.xsd

Switched back to listOfURIs
---
 CDT-areaNwkInfo-v0_8_0.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CDT-areaNwkInfo-v0_8_0.xsd b/CDT-areaNwkInfo-v0_8_0.xsd
index 81331a9..6bcd708 100644
--- a/CDT-areaNwkInfo-v0_8_0.xsd
+++ b/CDT-areaNwkInfo-v0_8_0.xsd
@@ -37,7 +37,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<!-- Resource Specific Attributes -->
 					<xs:sequence>
 						<xs:element name="areaNwkType" type="xs:string" />
-						<xs:element name="listOfDevices" type="m2m:listOfM2MID" />
+						<xs:element name="listOfDevices" type="m2m:listOfURIs" />
 		    
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
@@ -58,7 +58,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<!-- Resource Specific Attributes -->
 					<xs:sequence>
 						<xs:element name="areaNwkType" type="xs:string" minOccurs="0" />
-						<xs:element name="listOfDevices" type="m2m:listOfM2MID" minOccurs="0" />
+						<xs:element name="listOfDevices" type="m2m:listOfURIs" minOccurs="0" />
 		    
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
-- 
GitLab