QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
delta_variable | cellml:cellMLIdentifier | optional | ||||
direction | cellml:direction | optional | ||||
role | cellml:roleType | required | ||||
stoichiometry | double | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#' |
Element | cellml:variableRef/cellml:role |
<complexType name="role"> <sequence> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="mathml:math"/> <any namespace="##other" processContents="skip"/> </choice> </sequence> <attribute name="role" type="cellml:roleType" use="required"/> <attribute name="direction" type="cellml:direction"/> <attribute name="delta_variable" type="cellml:cellMLIdentifier"/> <attribute name="stoichiometry" type="double"/> <anyAttribute namespace="##other" processContents="lax"/> </complexType> |