Skip to content

Commit

Permalink
Add Algorithm children.
Browse files Browse the repository at this point in the history
Added to Range, Output, Change, and AbstractTask.
  • Loading branch information
luciansmith committed Dec 22, 2023
1 parent c46e2eb commit 447cc05
Show file tree
Hide file tree
Showing 9 changed files with 2,707 additions and 4 deletions.
3 changes: 3 additions & 0 deletions dev/sedml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@
</attributes>
</element>
<element name="Range" typeCode="SEDML_RANGE" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SedBase" abstract="true">
<attributes>
<attribute name="algorithm" required="false" type="element" element="Algorithm" abstract="false"/>
</attributes>
<concretes>
<concrete name="uniformRange" element="UniformRange" minNumChildren="0" maxNumChildren="0"/>
<concrete name="vectorRange" element="VectorRange" minNumChildren="0" maxNumChildren="0"/>
Expand Down
Loading

0 comments on commit 447cc05

Please sign in to comment.