The <encoder> element

Parent element: <encoding>

The <encoder> element contains information about who did the digital encoding.

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

Hierarchy

  • Encoder

Implements

Constructors

Properties

attributes: EncoderAttributes
contents: EncoderContents
schema: {
    attributes: {
        type: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "encoder";
} = Encoder.schema

Type declaration

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

Type declaration

  • Readonly attributes: {
        type: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    }
    • Readonly type: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
  • Readonly contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }]
  • Readonly name: "encoder"

Methods

Generated using TypeDoc