Instead of pulling back all nodes and then checking whether the local name matches, you should just pull back the nodes that do match.
@x.exist('//ConsumerID') = 1
From there, it's simple to see if that node has a specific value.
@x.exist('//ConsumerID[.=11]') = 1
Drew
J. Drew Allen
Business Intelligence Analyst
Philadelphia, PA