The <miscellaneous> element

Parent element: <identification>

If a program has other metadata not yet supported in the MusicXML format, it can go in the <miscellaneous> element. The <miscellaneous> element puts each separate part of metadata into its own <miscellaneous-field> element.

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

Hierarchy

  • Miscellaneous

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "miscellaneous-fields";
        type: "label";
        value: {
            type: "zeroOrMore";
            value: typeof MiscellaneousField;
        };
    }];
    name: "miscellaneous";
} = Miscellaneous.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "miscellaneous-fields";
          type: "label";
          value: {
              type: "zeroOrMore";
              value: typeof MiscellaneousField;
          };
      }]
    • Readonly name: "miscellaneous"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "miscellaneous-fields";
            type: "label";
            value: {
                type: "zeroOrMore";
                value: typeof MiscellaneousField;
            };
        }];
        name: "miscellaneous";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "miscellaneous-fields";
            type: "label";
            value: {
                type: "zeroOrMore";
                value: typeof MiscellaneousField;
            };
        }]
      • Readonly name: "miscellaneous"

      Methods

      Generated using TypeDoc