<?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:dc="http://purl.org/dc/elements/1.1/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xml.opendap.org/ns/DAP/4.0#  file:/Users/jimg/src/shrew/xml/dap/dap4.xsd">
    
    <Group>
        <Enumeration name="mask_values">
            <elt name="clear" value="1"/>
            <elt name="cloud" value="2"/>
        </Enumeration>
        
        <Byte name="surface_data">
            <dimension ref="latitude"/>
            <dimension ref="longitude"/>
        </Byte>
    </Group>
    
    <blob xlink:href="http://host.server.gov/opendap/tmp/file.h5" xlink:role="asynchronousResponse">
        <dc:date>2012-11-05T13:15:30Z</dc:date>
    </blob>
    
</Dataset>
