Description
If a program has other metadata not yet supported in the MusicXML format, it can go in the miscellaneous element. The miscellaneous type puts each separate part of metadata into its own miscellaneous-field type.
Derived By
Type miscellaneous
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
miscellaneous-field |
miscellaneous-field |
0..* |
|
If a program has other metadata not yet supported in the MusicXML format, each type of metadata can go in a miscellaneous-field element. The required name attribute indicates the type of metadata the element content represents.
|
|
|
|
|
|
Referenced By
Example
<identification>
<creator type="composer">Franz Schubert</creator>
<creator type="poet">Wilhelm Müller</creator>
<rights>Copyright © 2001 Recordare LLC</rights>
<encoding>
<encoding-date>2002-02-16</encoding-date>
<encoder>Michael Good</encoder>
<software>Finale 2002 for Windows</software>
<encoding-description>MusicXML 1.0 example</encoding-description>
</encoding>
<source>Based on Breitkopf & Härtel edition of 1895</source>
<miscellaneous>For MusicXML Tutorial</miscellaneous>
</identification>
Definition
See identification