Skip to content

Commit 63f665e

Browse files
committed
Dropping vs:StandardSTC.
I don't think there have ever been records using this type, and I can't remember why I would have postpone dropping the type.
1 parent a4e14a1 commit 63f665e

3 files changed

Lines changed: 7 additions & 120 deletions

File tree

VODataService-v1.3.xsd

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,49 +1472,6 @@
14721472
</xs:simpleContent>
14731473
</xs:complexType>
14741474

1475-
<xs:complexType name="StandardSTC">
1476-
<xs:annotation>
1477-
<xs:documentation>
1478-
A description of standard space-time coordinate systems,
1479-
positions, and regions.
1480-
</xs:documentation>
1481-
<xs:documentation>
1482-
This resource type is deprecated, and no resource records
1483-
of this type exist in the Registry. It will be removed
1484-
in version 1.3 of VODataService.
1485-
</xs:documentation>
1486-
</xs:annotation>
1487-
1488-
<xs:complexContent>
1489-
<xs:extension base="vr:Resource">
1490-
<xs:sequence>
1491-
1492-
<xs:element name="stcDefinitions"
1493-
type="stc:stcDescriptionType"
1494-
minOccurs="1" maxOccurs="unbounded">
1495-
<xs:annotation>
1496-
<xs:documentation>
1497-
An STC description of coordinate systems,
1498-
positions, and/or regions
1499-
</xs:documentation>
1500-
<xs:documentation>
1501-
Each system, position, and region description
1502-
should have a an XML ID assigned to it.
1503-
</xs:documentation>
1504-
<xs:documentation>
1505-
Because the STC schema sets
1506-
elementFormDefault="qualified", it is
1507-
recommended that this element specify the STC
1508-
default namespace via an xmlns namespace.
1509-
</xs:documentation>
1510-
</xs:annotation>
1511-
</xs:element>
1512-
1513-
</xs:sequence>
1514-
</xs:extension>
1515-
</xs:complexContent>
1516-
</xs:complexType>
1517-
15181475
<xs:complexType name="ForeignKey">
15191476
<xs:annotation>
15201477
<xs:documentation>

VODataService.tex

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,13 @@ \subsubsection{VODataService Resource Classes}
546546

547547
Two further resource classes defined by VODataService 1.1,
548548
\xmlel{vs:DataCollection} and \xmlel{vs:StandardSTC},
549-
are deprecated since version 1.2.
549+
have been deprecated since version 1.2.
550550
Resource record authors are requested to migrate or discard resource
551-
records using these deprecated types. If all such records have
552-
disappeared from the VO by version 1.4 of this specification, their
553-
type declarations may be removed from the schema.
551+
records using these deprecated types. \xmlel{vs:StandardSTC} has been
552+
dropped in VODataService 1.3 since there were no resource records using
553+
that type in the VO Registry. We will similarly drop
554+
\xmlel{vs:DataCollection} when the last records using the type have
555+
vanished from the Registry.
554556

555557
\subsubsection{Discovering Data Within Other Services}
556558
\label{sect:discoverdata}
@@ -1017,16 +1019,6 @@ \subsubsection{DataCollection}
10171019
This type may be removed from the schema when all resource records using
10181020
it have vanished from the VO Registry.
10191021

1020-
\subsubsection{StandardSTC}
1021-
1022-
The \xmlel{vs:StandardSTC} type is deprecated and should no longer be
1023-
used in new resource records. Since the XML serialisation of the STC 1
1024-
data model was never promoted to an IVOA recommendation, there also is
1025-
no properly standardised way of creating such records. Since no such
1026-
records ever existed in the Registry, this type will probably be removed
1027-
from the schema in version 1.4 of this specification.
1028-
1029-
10301022

10311023
\subsection{Coverage in Space, Time, and Spectrum}
10321024
\label{sect:cover}
@@ -2944,6 +2936,7 @@ \subsection{Changes since PR-1.3-20260601}
29442936
\begin{itemize}
29452937
\item Dropping an outdated example for how one would do ADQL functions
29462938
in the tableset (which we don't do).
2939+
\item Dropping StandardSTC after all.
29472940
\end{itemize}
29482941

29492942
\subsection{Changes since WD-1.3-20260324}

samples/stc.xml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)