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