IonSpecies

Which ion is involved in an ion_concentration mechanism. Note in v2.0 the attribute form for defining the name will be required.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional

Used By

Source

<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>