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

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

<Dataset name="vol_1_ce_2" dapVersion="4.0" dmrVersion="1.0" xml:base="file:dap4/vol_1_ce_2.xml"
  xmlns="http://xml.opendap.org/ns/DAP/4.0#" xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#">
  
  <Dimension name="d" size="5"/>
  
  <Int32 name="u">
      <Dim name="d"/>
  </Int32>
  <Int32 name="v"/>

  <Group name="inst2">
    <Int32 name="u">
        <Dim size="2"/>
    </Int32>
    
    <Int32 name="v"/>

    <Structure name="Point Break">
      <Int32 name="x">
          <Dim name="/d"/>
      </Int32>
      
      <Int32 name="y"/>
      
    </Structure>
  </Group>

</Dataset>