IonProperties

Some properties accociated with an ion type which takes part in the mechanisms on the cell

Complex Type Information

Model

Children: parameter

Attributes

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

Used By

Source

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