<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" xml:base="https://ns9081k.hyrax-dl.sigma2.no/opendap/data/ncml/sample_virtual_dataset.ncml" dapVersion="4.0" dmrVersion="1.0" name="/usr/share/hyrax/data/ncml/sample_virtual_dataset.ncml">
    <Dimension name="station" size="2"/>
    <Dimension name="samples" size="5"/>
    <Structure name="MyNewStructure">
        <Int32 name="TheAnswerToLifeTheUniverseAndEverything">
            <Attribute name="Description" type="String">
                <Value>What Douglas Adams might say</Value>
            </Attribute>
        </Int32>
        <Int16 name="Indices">
            <Dim size="10"/>
            <Attribute name="Description" type="String">
                <Value>Example of autogenerated uniform array</Value>
            </Attribute>
        </Int16>
        <Float32 name="Foo">
            <Dim name="/station"/>
            <Dim name="/samples"/>
            <Attribute name="Description" type="String">
                <Value>A contrived example of a 2D array</Value>
            </Attribute>
        </Float32>
        <Attribute name="Description" type="String">
            <Value>Demonstration of a new Structure variable with several new contained variables</Value>
        </Attribute>
    </Structure>
    <Attribute name="TOP_Level_DAP_Attribute" type="String">
        <Value>This is a top level attribute</Value>
    </Attribute>
    <Attribute name="MetaData" type="Container">
        <Attribute name="Created" type="String">
            <Value>18 Aug 2009</Value>
        </Attribute>
        <Attribute name="Author" type="String">
            <Value>eponymous</Value>
        </Attribute>
    </Attribute>
</Dataset>
