Readonly
schema
schema: { attributes: {}; contents: readonly [{ label: "encodings"; type: "label"; value: { type: "zeroOrMore"; value: readonly [{ type: "optional"; value: typeof EncodingDate; }, { type: "optional"; value: typeof Encoder; }, { type: "optional"; value: typeof Software; }, { type: "optional"; value: typeof EncodingDescription; }, { type: "optional"; value: typeof Supports; }]; }; }]; name: "encoding"; } = Encoding.schema Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
label: "encodings";
type: "label";
value: {
type: "zeroOrMore";
value: readonly [{
type: "optional";
value: typeof EncodingDate;
}, {
type: "optional";
value: typeof Encoder;
}, {
type: "optional";
value: typeof Software;
}, {
type: "optional";
value: typeof EncodingDescription;
}, {
type: "optional";
value: typeof Supports;
}];
};
}]
Readonly
name: "encoding"
The
<encoding>
elementParent element:
<identification>
The
<encoding>
element contains information about who did the digital encoding, when, with what software, and in what aspects.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/encoding/