mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
12 lines
532 B
XML
12 lines
532 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="tst_ncml.nc">
|
|
<dimension name="m" length="2" />
|
|
<dimension name="t" length="0" isUnlimited="true" />
|
|
<attribute name="gtatt" value="<, >, ', ", and &" />
|
|
<attribute name="gnatt" type="int" value="3 4" />
|
|
<variable name="var" shape="t m" type="float">
|
|
<attribute name="tatt" value="text attribute value" />
|
|
<attribute name="natt" type="int" value="1 2" />
|
|
</variable>
|
|
</netcdf>
|