design: Add note about TAPE root values

This commit is contained in:
Sasha Koshka 2025-06-01 23:04:24 -04:00
parent 99392d50fc
commit 38132dc58c

View File

@ -46,6 +46,10 @@ bits, and the CN is 5 bits. Both are interpreted as unsigned integers. Both
sides of the connection must agree on the semantic meaning of the values and sides of the connection must agree on the semantic meaning of the values and
their arrangement. their arrangement.
A TAPE structure begins with one root, which consists of a tag followed by a
payload. This is usually an aggregate data structure such as KTV to allow for
several different values.
TAPE is based on an encoding method previously developed by silt. TAPE is based on an encoding method previously developed by silt.
### Data Value Types ### Data Value Types