From efbdbe7d087f93e70450b4765477b8b2e1857c56 Mon Sep 17 00:00:00 2001
From: PeterNiblett <pdn3270@gmail.com>
Date: Sat, 23 May 2015 18:30:52 +0100
Subject: [PATCH] Correction to annotations

---
 v1_1_0/CDT-enumerationTypes-v1_1_0.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v1_1_0/CDT-enumerationTypes-v1_1_0.xsd b/v1_1_0/CDT-enumerationTypes-v1_1_0.xsd
index b165e44..02f97bf 100644
--- a/v1_1_0/CDT-enumerationTypes-v1_1_0.xsd
+++ b/v1_1_0/CDT-enumerationTypes-v1_1_0.xsd
@@ -556,7 +556,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	
 	<xs:simpleType name="status">
 		<xs:annotation>
-			<xs:documentation>This is used for [software], [firmware] resource.</xs:documentation>
+			<xs:documentation>This is used for [software], [firmware] resources.</xs:documentation>
 		</xs:annotation>
 		<xs:restriction base="xs:integer">
 			<!-- Successful -->
@@ -570,7 +570,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 
 	<xs:simpleType name="batteryStatus">
 		<xs:annotation>
-			<xs:documentation>This is used for [software], [firmware] resource.</xs:documentation>
+			<xs:documentation>This is used for [battery] resource.</xs:documentation>
 		</xs:annotation>
 		<xs:restriction base="xs:integer">
 			<!-- NORMAL -->
-- 
GitLab