You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GDTF spec, tables of node children have a "Mandatory" field, but tables for attributes will describe an attribute as "Optional" in its description. Sometimes attribute descriptions will specify a "Default value" but not describe itself as optional, which makes it unclear with the attribute is optional or not, as at least to me, a default value implies the attribute is optional.
Describe the solution you'd like
The tables should be standardized, with a column added to the attributes table for "Mandatory", and the default value consistently presented in the description.
If this is something that people think is useful I'm happy to do the work. There are a few other consistency things that I think would be useful to touch at the same time...