=================================================================== RCS file: /home/cvs/OpenXM/doc/ascm2001p/data-format.tex,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM/doc/ascm2001p/data-format.tex 2001/06/20 05:42:47 1.2 +++ OpenXM/doc/ascm2001p/data-format.tex 2001/06/21 01:02:19 1.4 @@ -1,4 +1,4 @@ -% $OpenXM: OpenXM/doc/ascm2001p/data-format.tex,v 1.1 2001/06/19 07:32:58 noro Exp $ +% $OpenXM: OpenXM/doc/ascm2001p/data-format.tex,v 1.3 2001/06/21 00:15:34 takayama Exp $ \section{Data Format} @@ -10,7 +10,7 @@ implement all possible data formats. However they should at least implement seven primitive data types of the CMO, which are necessary to carry various control information such as a {\it mathcap}\cite{ox-rfc-100}. -Mathcap is a list of supported CMO's, OpenXM stack machine codes, +Mathcap is a list of supported CMO's, OX stack machine codes, and necessary extra information. If a program sends an OX message unknown to its peer, an unrecoverable error may occur. @@ -30,7 +30,7 @@ The following seven primitive types should be implemen on all OpenXM compliant systems: \verb+CMO_ERROR2+, \verb+CMO_NULL+, \verb+CMO_INT32+, \verb+CMO_DATUM+, \verb+CMO_STRING+, \verb+CMO_MATHCAP+, \verb+CMO_LIST+. -As to the formats of other CMO's and XML, see the OX-RFC-100\cite{ox-rfc-100}. +As to the formats of other CMO's and XML, see the OpenXM-RFC-100\cite{ox-rfc-100}. %Let us explain the data format of CMO.