The <source> element

Parent element: <identification>

The <source> element describes the source for the music that is encoded. This is similar to the Dublin Core source element.

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

Hierarchy

  • Source

Implements

Constructors

Properties

attributes: SourceAttributes
contents: SourceContents
schema: {
    attributes: {};
    contents: readonly [{
        type: "optional";
        value: {
            type: "string";
        };
    }];
    name: "source";
} = Source.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "optional";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "source"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "optional";
            value: {
                type: "string";
            };
        }];
        name: "source";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "optional";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "source"

      Methods

      Generated using TypeDoc