UiPath Deserialize XML Multiple Data Extraction

I made the variable of the Deserialize XML activity xDocument. I made xElement as you showed in For Each E but it got an error.

Item = xd_XmlCode.Root.Descendants(“FaturaNo”)(0).Value

Error Message: For Each: Unable to cast object of type ‘System.Char’ to type ‘System.Xml.Linq.XElement’.