1<?xml version="1.0" encoding="ISO-8859-1"?>
2<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" dapVersion="4.0" dmrVersion="1.0" name="3B42.980909.5.HDF">
3    <Dimension name="scan" size="1"/>
4    <Dimension name="longitude" size="360"/>
5    <Dimension name="latitude" size="80"/>
6    <Structure name="DATA_GRANULE">
7        <Structure name="PlanetaryGrid">
8            <Float32 name="percipitate">
9                <Dim name="/scan"/>
10                <Dim name="/longitude"/>
11                <Dim name="/latitude"/>
12            </Float32>
13            <Float32 name="relError">
14                <Dim name="/scan"/>
15                <Dim name="/longitude"/>
16                <Dim name="/latitude"/>
17            </Float32>
18        </Structure>
19    </Structure>
20    <Attribute name="HDF_GLOBAL" type="Container"/>
21    <Attribute name="CoreMetadata" type="Container">
22        <Attribute name="OrbitNumber" type="Container">
23            <Attribute name="Value" type="Int32">
24                <Value>-9999</Value>
25            </Attribute>
26            <Attribute name="Data_Location" type="String">
27                <Value>PGE</Value>
28            </Attribute>
29            <Attribute name="Mandatory" type="String">
30                <Value>FALSE</Value>
31            </Attribute>
32        </Attribute>
33        <Attribute name="RangeBeginningDate" type="Container">
34            <Attribute name="Value" type="String">
35                <Value>1998/09/09</Value>
36            </Attribute>
37            <Attribute name="Data_Location" type="String">
38                <Value>PGE</Value>
39            </Attribute>
40            <Attribute name="Mandatory" type="String">
41                <Value>FALSE</Value>
42            </Attribute>
43        </Attribute>
44    </Attribute>
45    <Attribute name="percipitate" type="Container">
46        <Attribute name="name" type="String">
47            <Value>dim_0_scan</Value>
48            <Value>dim_1_longitude</Value>
49            <Value>dim_2_latitude</Value>
50        </Attribute>
51    </Attribute>
52    <Attribute name="relError" type="Container">
53        <Attribute name="name" type="String">
54            <Value>dim_0_scan</Value>
55            <Value>dim_1_longitude</Value>
56            <Value>dim_2_latitude</Value>
57        </Attribute>
58    </Attribute>
59</Dataset>
60