cellml:import

Complex Type Information

Model

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

Attributes

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

Used By

Source

<complexType name="import">
  <sequence>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="units" type="cellml:importedUnits"/>
      <element name="component" type="cellml:importedComponent"/>
      <any namespace="##other" processContents="skip"/>
    </choice>
  </sequence>
  <attribute ref="xlink:href" use="required"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>