Specifications 0.1.* were prototype specifications for experimenting
with GSML messages and auto code generation. They were actually
second generation GSML messages, with the first generation being more
alpha testing in nature.
The basic structure of the GSML message is:
...rest of GSML elements here...
The SRC and DST fields represent the names of the Mercury components
sending and receiving the message, respectively. A DST of "ALL" signifies
the messages is to be parsed by all components that receive it.
We've captured the GSML specification in text file that is used by Mercury
to autogenerate communication code for Mercury components. They are below
along with example messages.