Some properties accociated with an ion type which takes part in the mechanisms on the cell |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | required |
Elements | Biophysics/ionProperties, Biophysics/ion_props |
<xs:complexType name="IonProperties"> <xs:annotation> <xs:documentation>Some properties accociated with an ion type which takes part in the mechanisms on the cell</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="parameter" type="NamedParameter" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> |