The <work-number> element

Parent element: <work>

The <work-number> element specifies the number of a work, such as its opus number.

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

Hierarchy

  • WorkNumber

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "string";
    }];
    name: "work-number";
} = WorkNumber.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "string";
        }]
      • Readonly name: "work-number"

      Methods

      Generated using TypeDoc