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