The <other-play> element

Parent element: <play>

The <other-play> element represents other types of playback not otherwise specified within the <play> element.

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

Hierarchy

  • OtherPlay

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {
        type: {
            type: "required";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [];
    name: "other-play";
} = OtherPlay.schema

Type declaration

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

Type declaration

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

Methods

Generated using TypeDoc