Read XML wich different tags

there are many options to have a more open retrieval like:

YourXDocumentVar.Root.Descendants("orig").First().Value

or

currentXElement.Element("imposto").Element("ICMS").Elements().First().Element("orig").Value

or

currentXElement.Element("imposto").XPathSelectElement("//ICMS/*/orig").Value