Details about a track (i.e. movement) of a work.
Child Elements
Element
|
Description
|
Empty Allowed?
|
Cardinality?
|
trk
|
Along with package ID and recid, trk can be used to uniquely identify a track.
|
no
|
1
|
title
|
Title or tempo marking of the track.
|
no
|
1
|
act
|
Act of the track. The act is usually represented by a number, though it is possible that non-numeric characters may be used.
|
yes
|
1
|
movement
|
Movement of the track. The movement is usually represented by a number, though it is possible that non-numeric characters may be used.
|
yes
|
1
|
Sample
<track>
<trk>1</trk>
<title>Allegro con brio</title>
<act>
</act>
<movement>1</movement>
</track>