The <opus> element

Parent element: <work>

The <opus> element represents a link to a MusicXML opus document that composes multiple MusicXML scores into a collection.

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

Hierarchy

  • Opus

Implements

Constructors

Properties

attributes: OpusAttributes
contents: []
schema: {
    attributes: {
        xlink:actuate: {
            type: "optional";
            value: {
                choices: readonly ["none", "onRequest", "onLoad", "other"];
                type: "choices";
            };
        };
        xlink:href: {
            type: "required";
            value: {
                type: "string";
            };
        };
        xlink:role: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:show: {
            type: "optional";
            value: {
                choices: readonly ["none", "new", "replace", "embed", "other"];
                type: "choices";
            };
        };
        xlink:title: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:type: {
            type: "optional";
            value: {
                choices: readonly ["simple"];
                type: "choices";
            };
        };
    };
    contents: readonly [];
    name: "opus";
} = Opus.schema

Type declaration

  • Readonly attributes: {
        xlink:actuate: {
            type: "optional";
            value: {
                choices: readonly ["none", "onRequest", "onLoad", "other"];
                type: "choices";
            };
        };
        xlink:href: {
            type: "required";
            value: {
                type: "string";
            };
        };
        xlink:role: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:show: {
            type: "optional";
            value: {
                choices: readonly ["none", "new", "replace", "embed", "other"];
                type: "choices";
            };
        };
        xlink:title: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:type: {
            type: "optional";
            value: {
                choices: readonly ["simple"];
                type: "choices";
            };
        };
    }
    • Readonly xlink:actuate: {
          type: "optional";
          value: {
              choices: readonly ["none", "onRequest", "onLoad", "other"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["none", "onRequest", "onLoad", "other"];
            type: "choices";
        }
        • Readonly choices: readonly ["none", "onRequest", "onLoad", "other"]
        • Readonly type: "choices"
    • Readonly xlink:href: {
          type: "required";
          value: {
              type: "string";
          };
      }
      • Readonly type: "required"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
    • Readonly xlink:role: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
    • Readonly xlink:show: {
          type: "optional";
          value: {
              choices: readonly ["none", "new", "replace", "embed", "other"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["none", "new", "replace", "embed", "other"];
            type: "choices";
        }
        • Readonly choices: readonly ["none", "new", "replace", "embed", "other"]
        • Readonly type: "choices"
    • Readonly xlink:title: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
    • Readonly xlink:type: {
          type: "optional";
          value: {
              choices: readonly ["simple"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["simple"];
            type: "choices";
        }
        • Readonly choices: readonly ["simple"]
        • Readonly type: "choices"
  • Readonly contents: readonly []
  • Readonly name: "opus"
schema: {
    attributes: {
        xlink:actuate: {
            type: "optional";
            value: {
                choices: readonly ["none", "onRequest", "onLoad", "other"];
                type: "choices";
            };
        };
        xlink:href: {
            type: "required";
            value: {
                type: "string";
            };
        };
        xlink:role: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:show: {
            type: "optional";
            value: {
                choices: readonly ["none", "new", "replace", "embed", "other"];
                type: "choices";
            };
        };
        xlink:title: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:type: {
            type: "optional";
            value: {
                choices: readonly ["simple"];
                type: "choices";
            };
        };
    };
    contents: readonly [];
    name: "opus";
} = ...

Type declaration

  • Readonly attributes: {
        xlink:actuate: {
            type: "optional";
            value: {
                choices: readonly ["none", "onRequest", "onLoad", "other"];
                type: "choices";
            };
        };
        xlink:href: {
            type: "required";
            value: {
                type: "string";
            };
        };
        xlink:role: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:show: {
            type: "optional";
            value: {
                choices: readonly ["none", "new", "replace", "embed", "other"];
                type: "choices";
            };
        };
        xlink:title: {
            type: "optional";
            value: {
                type: "string";
            };
        };
        xlink:type: {
            type: "optional";
            value: {
                choices: readonly ["simple"];
                type: "choices";
            };
        };
    }
    • Readonly xlink:actuate: {
          type: "optional";
          value: {
              choices: readonly ["none", "onRequest", "onLoad", "other"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["none", "onRequest", "onLoad", "other"];
            type: "choices";
        }
        • Readonly choices: readonly ["none", "onRequest", "onLoad", "other"]
        • Readonly type: "choices"
    • Readonly xlink:href: {
          type: "required";
          value: {
              type: "string";
          };
      }
      • Readonly type: "required"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
    • Readonly xlink:role: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
    • Readonly xlink:show: {
          type: "optional";
          value: {
              choices: readonly ["none", "new", "replace", "embed", "other"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["none", "new", "replace", "embed", "other"];
            type: "choices";
        }
        • Readonly choices: readonly ["none", "new", "replace", "embed", "other"]
        • Readonly type: "choices"
    • Readonly xlink:title: {
          type: "optional";
          value: {
              type: "string";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            type: "string";
        }
        • Readonly type: "string"
    • Readonly xlink:type: {
          type: "optional";
          value: {
              choices: readonly ["simple"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["simple"];
            type: "choices";
        }
        • Readonly choices: readonly ["simple"]
        • Readonly type: "choices"
  • Readonly contents: readonly []
  • Readonly name: "opus"

Methods

  • Gets

    Returns null | "none" | "onRequest" | "onLoad" | "other"

  • Gets

    Returns null | "replace" | "none" | "other" | "new" | "embed"

Generated using TypeDoc