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

17 lines
273 B
Plaintext
Executable File

# T: from ar2.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[];
};