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

17 lines
268 B
Plaintext
Executable File

# T: from del2.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of delim
struct {
delim ";";
delim ",";
string { match "A"; } uno;
string dos;
} +one;
string { delim ":"; } two[];
};