Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions RelaxNG/sbml-core/sbml-core-v2.rng
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">

<!-- The following are the core SBML data classes -->
<!-- The following are the core SBML data classes -->
<!-- these will all need l3v2 variants -->

<include href="sbml-simple-types.rng"/>
<include href="sbml-sbase-l3v2.rng"/>
<include href="sbml-core-l3v2.rng"/>
<include href="sbml-mathml-l3v2.rng"/>

<include href="sbml-mathml-l3v2.rng"/>

</grammar>