openesb-components/ojc-core/encodersl/encoder-custom/test/data/m191.cud

14 lines
260 B
Plaintext
Executable File

# T: Byte-array unbounded fields.
# F: from raw2.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
of fixed string { length 3; } one;
of delim binary { delim term force "+"; } two[];
of fixed binary rest;
};