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