14 lines
No EOL
377 B
XML
14 lines
No EOL
377 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<grammar
|
|
xmlns="http://relaxng.org/ns/structure/1.0"
|
|
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
|
|
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
|
|
|
<include href="mathml/mathml3/mathml3.rng">
|
|
<define name="anyElement">
|
|
<parentRef name="any"/>
|
|
</define>
|
|
|
|
</include>
|
|
|
|
</grammar> |