=================================================================== RCS file: /home/cvs/OpenXM/doc/issac2000/data-format.tex,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM/doc/issac2000/data-format.tex 2000/01/03 04:27:52 1.3 +++ OpenXM/doc/issac2000/data-format.tex 2000/01/11 05:35:48 1.4 @@ -1,4 +1,4 @@ -% $OpenXM: OpenXM/doc/issac2000/data-format.tex,v 1.2 2000/01/02 07:32:11 takayama Exp $ +% $OpenXM: OpenXM/doc/issac2000/data-format.tex,v 1.3 2000/01/03 04:27:52 takayama Exp $ \section{Data Format} (Ohara) @@ -16,7 +16,7 @@ to send an OX message unknown to peers. It is realized by exchanging a list of supported CMO's, OpenXM stackmachine codes, and necessary extra informations. The list is called {\it mathcap}. -Mathcap is also defined as a CMO and the elements are 32bit integers +Mathcap is also defined as a CMO and its elements are 32bit integers or strings. Math encoding types of OX data are distinguished with tags @@ -47,6 +47,7 @@ Following tags are registered in the OpenXM for now. #define CMO_STRING 4 #define CMO_MATHCAP 5 #define CMO_LIST 17 + #define CMO_MONOMIAL32 19 #define CMO_ZZ 20 #define CMO_QQ 21