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