generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
For the moment, status are given as integers with a set of allowed values.
After having looked at Simbad TAP output, it turned out that giving status and allowed values as strings would be very useful (e.g. the coordinate quality is given by a letter ranging from A to E).
I suggest to:
- remove the
Labelclass - remove the
Bitfieldclass for which I never get any concrete use case - type
Statusand allowed values as strings. That way the formerLabeluse cases would also be covered .