Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>

<!-- Example in the CE section of the DAP4 spec. jhrg 12/31/13 -->

<Dataset name="vol_1_ce_5" dapVersion="4.0" dmrVersion="1.0" xml:base="file:dap4/vol_1_ce_5.xml"
  xmlns="http://xml.opendap.org/ns/DAP/4.0#" xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#">
  <Int32 name="u">
    <Dim size="256"/>
    <Dim size="1024"/>
  </Int32>
  <Structure name="Points">
    <Int32 name="x"/>
    <Int32 name="y"/>
    <Structure name="sounding">
      <Int32 name="height">
        <Dim size="1024"/>
      </Int32>
      <Int32 name="pressure">
        <Dim size="1024"/>
      </Int32>
    </Structure>
    
    <Dim size="256"/>
  </Structure>
</Dataset>