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
Copy file name to clipboardExpand all lines: doc/appendix_F.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@
68
68
Basically the VODML to MIVOT translation obeys the following rules:
69
69
\begin{itemize}
70
70
\item a VODML <objectType> or <dataType> is converted into a MIVOT \texttt{INSTANCE}.
71
-
\iteman elementary <datatype> from ivoa: model is converted as an xml attribute \texttt{dmtype} into a MIVOT \texttt{ATTRIBUTE}.
72
-
**TO BE CHECKED
71
+
\itemThe VODML <datatype> of the ivoa model element is taken to set the xml attribute \texttt{@dmtype} into a MIVOT \texttt{ATTRIBUTE} or \texttt{INSTANCE}.
72
+
\item The VODML <vodml-id> of the ivoa model element is taken to set the xml attribute \texttt{@dmrole} into a MIVOT \texttt{COLLECTION}, \texttt{ATTRIBUTE} or \texttt{INSTANCE}.
73
73
\item a VODML <attribute> with a cardinality equal to 1 and a primitive type
74
74
is converted into a MIVOT \texttt{ATTRIBUTE}.
75
75
\item a VODML <attribute> with a cardinality greater than 1 is enclosed into a MIVOT \texttt{COLLECTION}.
0 commit comments