A few things:
a) Typically I name the files I_SQdev839896760.xml, and D_SQdevdev839896760.xml, named after the source file.
b) Avoid using spaces in Plugin filenames, we don't know how well that will behave (or mis-behave) in MiOS
c) The D_SQxxxxxx.xml file has a reference to the I_SQdevxxxxxx.xml, so if you change the filenames, you must change this reference (inside the file) also.
d) You MUST generate the I_ file first, and the D_ file second
e) You MUST use the I_ file, and the filter to generate the D_ file.
Reading your current D_ file, it looks like (d) or (e) was messed up somehow, since it's missing a lot of it's content, content that would normally be generated out of the I_ file.