I believe it\'s possible but couldn\'t figure out the syntax. Something like this:
xmlNode.SelectNodes(\"//*[count(child::*) <= 1]\")
bu
Any elements with no element child
//*[not(child::*)]