The difference between our versions of that xml file is that yours seems to be for epub3 and mine for epub2.
And if you are creating an epub3 file, it seems it is also required to add this line
Code:
<meta property="ibooks:specified-fonts">true</meta>
to the <metadata> section in the content.opf file.