Max number of enum values for RRC attribute
Accepted answer
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.
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.