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

16 lines
303 B
Plaintext
Executable File

# T: Binary fields, any option/repeat combo.
# F: from rraw.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
binary { is fixed length 1; }
man, // mandatory
?opt, // optional
+rep, // repeating
*any; // optional repeating
};