link

The link type serves as an outgoing simple XLink. It is also used to connect a MusicXML score with a MusicXML opus.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
default-x tenths optional
default-y tenths optional
element xs:NMTOKEN optional
name xs:token optional
position xs:positiveInteger optional
relative-x tenths optional
relative-y tenths optional
xlink:actuate restriction of xs:NMTOKEN onRequest optional
xlink:href xs:anyURI required
xlink:role xs:token optional
xlink:show restriction of xs:NMTOKEN replace optional
xlink:title xs:token optional
xlink:type restriction of xs:NMTOKEN simple optional

Used By

Source

<xs:complexType name="link">
  <xs:annotation>
    <xs:documentation>The link type serves as an outgoing simple XLink. It is also used to connect a MusicXML score with a MusicXML opus.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="link-attributes"/>
  <xs:attribute name="name" type="xs:token"/>
  <xs:attributeGroup ref="element-position"/>
  <xs:attributeGroup ref="position"/>
</xs:complexType>