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