Hi Rajesh,
you can use enums in xpath like below
For example, I have an Enumerated attribute of Status which predefined values like Started,Not Started, Completed.
[Status=’Started’ or Status=’Not Started’ or Status=’Completed’]
Like wise, you can write xpath.
I hope this helps you