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#' |
Element | cellml:model/cellml:component |
<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> |