The <group-link> element

Parent element: <part-link>

Multiple <part-link> elements can reference different types of linked documents, such as parts and condensed score. The optional <group-link> elements identify the groups used in the linked document. The content of a <group-link> element should match the content of a <group> element in the linked document.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/group-link/

Hierarchy

  • GroupLink

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "group-link";
} = GroupLink.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "group-link"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "group-link";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "group-link"

      Methods

      Generated using TypeDoc