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
Currently the document has many (useful!) paragraphs of the form:
Floating point interval values serialised in VOTable or service parameters must have the following metadata in the FIELD element: datatype="double" or datatype="float", arraysize="2", xtype="interval".
I believe the intent of the mention of "service parameters" here is intended to provide guidance for how to describe a service parameter in a service descriptor, either for an onward link to a related service, or in a service self-description.
But in a service descriptor, the enclosing element is a PARAM, not a FIELD. For clarity for implementers, I recommend that we find a way to state this more correctly. One option might be:
Floating point interval values serialised in VOTable (or defined as parameter values in service descriptors) must have the following metadata in the corresponding FIELD (or PARAM) element: datatype="double" or datatype="float", arraysize="2", xtype="interval".
The text was updated successfully, but these errors were encountered:
Currently the document has many (useful!) paragraphs of the form:
I believe the intent of the mention of "service parameters" here is intended to provide guidance for how to describe a service parameter in a service descriptor, either for an onward link to a related service, or in a service self-description.
But in a service descriptor, the enclosing element is a
PARAM
, not aFIELD
. For clarity for implementers, I recommend that we find a way to state this more correctly. One option might be:The text was updated successfully, but these errors were encountered: