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

16 lines
266 B
Plaintext
Executable File

# T: Repeating group of nothing mandatory.
# F: from orep.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of delim
delim "|";
delim "+";
string ante;
struct { string ?uno, ?dos; } *orep;
string ?post;
};