<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset name="TestPatInt.nc" 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="title" type="String">
            <value> a test file with a 512X512 array of 1's</value>
        </Attribute>
    </Attribute>
    <Array name="val">
        <Attribute name="units" type="String">
            <value>meter per second</value>
        </Attribute>
        <Attribute name="long_name" type="String">
            <value>Vector wind eastward component</value>
        </Attribute>
        <Attribute name="missing_value" type="String">
            <value>1</value>
        </Attribute>
        <Attribute name="_FillValue" type="Int32">
            <value>1</value>
        </Attribute>
        <Int32/>
        <dimension name="lat" size="512"/>
        <dimension name="lon" size="512"/>
    </Array>
    <dataBLOB href=""/>
</Dataset>

