The <creator> element

Parent elements: <score-part>, <score-partwise version="4.0">, <score-timewise>

The <identification> element contains basic metadata about the score. It includes information that may apply at a score-wide, movement-wide, or part-wide level. The <creator>, <rights>, <source>, and <relation> elements are based on Dublin Core.

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

Hierarchy

  • Creator

Implements

Constructors

Properties

attributes: CreatorAttributes
contents: CreatorContents
schema: {
    attributes: {
        type: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "creator";
} = Creator.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: "creator"
schema: {
    attributes: {
        type: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "creator";
} = ...

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: "creator"

Methods

Generated using TypeDoc