Skip to content

Commit f8c6480

Browse files
authored
Merge pull request #66 from ivoa-std/to-REC-1.5
Preparing for the release
2 parents 76d5f2b + e14f114 commit f8c6480

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ DOCNAME = VOTable
77
DOCVERSION = 1.5
88

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

1212
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
13-
DOCTYPE = PR
13+
DOCTYPE = REC
1414

1515
# An e-mail address of the person doing the submission to the document
1616
# repository (can be empty until a make upload is being made)
17-
AUTHOR_EMAIL=???
17+
AUTHOR_EMAIL=[email protected]
1818

1919
# Source files for the TeX document (but the main file must always
2020
# be called $(DOCNAME).tex

VOTable.tex

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\documentclass[11pt,a4paper]{ivoa}
22
\input tthdefs
3+
\tolerance=2000
34

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

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

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

@@ -1184,7 +1185,7 @@ \subsection{Unified Content Descriptors}
11841185
Two versions of UCDs have been developed:
11851186
the initial version (UCD1) created at CDS, which uses
11861187
atomic words separated by underscores (e.g. {\tt POS\_EQ\_RA\_MAIN});
1187-
and a more flexible one, UCD1+ \citep{2021ivoa.spec.0616C},
1188+
and a more flexible one, UCD1+ \citep{2023ivoa.spec.0125C},
11881189
developed in the frame of the IVOA Semantics Working Group, which uses
11891190
a reduced vocabulary of dot-separated atoms which can be
11901191
combined with semi-colons (e.g. {\tt pos.eq.ra;meta.main}).

VOTable.vor

+4-3
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,20 @@
6262
<name>Andreas Wicenec</name>
6363
</creator>
6464

65+
<date role="update">2025-01-16</date>
6566
<date role="update">2019-10-21</date>
6667
<date role="update">2013-09-20</date>
6768
<date role="update">2009-11-30</date>
6869
<date role="creation">2004-08-11</date>
6970

70-
<version>1.4</version>
71+
<version>1.5</version>
7172
<contact>
7273
<name>Applications WG</name>
7374
<email>[email protected]</email>
7475
</contact>
7576
</curation>
7677
<content>
77-
<subject>Virtual observatory</subject>
78+
<subject>virtual-observatories</subject>
7879
<description>
7980
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.
8081
</description>
@@ -83,7 +84,7 @@ This document describes the structures making up the VOTable standard. The main
8384
<contentLevel>Research</contentLevel>
8485
</content>
8586

86-
<endorsedVersion status="rec">1.4</endorsedVersion>
87+
<endorsedVersion status="rec">1.5</endorsedVersion>
8788

8889
<schema namespace="http://www.ivoa.net/xml/VOTable/v1.3">
8990
<location>http://www.ivoa.net/xml/VOTable/v1.3</location>

VOTable.xsd

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
in COOSYS, which no longer is derived from xs:string, either.
2727
.Version 1.5pre2: MD: vocabularising system attribute in COOSYS
2828
.Version 1.5pre3: TD: Undo the FIELDref/PARAMref addition to COOSYS
29+
.Version 1.5: TD: Update version to 1.5 for REC
2930
-->
3031
<xs:schema
3132
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
3233
xmlns="http://www.ivoa.net/xml/VOTable/v1.3"
3334
targetNamespace="http://www.ivoa.net/xml/VOTable/v1.3"
34-
version="1.5pre3"
35+
version="1.5"
3536
>
3637
<xs:annotation><xs:documentation>
3738
VOTable is meant to serialize tabular documents in the

0 commit comments

Comments
 (0)