-
Notifications
You must be signed in to change notification settings - Fork 5
/
arrays.xml
32 lines (32 loc) · 1.76 KB
/
arrays.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<package name="arrays" fullname="arrays" number="1200" offset="8000000" version="1" required="true">
<versions>
<pkgVersion level="3" version="1" pkg_version="1">
<elements>
<element name="Index" typeCode="SBML_ARRAYS_INDEX" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" abstract="false" listOfName="listOfIndices" listOfClassName="ListOfIndices">
<attributes>
<attribute name="referencedAttribute" required="true" type="string" abstract="false"/>
<attribute name="arrayDimension" required="true" type="uint" abstract="false"/>
<attribute name="math" required="true" type="element" element="ASTNode*" abstract="false"/>
</attributes>
</element>
<element name="Dimension" typeCode="SBML_ARRAYS_DIMENSION" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" abstract="false">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="size" required="true" type="SIdRef" element="SBase" abstract="false"/>
<attribute name="arrayDimension" required="true" type="uint" abstract="false"/>
</attributes>
</element>
</elements>
<plugins>
<plugin extensionPoint="SBase">
<references>
<reference name="ListOfIndices"/>
<reference name="ListOfDimensions"/>
</references>
</plugin>
</plugins>
</pkgVersion>
</versions>
</package>