@@ -193,6 +193,8 @@ \subsection{The Role in the IVOA Architecture}
193193to support the space-time constraints added here.
194194\item [MOC, v2.0 \citep {2022ivoa.spec.0727F }] Multi-Order coverage maps
195195are used by VODataService to communicate spatial coverage.
196+ \item [VOUnits, v1.1 \citep {2023ivoa.spec.1215G }] Tablesets should use
197+ VOUnits syntax.
196198\end {description }
197199
198200\subsection {Purpose }
@@ -758,9 +760,9 @@ \subsubsection{DataResource}
758760\url {http://www.ivoa.net/rdf/data-source} contains these terms:
759761
760762% GENERATED: !vocterms data-source
761- \textsl {artificial },
762- \textsl {observation },
763- \textsl {theory }
763+ \textsl {abstract-model },
764+ \textsl {concrete-model },
765+ \textsl {observation }
764766% /GENERATED
765767
766768Following previous VO practice, resources giving no data source can be
@@ -2101,7 +2103,7 @@ \subsection{Data Parameters}
21012103\begin {description }
21022104\item [Type] string: \xmlel {xs:token}
21032105\item [Meaning] The unit associated with the values in the parameter
2104- or column.
2106+ or column. This should use VOUnits syntax.
21052107\item [Occurrence] optional
21062108
21072109\end {description }
@@ -2226,7 +2228,7 @@ \subsection{Data Parameters}
22262228\item [Element \xmlel {percentile97}]
22272229\begin {description }
22282230\item [Type] floating-point number: \xmlel {xs:double}
2229- \item [Meaning] The 97nd percentile (“2σ”) in a distribution of numbers.
2231+ \item [Meaning] The 97th percentile (“2σ”) in a distribution of numbers.
22302232\item [Occurrence] optional
22312233
22322234\end {description }
@@ -2730,7 +2732,7 @@ \subsubsection{Table Columns}
27302732\item [Type] boolean (true/false): xs:boolean
27312733\item [Meaning] If true, the meaning and use of this parameter is
27322734 reserved and defined by a standard model. If false,
2733- it represents a parameter specific to the data described
2735+ it represents a parameter specific to the data described.
27342736 If not provided, then the value is unknown.
27352737\item [Occurrence] optional
27362738\end {description }
@@ -2787,6 +2789,12 @@ \subsubsection{Table Columns}
27872789sect.~\ref {sect:tbldatatypes }, this SHOULD be
27882790\xmlel {vs:VOTableType} for VODataService 1.3 table columns.
27892791
2792+ Units specified for columns and params SHOULD follow the VOUnits grammar
2793+ \citep {2023ivoa.spec.1215G }, which is particularly important for clients
2794+ obtaining them from VOSI tables endpoint with the intent of using them
2795+ for automatic unit conversions. New implementors should consider
2796+ VOUnits compliance a MUST rather than a SHOULD.
2797+
27902798When the tableset describes a set of TAP-accessible tables, the value of
27912799a \xmlel {tableColumn}'s \xmlel {name} child must be in a form immediately
27922800usable for use in ADQL or SQL queries. This corresponds to the analogous
0 commit comments