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

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

diff --git a/CDT-areaNwkDeviceInfo-v0_8_0.xsd b/CDT-areaNwkDeviceInfo-v0_8_0.xsd
index 196d77c..609c858 100644
--- a/CDT-areaNwkDeviceInfo-v0_8_0.xsd
+++ b/CDT-areaNwkDeviceInfo-v0_8_0.xsd
@@ -42,7 +42,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="sleepInterval" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="sleepDuration" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="status" type="xs:string" minOccurs="0" />
-						<xs:element name="listOfNeighbors" type="m2m:listOfM2MID" />
+						<xs:element name="listOfNeighbors" type="m2m:listOfURIs" />
 		     
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
@@ -68,7 +68,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="sleepInterval" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="sleepDuration" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="status" type="xs:string" minOccurs="0" />
-						<xs:element name="listOfNeighbors" type="m2m:listOfM2MID" minOccurs="0" />
+						<xs:element name="listOfNeighbors" type="m2m:listOfURIs" minOccurs="0" />
 		     
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
-- 
GitLab