You can not do this. What you could do is place the enumeration in a seperate entity and connect it with a one to many relation. This way you could add multiple objects to your main entity where each of this objects does contain the enumeration.
Regards,
Ronald