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

<!-- Example in the CE section of the DAP4 spec. jhrg 1/2/14 -->

<Dataset name="vol_1_ce_10" dapVersion="4.0" dmrVersion="1.0" xml:base="file:dap4/vol_1_ce_10.xml"
  xmlns="http://xml.opendap.org/ns/DAP/4.0#" xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#">
  <Float32 name="lat">
    <Dim size="100"/>
    <Dim size="50"/>
  </Float32>
  
  <Float32 name="lon">
    <Dim size="100"/>
    <Dim size="50"/>
  </Float32>
  
  <Float32 name="temp">
    <Dim size="100"/>
    <Dim size="50"/>
  </Float32>
</Dataset>