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

18 lines
347 B
Plaintext
Raw Normal View History

2012-11-08 20:12:01 +04:00
# 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;
};