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

18 lines
393 B
Plaintext
Executable File

# T: from funky.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of delim
string { delim "^"; } 'field.one';
struct {
delim "^";
string { delim "-"; } 'field.super.one';
string { delim "-"; } 'field.super.two';
} 'element.superman';
string { delim "^"; } 'field.four';
string { delim "^"; } 'field.five';
};