cellml:componentRef

Complex Type Information

Model

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

Attributes

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

Used By

Source

<complexType name="componentRef">
  <sequence>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="component_ref" type="cellml:componentRef"/>
      <any namespace="##other" processContents="skip"/>
    </choice>
  </sequence>
  <attribute name="component" type="cellml:cellMLIdentifier" use="required"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>