Skip to content

Commit

Permalink
updating manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Keating committed May 19, 2015
1 parent a0ffc37 commit b6cfdbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified docs/src/DEVISER_MANUAL.docx
Binary file not shown.
6 changes: 5 additions & 1 deletion samples/foo_example_from_manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<element name="Extra" typeCode="SBML_FOO_EXTRA" hasListOf="false" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" baseClass="SBase" abstract="false">
<attributes>
<attribute name="sign" required="true" type="enum" element="Sign_t" abstract="false" />
<attribute name="species" required="false" type="element" element="QualitativeSpecies" abstract="false" />
<attribute name="qualitativeSpecies" required="false" type="element" element="QualitativeSpecies" abstract="false" />
</attributes>
</element>
</elements>
Expand Down Expand Up @@ -72,6 +72,10 @@
</enumValues>
</enum>
</enums>
<mappings>
<mapping name="Transition" package="qual" />
<mapping name="QualitativeSpecies" package="qual" />
</mappings>
</pkgVersion>
</versions>
</package>

0 comments on commit b6cfdbd

Please sign in to comment.