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

17 lines
298 B
Plaintext
Executable File

# T: Any-order fields.
# F: from order.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
struct main {
is group of fixed
order any;
string { length 1; match "A"; } one;
string { length 1; match "B"; } two;
} +main;
};