Data restrictions
All elements/attributes that contain strings are limited to a maximum length of 4000 characters. There are additional restrictions for many types of data:
- description: limited to 1000 characters
- String(LEN): a string of maximal length LEN
- identifier: limited to 50 characters from the character set as specified with the following regular expression:
[^a-zA-Z0-9./_:(){}\[\]=!~+]*
- Object[]: means a "list of objects"