<xs:complexType name="IonConcentration">
<xs:annotation>
<xs:documentation>Specification of how an ion concentration alters with time, e.g. calcium dynamics. This may influence other channels (e.g. Ca dependent K channels), and other mechanisms may have a contribution to the concentration of the ion specified here.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="status" type="meta:Status" minOccurs="0">
<xs:annotation>
<xs:documentation>Status of the ion conc mech specification: stable, in progress, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="meta:metadata">
<xs:annotation>
<xs:documentation>Some metadata to describe the ion concentration</xs:documentation>
</xs:annotation>
</xs:group>
<xs:group ref="meta:referencedata"/>
<xs:element name="ion_species" type="IonSpecies">
<xs:annotation>
<xs:documentation>Which ion is involved in mechanism.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="decaying_pool_model" type="DecayingPoolModel">
<xs:annotation>
<xs:documentation>At present there is only one choice of a model for this process, more can be added later..</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>A unique name for this ion concentration mechanism, as opposed to name of the ion used.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |