The <software> element

Parent element: <encoding>

The <software> element specifies what software created the digital encoding.

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

Hierarchy

  • Software

Implements

Constructors

Properties

attributes: SoftwareAttributes
schema: {
    attributes: {};
    contents: readonly [{
        type: "string";
    }];
    name: "software";
} = Software.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "string";
        }]
      • Readonly name: "software"

      Methods

      Generated using TypeDoc