Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ DOCNAME = VOTable
DOCVERSION = 1.5

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-02-13
DOCDATE = 2025-01-16

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

# An e-mail address of the person doing the submission to the document
# repository (can be empty until a make upload is being made)
AUTHOR_EMAIL=???
AUTHOR_EMAIL=tdonaldson@stsci.edu

# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex
Expand Down
9 changes: 5 additions & 4 deletions VOTable.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
\documentclass[11pt,a4paper]{ivoa}
\input tthdefs
\tolerance=2000

\customcss{tablefix.css}
\usepackage{verbatim}
Expand Down Expand Up @@ -568,7 +569,7 @@ \section{The VOTable Document Structure}
element MUST define \attrval{version}{\ivoaDocversion{}}. All VOTable \ivoaDocversion{} elements come from the
namespace \nolinkurl{http://www.ivoa.net/xml/VOTable/v1.3}. It is recommended to bind
the empty namespace prefix to this URI, as in
\attrval{xmlns}{http://www.ivoa.net/xml/VOTable/v1.3}, but instance
$$\hbox{\attrval{xmlns}{http://www.ivoa.net/xml/VOTable/v1.3}~,}$$ but instance
documents are free to use whatever namespace prefix is convenient for them.

Note that starting with VOTable 1.3, the namespace URI for VOTable will
Expand Down Expand Up @@ -928,7 +929,7 @@ \subsection{\elem{LINK} Element}
standards that make use of VOTable.

In addition the \elem{LINK} element
may announce the MIME type of the data it references
may announce the RFC 2046 media type of the data it references
with a \attr{content-type} attribute (e.g.\ \attrval{content-type}{image/fits}).
Although this might be overridden by metadata received during the
retrieval operation (e.g.\ the HTTP Content-Type header)
Expand Down Expand Up @@ -1140,7 +1141,7 @@ \subsection{Extended Datatype \attr{xtype}}
and corresponds therefore exactly to the {\em FITS} definitions.
It fills the gap between the datatypes
known by FITS and those required to express queries
(Astronomical Data Query Language or ADQL, \citet{2008ivoa.spec.1030O})
(Astronomical Data Query Language or ADQL, \citet{2023ivoa.spec.1215M})
and their results in tabular form (Table Access Protocol or TAP,
\citet{2010ivoa.spec.0327D}).

Expand Down Expand Up @@ -1184,7 +1185,7 @@ \subsection{Unified Content Descriptors}
Two versions of UCDs have been developed:
the initial version (UCD1) created at CDS, which uses
atomic words separated by underscores (e.g. {\tt POS\_EQ\_RA\_MAIN});
and a more flexible one, UCD1+ \citep{2021ivoa.spec.0616C},
and a more flexible one, UCD1+ \citep{2023ivoa.spec.0125C},
developed in the frame of the IVOA Semantics Working Group, which uses
a reduced vocabulary of dot-separated atoms which can be
combined with semi-colons (e.g. {\tt pos.eq.ra;meta.main}).
Expand Down
7 changes: 4 additions & 3 deletions VOTable.vor
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,20 @@
<name>Andreas Wicenec</name>
</creator>

<date role="update">2025-01-16</date>
<date role="update">2019-10-21</date>
<date role="update">2013-09-20</date>
<date role="update">2009-11-30</date>
<date role="creation">2004-08-11</date>

<version>1.4</version>
<version>1.5</version>
<contact>
<name>Applications WG</name>
<email>apps@ivoa.net</email>
</contact>
</curation>
<content>
<subject>Virtual observatory</subject>
<subject>virtual-observatories</subject>
<description>
This document describes the structures making up the VOTable standard. The main part of this document describes the adopted part of the VOTable standard; it is followed by appendices presenting extensions which have been proposed and/or discussed, but which are not part of the standard.
</description>
Expand All @@ -83,7 +84,7 @@ This document describes the structures making up the VOTable standard. The main
<contentLevel>Research</contentLevel>
</content>

<endorsedVersion status="rec">1.4</endorsedVersion>
<endorsedVersion status="rec">1.5</endorsedVersion>

<schema namespace="http://www.ivoa.net/xml/VOTable/v1.3">
<location>http://www.ivoa.net/xml/VOTable/v1.3</location>
Expand Down
3 changes: 2 additions & 1 deletion VOTable.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
in COOSYS, which no longer is derived from xs:string, either.
.Version 1.5pre2: MD: vocabularising system attribute in COOSYS
.Version 1.5pre3: TD: Undo the FIELDref/PARAMref addition to COOSYS
.Version 1.5: TD: Update version to 1.5 for REC
-->
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
xmlns="http://www.ivoa.net/xml/VOTable/v1.3"
targetNamespace="http://www.ivoa.net/xml/VOTable/v1.3"
version="1.5pre3"
version="1.5"
>
<xs:annotation><xs:documentation>
VOTable is meant to serialize tabular documents in the
Expand Down
Loading