cellml:variable

Complex Type Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
initial_value cellml:initialValue optional
name cellml:cellMLIdentifier required
private_interface cellml:interface optional
public_interface cellml:interface optional
units cellml:cellMLIdentifier required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#'

Used By

Source

<complexType name="variable">
  <sequence>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="name" type="cellml:cellMLIdentifier" use="required"/>
  <attribute name="units" type="cellml:cellMLIdentifier" use="required"/>
  <attribute name="public_interface" type="cellml:interface"/>
  <attribute name="private_interface" type="cellml:interface"/>
  <attribute name="initial_value" type="cellml:initialValue"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>