-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmulti.xml
175 lines (175 loc) · 12.8 KB
/
multi.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="UTF-8"?>
<package name="Multi" fullname="Multi" number="1400" offset="7000000" version="1" required="true">
<versions>
<pkgVersion level="3" version="1" pkg_version="1">
<elements>
<element name="PossibleSpeciesFeatureValue" typeCode="SBML_MULTI_POSSIBLE_SPECIES_FEATURE_VALUE" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="true" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="numericValue" required="false" type="SIdRef" element="Parameter" abstract="false"/>
</attributes>
</element>
<element name="CompartmentReference" typeCode="SBML_MULTI_COMPARTMENT_REFERENCE" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="compartment" required="true" type="SIdRef" element="Compartment" abstract="false"/>
</attributes>
</element>
<element name="SpeciesTypeInstance" typeCode="SBML_MULTI_SPECIES_TYPE_INSTANCE" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="true" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="speciesType" required="true" type="SIdRef" element="MultiSpeciesType" abstract="false"/>
<attribute name="compartmentReference" required="false" type="SIdRef" element="Compartment" abstract="false"/>
</attributes>
</element>
<element name="InSpeciesTypeBond" typeCode="SBML_MULTI_IN_SPECIES_TYPE_BOND" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="bindingSite1" required="true" type="SIdRef" element="BindingSiteSpeciesType" abstract="false"/>
<attribute name="bindingSite2" required="true" type="SIdRef" element="BindingSiteSpeciesType" abstract="false"/>
</attributes>
</element>
<element name="OutwardBindingSite" typeCode="SBML_MULTI_OUTWARD_BINDING_SITE" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="bindingStatus" required="true" type="enum" element="BindingStatus" abstract="false"/>
<attribute name="component" required="true" type="SIdRef" element="MultiSpeciesType, SpeciesTypeInstance, SpeciesTypeComponentIndex" abstract="false"/>
</attributes>
</element>
<element name="SpeciesFeatureType" typeCode="SBML_MULTI_SPECIES_FEATURE_TYPE" hasListOf="true" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="true" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="occur" required="true" type="uint" abstract="false"/>
<attribute name="possibleSpeciesFeatureValue" required="false" type="lo_element" element="PossibleSpeciesFeatureValue" abstract="false"/>
</attributes>
</element>
<element name="SpeciesTypeComponentIndex" typeCode="SBML_MULTI_SPECIES_TYPE_COMPONENT_INDEX" hasListOf="true" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="true" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="component" required="true" type="SIdRef" element="SpeciesTypeInstance" abstract="false"/>
<attribute name="identifyingParent" required="false" type="SIdRef" element="SpeciesTypeInstance,SpeciesTypeComponentIndex,MultiSpeciesType" abstract="false"/>
</attributes>
</element>
<element name="SpeciesFeature" typeCode="SBML_MULTI_SPECIES_FEATURE" hasListOf="true" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="speciesFeatureType" required="true" type="SIdRef" element="SpeciesFeatureType" abstract="false"/>
<attribute name="occur" required="true" type="uint" abstract="false"/>
<attribute name="component" required="false" type="SIdRef" element="SpeciesTypeComponent" abstract="false"/>
<attribute name="speciesFeatureValue" required="false" type="lo_element" element="SpeciesFeatureValue" abstract="false"/>
</attributes>
<listOfAttributes>
<listOfAttribute name="subListOfSpeciesFeatures" required="false" type="element" element="SubListOfSpeciesFeatures" abstract="false"/>
</listOfAttributes>
</element>
<element name="SpeciesFeatureValue" typeCode="SBML_MULTI_SPECIES_FEATURE_VALUE" hasListOf="true" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false">
<attributes>
<attribute name="value" required="true" type="SIdRef" element="PossibleSpeciesFeatureValue" abstract="false"/>
</attributes>
</element>
<element name="SpeciesTypeComponentMapInProduct" typeCode="SBML_MULTI_SPECIES_TYPE_COMPONENT_MAP_IN_PRODUCT" hasListOf="true" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="false" listOfName="listOfSpeciesTypeComponentMapsInProduct" listOfClassName="ListOfSpeciesTypeComponentMapsInProduct">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="reactant" required="true" type="SIdRef" element="SpeciesReference" abstract="false"/>
<attribute name="reactantComponent" required="true" type="SIdRef" element="MultiSpeciesType, Species" abstract="false"/>
<attribute name="productComponent" required="true" type="SIdRef" element="MultiSpeciesType, Species" abstract="false"/>
</attributes>
</element>
<element name="MultiSpeciesType" typeCode="SBML_MULTI_SPECIES_TYPE" hasListOf="true" hasChildren="true" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" baseClass="SBase" abstract="true" elementName="speciesType" listOfName="listOfSpeciesTypes" listOfClassName="ListOfMultiSpeciesTypes">
<attributes>
<attribute name="id" required="true" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="compartment" required="false" type="SIdRef" element="Compartment" abstract="false"/>
<attribute name="speciesFeatureType" required="false" type="lo_element" element="SpeciesFeatureType" abstract="false"/>
<attribute name="speciesTypeInstance" required="false" type="lo_element" element="SpeciesTypeInstance" abstract="false"/>
<attribute name="speciesTypeComponentIndex" required="false" type="lo_element" element="SpeciesTypeComponentIndex" abstract="false"/>
<attribute name="inSpeciesTypeBond" required="false" type="lo_element" element="InSpeciesTypeBond" abstract="false"/>
</attributes>
<concretes>
<concrete name="bindingSiteSpeciesType" element="BindingSiteSpeciesType" minNumChildren="0" maxNumChildren="0"/>
</concretes>
</element>
<element name="IntraSpeciesReaction" typeCode="SBML_MULTI_INTRA_SPECIES_REACTION" hasListOf="false" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" baseClass="Reaction" abstract="false" elementName="intraSpeciesReaction"/>
<element name="BindingSiteSpeciesType" typeCode="SBML_MULTI_BINDINGSITESPECIESTYPE" hasListOf="false" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" baseClass="MultiSpeciesType" abstract="false"/>
<element name="SubListOfSpeciesFeatures" typeCode="SBML_MULTI_SUBLISTOFSPECIESFEATURES" hasListOf="true" hasChildren="false" hasMath="false" childrenOverwriteElementName="false" minNumListOfChildren="0" maxNumListOfChildren="0" abstract="false" listOfName="subListOfSpeciesFeatures">
<attributes>
<attribute name="id" required="false" type="SId" abstract="false"/>
<attribute name="name" required="false" type="string" abstract="false"/>
<attribute name="relation" required="true" type="enum" element="Relation" abstract="false"/>
<attribute name="component" required="false" type="SIdRef" element="Species" abstract="false"/>
<attribute name="speciesFeature" required="false" type="inline_lo_element" element="SpeciesFeature" abstract="false"/>
</attributes>
</element>
</elements>
<plugins>
<plugin extensionPoint="Model">
<references>
<reference name="ListOfMultiSpeciesTypes"/>
</references>
</plugin>
<plugin extensionPoint="Compartment">
<references>
<reference name="ListOfCompartmentReferences"/>
</references>
<attributes>
<attribute name="compartmentType" required="false" type="SIdRef" element="Compartment" abstract="false"/>
<attribute name="isType" required="true" type="bool" abstract="false"/>
</attributes>
</plugin>
<plugin extensionPoint="Species">
<references>
<reference name="ListOfSpeciesFeatures"/>
<reference name="ListOfOutwardBindingSites"/>
</references>
<attributes>
<attribute name="speciesType" required="false" type="SIdRef" element="MultiSpeciesType" abstract="false"/>
</attributes>
</plugin>
<plugin extensionPoint="SimpleSpeciesReference">
<attributes>
<attribute name="compartmentReference" required="false" type="SIdRef" element="Compartment" abstract="false"/>
</attributes>
</plugin>
<plugin extensionPoint="SpeciesReference">
<references>
<reference name="ListOfSpeciesTypeComponentMapsInProduct"/>
</references>
</plugin>
</plugins>
<enums>
<enum name="BindingStatus">
<enumValues>
<enumValue name="MULTI_BINDING_STATUS_BOUND" value="bound"/>
<enumValue name="MULTI_BINDING_STATUS_UNBOUND" value="unbound"/>
<enumValue name="MULTI_BINDING_STATUS_EITHER" value="either"/>
</enumValues>
</enum>
<enum name="Relation">
<enumValues>
<enumValue name="MULTI_RELATION_AND" value="and"/>
<enumValue name="MULTI_RELATION_OR" value="or"/>
<enumValue name="MULTI_RELATION_NOT" value="not"/>
</enumValues>
</enum>
<enum name="RepresentationType">
<enumValues>
<enumValue name="MULTI_REPRESENTATIONTYPE_SUM" value="sum"/>
<enumValue name="MULTI_REPRESENTATIONTYPE_NUMERICVALUE" value="numericValue"/>
</enumValues>
</enum>
</enums>
<mappings>
<mapping name="SimpleSpeciesReference"/>
</mappings>
</pkgVersion>
</versions>
</package>