[ 3566968 ] sfcc enumInstances fails to parse the xml
diff --git a/NEWS b/NEWS
index 0eb97b7..b47e19e 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@
 - 3435363: Wrong call of curl_global_cleanup()
 - 3547832: memory leak in backend/cimxml/grammer.c
 - 3555103: wrong declaration of release attribute in _CIMCArgsFT
+- 3566968: sfcc enumInstances fails to parse the xml
 
 Changes in 2.2.3
 ================
diff --git a/backend/cimxml/cimXmlParser.c b/backend/cimxml/cimXmlParser.c
index b7b590e..128d92f 100644
--- a/backend/cimxml/cimXmlParser.c
+++ b/backend/cimxml/cimXmlParser.c
@@ -757,9 +757,10 @@
 {
    static XmlElement elm[] = {
       {"VALUETYPE"},
+      {"TYPE"},
       {NULL}
    };
-   XmlAttr attr[1] = {
+   XmlAttr attr[2] = {
       {NULL}
    };
    char *val;