Commit 028a7fc 1 parent efb9b30 commit 028a7fc Copy full SHA for 028a7fc
File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 102
102
</attribute >
103
103
</optional >
104
104
<oneOrMore >
105
- <ref name =" li " />
105
+ <ref name =" ul_li " />
106
106
</oneOrMore >
107
107
<zeroOrMore >
108
108
<ref name =" note" />
1716
1716
</zeroOrMore >
1717
1717
</element >
1718
1718
</define >
1719
+ <define name =" ul_li" >
1720
+ <element name =" li" >
1721
+ <optional >
1722
+ <attribute name =" id" >
1723
+ <data type =" ID" />
1724
+ </attribute >
1725
+ </optional >
1726
+ <optional >
1727
+ <attribute name =" uncheckedcheckbox" >
1728
+ <data type =" boolean" />
1729
+ </attribute >
1730
+ </optional >
1731
+ <optional >
1732
+ <attribute name =" checkedcheckbox" >
1733
+ <data type =" boolean" />
1734
+ </attribute >
1735
+ </optional >
1736
+ <oneOrMore >
1737
+ <ref name =" BasicBlock" />
1738
+ </oneOrMore >
1739
+ </element >
1740
+ </define >
1719
1741
</grammar >
Original file line number Diff line number Diff line change 1
1
module Metanorma
2
2
module IHO
3
- VERSION = "0.2.14 "
3
+ VERSION = "0.2.15 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments