The <encoding-description> element

Parent element: <encoding>

The <encoding-description> element contains descriptive information about the digital encoding that is not provided in the other <encoding> child elements.

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

Hierarchy

  • EncodingDescription

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "encoding-description";
} = EncodingDescription.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc