Blob Blame History Raw
The complete DDS:
Dataset {
    Sequence {
        Int32 i;
        String s;
    } names;
} test.e;
The data:
Sequence {
    String s;
} names = { {  } };