-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new xtype="phrases" #13
Comments
No strong objection, but can we have an example use case? |
... sorry, I read my github notifications in the wrong order, so answering my own question by reference to ivoa-std/VOTable#25: a list of keywords that might include entries like " |
I have clarified my use of pol_states as prior art for leading and trailing separator only. |
...and I remark that epn-tap and regtap both use # as the separator. Meaning: I don't like it. Let's have a proper array of variable-length strings instead of this hack and #12. |
For use with datatype="char" and arraysize="*" (or more restricted), this xtype would denote a | (pipe) separated list of strings.
require only single space characters within a phrase and no extraneous space adjacent to the separator (canonical form)
allow or require leading and trailing | characters? ivoa.ObsCore.pol_states has leading and trailing sepaarator to make queries work better (although a different separator).
The text was updated successfully, but these errors were encountered: