QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | cellml:cellMLIdentifier | required | ||||
units_ref | cellml:cellMLIdentifier | required | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#' |
Element | cellml:import/cellml:units |
<complexType name="importedUnits"> <sequence> <choice minOccurs="0" maxOccurs="unbounded"> <any namespace="##other" processContents="skip"/> </choice> </sequence> <attribute name="name" type="cellml:cellMLIdentifier" use="required"/> <attribute name="units_ref" type="cellml:cellMLIdentifier" use="required"/> <anyAttribute namespace="##other" processContents="lax"/> </complexType> |