<?xml version="1.0"?>
<Dataset name="test1" dapVersion="4.0"
    xml:base="file:/Users/jimg/src/shrew/xml/dap/tests-dap4/dap-4-test1.xml"
    xmlns="http://xml.opendap.org/ns/DAP/4.0#" xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#"
    xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xml.opendap.org/ns/DAP/4.0#  ../dap4.xsd">

    <Group>
        <Structure name="A name from an HDF4 file!">
            <Attribute name="long_name" type="String">
                <value>Sea Surface Temperature</value>
            </Attribute>

            <Byte name="b"/>
            <UByte name="ub"/>
            <Float64 name="vector">
                <Attribute name="long_name" type="String">
                    <value>A long name for this vector of floating point values</value>
                </Attribute>
                <dimension size="256"/>
            </Float64>
            <String name="s">
                <Attribute name="long_name" type="String">
                    <value>The long name for the string</value>
                </Attribute>
            </String>

        </Structure>
    </Group>
</Dataset>
