Get the attribute sizes of RQM (Quality Management) artifacts
I'm fetching the attribute information of RQM artifacts (Test Case, Test Plan, etc.). Right now, I'm doing this using OSLC Resource Shapes but I'm stuck fetching the size of the string attributes.
I'm able to get the size of custom attributes since for them there is a maxSize field in the Resource Shape. The problem is that the base attributes like "title" and "identifier" don't contain this field.
I've also tried exploring in the web interface if there is a dictionary of the base attribute size (maybe like small text, medium text, etc.) for the RQM artifacts, but haven't found it. Basically I would like to use this as a last resort in case there is no way of doing this using OSLC.
Is there any way to fetch the sizes of all string attributes of the RQM artifacts?