You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observation date expressed within the common time system if present. This attribute, if set, supersedes the epoch possibly given with the spatial coordinate system(see the above).
Observation date expressed within the common time system if present. This attribute, if set, supersedes the epoch possibly given with the spatial coordinate system(see the above). Figure \ref{datetime} shows up the hierarchy of the primitive types representing the observation dates.
Label attached to the vocabulary term. This is necessary because the URI may not contain any explicit label. This was the case for the IUA vocabulary until the Registry WG introduced rewriting rules that fix the issue.
513
513
514
+
\subsection{year}
515
+
\label{sect:year}
516
+
Primitive type for observation dates expressed as a year (e.g. 2015.5).
517
+
518
+
\subsection{iso}
519
+
\label{sect:iso}
520
+
Primitive type for observation dates expressed as an ISO Date (e.g. "2025-08-07T09:29:14").
521
+
522
+
\subsection{mjd}
523
+
\label{sect:mjd}
524
+
Primitive type for observation dates expressed as a Modified Julian Date (e.g. 60288.8).
525
+
526
+
\subsection{jd}
527
+
\label{sect:jd}
528
+
Primitive type for observation dates expressed as a Julian Date (e.g. 25213).
Copy file name to clipboardExpand all lines: doc/model_toc.tex
+30-20Lines changed: 30 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,33 @@ \section{Model: mango}
94
94
\textbf{multiplicity: 0..1} \newline
95
95
Label attached to the vocabulary term. This is necessary because the URI may not contain any explicit label. This was the case for the IUA vocabulary until the Registry WG introduced rewriting rules that fix the issue.
96
96
97
-
\section{Epoch Position Properties}
97
+
\section{Date Time Types}
98
+
The abstract primitive type \texttt{ivoa:datetime} has been extended to include:
99
+
types that cover the most commonly used serialisations of observation dates (see figure \ref{datetime}).
Observation date expressed within the common time system if present. This attribute, if set, supersedes the epoch possibly given with the spatial coordinate system(see the above).
Observation date expressed within the common time system if present. This attribute, if set, supersedes the epoch possibly given with the spatial coordinate system(see the above). Figure \ref{datetime} shows up the hierarchy of the primitive types representing the observation dates.
@@ -288,22 +314,6 @@ \section{Epoch Position Properties}
288
314
\textbf{multiplicity: 1} \newline
289
315
Position error; can be an \texttt{Ellipse} or a \texttt{Symmetrical2D}.
290
316
291
-
\subsection{DateTime}
292
-
\label{sect:DateTime}
293
-
Data type for timestamps and their representation. Timestamps are modeled by a single value and a representation mode. There is no time scale associated with \texttt{mango:DateTime}. The scale is either imposed by the representation mode or defined by the time coordinate system relevant for the host object, usually an instance of \texttt{mango:EpochPosition}.
Define the representation mode. The supported values are \texttt{iso} or \texttt{dateformat} for ISO dates, \texttt{year}, \texttt{jd} or \texttt{mjd}. The list of supported values could be extended in the future with new endorsed \texttt{xtype} values.
The timestamp value is always given as a string. The way to process this string is given by the representation mode. It can represent an ISO date or a real value (e.g. for MJD mjd timestamps).
306
-
307
317
\section{Photometric and Spectroscopic Properties}
0 commit comments