cellml:reaction

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#' , cellml:variable_ref+ , ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#'

Attributes

QName Type Fixed Default Use Inheritable Annotation
reversible cellml:yesno optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#'

Used By

Source

<complexType name="reaction">
  <sequence>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    <element name="variable_ref" type="cellml:variableRef" minOccurs="1" maxOccurs="unbounded"/>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="reversible" type="cellml:yesno"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>