netcdf-c/ncdap_test/testdata3/NestedSeq2.dds

19 lines
331 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
Dataset {
Sequence {
Int32 age;
Int32 size;
Sequence {
Int16 foo;
Int16 bar;
} stuff;
} person1;
Sequence {
Int32 age;
Sequence {
Int16 foo;
Int16 bar;
} stuff;
Int32 size;
} person2;
} NestedSequences;