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

16 lines
303 B
Plaintext
Raw Normal View History

2012-11-08 20:12:01 +04:00
# 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
};