QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
reversible | cellml:yesno | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.cellml.org/cellml/1.1#' |
Element | cellml:component/cellml:reaction |
<complexType name="reaction"> <sequence> <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/> <element name="variable_ref" type="cellml:variableRef" minOccurs="1" maxOccurs="unbounded"/> <any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="reversible" type="cellml:yesno"/> <anyAttribute namespace="##other" processContents="lax"/> </complexType> |