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

18 lines
392 B
Plaintext
Executable File

# T: Explicit length on fixed parent.
# F: from bug5391a.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of fixed
string { length 5; match "match"; } field0;
struct {
length 9;
string { length 4; match "good"; } field1;
string { length 2; } field2;
string { length 3; match "too"; } field3;
} element1;
};