Skip to content

Commit f78ec8a

Browse files
authored
Merge pull request #196 from ivoa-std/lmichel-patch-2
Update appendix_F.tex
2 parents 0e1b30c + ba920c8 commit f78ec8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/appendix_F.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
Basically the VODML to MIVOT translation obeys the following rules:
6969
\begin{itemize}
7070
\item a VODML <objectType> or <dataType> is converted into a MIVOT \texttt{INSTANCE}.
71-
\item an elementary <datatype> from ivoa: model is converted as an xml attribute \texttt{dmtype} into a MIVOT \texttt{ATTRIBUTE}.
72-
**TO BE CHECKED
71+
\item The 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}.
7373
\item a VODML <attribute> with a cardinality equal to 1 and a primitive type
7474
is converted into a MIVOT \texttt{ATTRIBUTE}.
7575
\item a VODML <attribute> with a cardinality greater than 1 is enclosed into a MIVOT \texttt{COLLECTION}.

0 commit comments

Comments
 (0)