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