# HG changeset patch
# User František Kučera
# Date 1543525798 -3600
# Node ID aec6545b23501560b81c4d62297857263a7f8fa6
# Parent 7930f34823708de2f6c46f9f5fdf50d72a8a0d6e
license: GNU GPLv3+
diff -r 7930f3482370 -r aec6545b2350 relpipe-data/specification.xml
--- a/relpipe-data/specification.xml Wed Nov 28 17:19:13 2018 +0100
+++ b/relpipe-data/specification.xml Thu Nov 29 22:09:58 2018 +0100
@@ -13,6 +13,28 @@
Please stay tuned for this stable version which will deliver specification such complete and precise
that independent implementation of the format will be possible.
+
+ Stream structure structure
+
+
+
+ id name description
+ 0x1D start start of the relation
+ 0x1E record start of the record
+
+
+
+ Data types
+
+ Currently, there are only three data types.
+
+
+ typeId code description
+ 0x01 boolean logical value, true/false
+ 0x02 integer unsigned integer number of arbitrary length
+ 0x03 string character string in UTF-8
+
+