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