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

30 lines
449 B
Plaintext
Executable File

# T: from opt.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of fixed
struct {
length 1;
string { length 1; } mleaf;
} mpart;
struct {
length 1;
string { length 1; } ?oleaf;
} ?opart;
struct {
// length 1;
string { length 1; } +rleaf;
} +rpart;
struct {
length 1;
string { length 1; } *xleaf;
} *xpart;
};