It's all about the answers!

Ask a question

Max number of enum values for RRC attribute


jeff thomas (542528) | asked Sep 08 '14, 8:41 a.m.
 Is there a limit on how many enum values you can have in a RRC enum attribute type?

Accepted answer


permanent link
Bas Bekker (1.4k4) | answered Sep 11 '14, 2:30 p.m.
JAZZ DEVELOPER
In RRC itself there is no limit on the # of enum values. The numeric value that identifies an enum entry is an integer based on http://www.w3.org/2001/XMLSchema#int, hence it value should be able to go up to 2147483647.
I haven't tried this though, and maybe you would hit other limits like memory or db size limits on an enum with that much entries.

jeff thomas selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.