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

18 lines
347 B
Plaintext
Executable File

# T: Delim defs stay locally scoped.
# F: from don.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
of fixed string { length 3; } eins;
of delim struct {
delim ".";
string { delim "&"; } uno;
string { delim ","; } dos;
} zwei;
of fixed string { length 3; } drei;
};