1<Dataset
2   name="test_vlen1.nc"
3   dapVersion="4.0"
4   dmrVersion="1.0"
5   xmlns="http://xml.opendap.org/ns/DAP/4.0#"
6   xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#">
7  <Types>
8    <Structure name="x_base">
9      <Int32 name="x"/>
10    </Structure>
11    <Vlen name="x_t" type="/x_base"/>
12  </Types>
13  <Variables>
14    <Seq name="x" type="/x_t"/>
15  </Variables>
16  <Attribute name="_DAP4_Little_Endian" type="UInt8">
17    <Value value="1"/>
18  </Attribute>
19</Dataset>
20