-
Notifications
You must be signed in to change notification settings - Fork 29
Description
There should be a policy in the standard in terms of nonstandard information that is put in a data file. For example, what if a reader encounters a group named offsetttt
. Is this an error that should be flagged or should the reader just ignore it and thus possibly not catch errors that exist in the file?
One possible thing to do would be to say that if a data file has nonstandard information then there needs to be a prefix used to warn a reader that indeed this is nonstandard information and not just a typo. For example, if EXT:
is defined to be the prefix used for custom information then a group named /data/particles/EXT:color/
would be recognized as such and could safely be ignored. Similarly, the prefix could be used for nonstandard attributes.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status