Skip to content

Commit 4f9c257

Browse files
committed
Add version attribute to ncml xsd
1 parent 5134f31 commit 4f9c257

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • cdm/core/src/main/resources/resources/nj22/schemas

cdm/core/src/main/resources/resources/nj22/schemas/ncml-2.2.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<xsd:schema targetNamespace="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
33
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
44
xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
5-
elementFormDefault="qualified">
5+
elementFormDefault="qualified"
6+
version="2.2.0">
67

78
<!-- XML encoding of Netcdf container object -->
89
<xsd:element name="netcdf">

0 commit comments

Comments
 (0)