1<?xml version="1.0" encoding="ISO-8859-1"?>
2<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" dapVersion="4.0" dmrVersion="1.0" name="data1">
3    <Byte name="b">
4        <Attribute name="long_name" type="String">
5            <Value>byte_b</Value>
6        </Attribute>
7    </Byte>
8    <Int32 name="i">
9        <Attribute name="long_name" type="String">
10            <Value>int32_i</Value>
11        </Attribute>
12        <Attribute name="scale_factor" type="Float32">
13            <Value>1.2</Value>
14        </Attribute>
15        <Attribute name="coefs" type="Int32">
16            <Value>2</Value>
17            <Value>3</Value>
18            <Value>4</Value>
19        </Attribute>
20    </Int32>
21    <Int32 name="j"/>
22</Dataset>
23