The <part-link> element

Parent element: <score-part>

The <part-link> element allows MusicXML data for both score and parts to be contained within a single compressed MusicXML file. It links a <score-part> from a score document to MusicXML documents that contain parts data. In the case of a single compressed MusicXML file, the link href values are paths that are relative to the root folder of the zip file.

Content

In this order

Attributes

Name Type Required? Description
xlink:href anyURI Yes The href attribute provides the data that allows an application to find a remote resource or resource fragment. See the definition in the XML Linking Language recommendation.
xlink:actuate xlink:actuate No The actuate attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource. The default value is onRequest. See the definition in the XML Linking Language recommendation.
xlink:role token No The role attribute indicates a property of the link. See the definition in the XML Linking Language recommendation.
xlink:show xlink:show No The show attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource. The default value is replace. See the definition in the XML Linking Language recommendation.
xlink:title token No The title attribute describes the meaning of a link or resource in a human-readable fashion. See the definition in the XML Linking Language recommendation.
xlink:type xlink:type No The type attribute identifies XLink element types. In MusicXML, the value is always simple. See the definition in the XML Linking Language recommendation.

Examples

This element is used in the following examples:

<instrument-link>, <part-link>