-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdyn.xml
More file actions
46 lines (45 loc) · 2.63 KB
/
dyn.xml
File metadata and controls
46 lines (45 loc) · 2.63 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<package name="dyn" fullname="Dynamic Processes" number="400" offset="9000000" version="1" required="true">
<versions>
<pkgVersion level="3" version="1" pkg_version="1">
<elements>
<element name="DynElement" typeCode="SBML_DYN_DYNELEMENT" 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="idRef" required="false" type="SIdRef" element="SBase" abstract="false"/>
<attribute name="metaIdRef" required="false" type="IDREF" element="SBase" abstract="false"/>
</attributes>
</element>
<element name="SpatialComponent" typeCode="SBML_DYN_SPATIALCOMPONENT" 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="spatialIndex" required="true" type="SpatialKind" abstract="false"/>
<attribute name="variable" required="true" type="SIdRef" element="Parameter" abstract="false"/>
</attributes>
</element>
</elements>
<plugins>
<plugin extensionPoint="SBase">
<attributes>
<attribute name="cboTerm" required="false" type="CBOTerm" abstract="false"/>
</attributes>
</plugin>
<plugin extensionPoint="Event">
<references>
<reference name="ListOfDynElements"/>
</references>
<attributes>
<attribute name="applyToAll" required="false" type="boolean" abstract="false"/>
</attributes>
</plugin>
<plugin extensionPoint="Compartment">
<references>
<reference name="ListOfSpatialComponents"/>
</references>
</plugin>
</plugins>
</pkgVersion>
</versions>
</package>