<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset name="sample_virtual_dataset.ncml" 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="MetaData" type="Container">
        <Attribute name="Created" type="String">
            <value>18 Aug 2009</value>
        </Attribute>
        <Attribute name="Author" type="String">
            <value>eponymous</value>
        </Attribute>
    </Attribute>
    <Structure name="MyNewStructure">
        <Attribute name="Description" type="String">
            <value>Demonstration of a new Structure variable with several new contained variables</value>
        </Attribute>
        <Int32 name="TheAnswerToLifeTheUniverseAndEverything">
            <Attribute name="Description" type="String">
                <value>What Douglas Adams might say</value>
            </Attribute>
        </Int32>
        <Array name="Indices">
            <Attribute name="Description" type="String">
                <value>Example of autogenerated uniform array</value>
            </Attribute>
            <Int16/>
            <dimension size="10"/>
        </Array>
        <Array name="Foo">
            <Attribute name="Description" type="String">
                <value>A contrived example of a 2D array</value>
            </Attribute>
            <Float32/>
            <dimension name="station" size="2"/>
            <dimension name="samples" size="5"/>
        </Array>
    </Structure>
    <dataBLOB href=""/>
</Dataset>

