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#' |
<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> |