Jihad 0 Light Poster

I am parsing XML file which contains this tag <TransferInfo xsi:type="ProductTransfer">
I want to get the xsi:type value. I am using the dataset to parse the file using VB.NET.
The problem is that xsi:type is not one of the items of the TransferInfo table.
Is it possible to get that value, and how?