In my release it's §7.12.2
I guess you can use any class and apply a stereotype of <<enumeration>>. I don't see a reason for using a special element for this purpose.
I'm quoting from ptc 04-10-02.pdf (which may not be the latest).
The problem you have is that an Enumeration is NOT a Class. It
is a Classifer (as is Class)
but it isn't a Class. We all have to be very careful with Classifer vs Class.
Some tools (no names, no pack drill) seem to have no problems implementing the UML 2 requirements. (Actually, there are some inconsistencies

but, in principle, they do it properly).
Merely setting the stereotype is
NOT sufficient, since that doesn't change the actual type (and therefore features and behaviours) of the element. ALL it changes are the some peripheral features.
That's why dragging an interface from the Componment section of the UML toolbox onto a diagram is NOT the same as dragging a class and giving it the stereotype «interface». Try it. See how the context menus and element properties are different - even if you disable "use circle notation".
For EA to properly support UML2 it has to have specific Enumeration and DataType elements.
Paolo