Max number of enum values for RRC attribute
![]()
Is there a limit on how many enum values you can have in a RRC enum attribute type?
|
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. jeff thomas selected this answer as the correct answer
|