cellml:component

Complex Type Information

Model

cellml:units | cellml:variable | cellml:reaction | math | ANY element from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#'

Attributes

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

Used By

Source

<complexType name="component">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element name="units" type="cellml:units"/>
    <element name="variable" type="cellml:variable"/>
    <element name="reaction" type="cellml:reaction"/>
    <element ref="mathml:math"/>
    <any namespace="##other" processContents="skip"/>
  </choice>
  <attribute name="name" type="cellml:cellMLIdentifier" use="required"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>