Blob Blame History Raw
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset name="test.19" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xml.opendap.org/ns/DAP2" xsi:schemaLocation="http://xml.opendap.org/ns/DAP2 http://xml.opendap.org/dap/dap2.xsd">
    <Attribute name="NC_GLOBAL" type="Container">
        <Attribute name="long_name" type="String">
            <value>Attribute merge test</value>
        </Attribute>
        <Attribute name="primes" type="Int32">
            <value>2</value>
            <value>3</value>
            <value>5</value>
            <value>7</value>
            <value>11</value>
        </Attribute>
    </Attribute>
    <Int32 name="a"/>
    <Array name="b#c">
        <Attribute name="long_name" type="String">
            <value>b pound c</value>
        </Attribute>
        <Int32/>
        <dimension size="10"/>
    </Array>
    <Float64 name="c d">
        <Attribute name="long_name" type="String">
            <value>c d with a WWW escape sequence</value>
        </Attribute>
        <Attribute name="sub" type="Container">
            <Attribute name="about" type="String">
                <value>Attributes inside attributes</value>
            </Attribute>
            <Attribute name="pi" type="Float64">
                <value>3.1415</value>
            </Attribute>
        </Attribute>
    </Float64>
    <Grid name="huh">
        <Attribute name="long_name" type="String">
            <value>The Grid huh</value>
        </Attribute>
        <Array name="Image#data">
            <Byte/>
            <dimension size="512"/>
        </Array>
        <Map name="colors">
            <Attribute name="long_name" type="String">
                <value>The color map vector</value>
            </Attribute>
            <String/>
            <dimension size="512"/>
        </Map>
    </Grid>
    <dataBLOB href=""/>
</Dataset>