cellml:role

Complex Type Information

Model

(math | ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#')
Children: math

Attributes

QName Type Fixed Default Use Inheritable Annotation
delta_variable cellml:cellMLIdentifier optional
direction cellml:direction optional
role cellml:roleType required
stoichiometry double optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#'

Used By

Source

<complexType name="role">
  <sequence>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="mathml:math"/>
      <any namespace="##other" processContents="skip"/>
    </choice>
  </sequence>
  <attribute name="role" type="cellml:roleType" use="required"/>
  <attribute name="direction" type="cellml:direction"/>
  <attribute name="delta_variable" type="cellml:cellMLIdentifier"/>
  <attribute name="stoichiometry" type="double"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>