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

19 lines
498 B
Plaintext
Executable File

# T: Local delim lists on fields, and separator in group of groups.
# F: from tran.bud
#
# There should be a "|" between a3 and b1, because even though in separate
# groups they are at the same logical delimiter level.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of delim
struct {
delim "<>";
struct { is group string { delim "|"; } a1, a2, a3; } one;
struct { is group string { delim "|"; } b1, b2, b3; } two;
} part[];
};