cellml:variableRef

Complex Type Information

Model

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

Attributes

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

Used By

Source

<complexType name="variableRef">
  <sequence>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    <element name="role" type="cellml:role" minOccurs="1" maxOccurs="unbounded"/>
    <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="variable" type="cellml:cellMLIdentifier" use="required"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>