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

17 lines
325 B
Plaintext
Executable File

# T: Repeating group of non-repeating fields.
# F: from rep2.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
string { is fixed length 1; match "@"; } +www;
struct {
is group of fixed
string { length 1; } yyy;
string { length 1; } ?zzz;
} +xxx;
};