cellml:units

Complex Type Information

Model

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

Attributes

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

Used By

Source

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