Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ DOCNAME = VODataService
DOCVERSION = 1.3

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2026-03-24
DOCDATE = 2026-04-15

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = WD
DOCTYPE = PR

# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex
Expand Down
12 changes: 8 additions & 4 deletions VODataService-v1.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:stc="http://www.ivoa.net/xml/STC/stc-v1.30.xsd"
xmlns:vm="http://www.ivoa.net/xml/VOMetadata/v0.1"
elementFormDefault="unqualified" attributeFormDefault="unqualified"
version="1.3-wd4">
version="1.3-pr1">

<xs:annotation>
<xs:appinfo>
Expand Down Expand Up @@ -1083,16 +1083,20 @@
<xs:annotation>
<xs:documentation>
A keyword representing traits of the column.
Recognized values include “indexed”, “primary”, and
“nullable”.
Recognized values include “indexed”, “primary”,
“nullable”, and “no-where”.
</xs:documentation>
<xs:documentation>
While other values are allowed, the following semantics
is defined by this specification: indexed – The column
has an index on it for faster search against its values;
primary – The values column in the column represent in
total or in part a primary key for its table; nullable –
the column may contain null or empty values.
the column may contain null or empty values;
no-where – one cannot (simply) use this column in
ADQL WHERE clauses or similar places, for instance
because it is generated outside of a database or
because no operators exist for the column type.
</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down
17 changes: 14 additions & 3 deletions VODataService.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
\editor{Markus Demleitner}
\editor{Ray Plante}

\previousversion[https://www.ivoa.net/documents/VODataService/20260324]{WD-1.3-20260324}
\previousversion[https://www.ivoa.net/documents/VODataService/20241113]{WD-1.3-20241113}
\previousversion[https://www.ivoa.net/documents/VODataService/20211102]{REC-1.2}
\previousversion[https://ivoa.net/documents/VODataService/20190715/PR-VODataService-1.2-20210223.html]{PR-2021-02-23}
Expand Down Expand Up @@ -2709,15 +2710,19 @@ \subsubsection{Table Columns}
\begin{description}
\item[Type] string: \xmlel{xs:token}
\item[Meaning] A keyword representing traits of the column.
Recognized values include “indexed”, “primary”, and
“nullable”.
Recognized values include “indexed”, “primary”,
“nullable”, and “no-where”.
\item[Occurrence] optional; multiple occurrences allowed.
\item[Comment] While other values are allowed, the following semantics
is defined by this specification: indexed – The column
has an index on it for faster search against its values;
primary – The values column in the column represent in
total or in part a primary key for its table; nullable –
the column may contain null or empty values.
the column may contain null or empty values;
no-where – one cannot (simply) use this column in
ADQL WHERE clauses or similar places, for instance
because it is generated outside of a database or
because no operators exist for the column type.

\end{description}

Expand Down Expand Up @@ -2883,6 +2888,12 @@ \subsubsection{Table Column Data Types}

\section{Changes from previous versions}

\subsection{Changes since WD-1.3-20260324}

\begin{itemize}
\item ``no-where'' is a new TableParam flag to indicate columns with
content that cannot be used in ADQL constraints.
\end{itemize}

\subsection{Changes since WD-1.3-20241113}

Expand Down
2 changes: 1 addition & 1 deletion ivoatex
Submodule ivoatex updated 1 files
+1 −1 Makefile