link-attributes

The link-attributes group includes all the simple XLink attributes supported in the MusicXML format.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
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

Complex Types link, opus

Source

<xs:attributeGroup name="link-attributes">
  <xs:annotation>
    <xs:documentation>The link-attributes group includes all the simple XLink attributes supported in the MusicXML format.</xs:documentation>
  </xs:annotation>
  <!--<xs:attribute ref="xmnls:xlink" fixed="http://www.w3.org/1999/xlink"/>-->
  <xs:attribute ref="xlink:href" use="required"/>
  <xs:attribute ref="xlink:type" fixed="simple"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:show" default="replace"/>
  <xs:attribute ref="xlink:actuate" default="onRequest"/>
</xs:attributeGroup>