Which ion is involved in an ion_concentration mechanism. Note in v2.0 the attribute form for defining the name will be required. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | optional |
Element | IonConcentration/ion_species |
<xs:complexType name="IonSpecies"> <xs:annotation> <xs:documentation>Which ion is involved in an ion_concentration mechanism. Note in v2.0 the attribute form for defining the name will be required.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="name" type="xs:string" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> |