The online documentation for the sign element at:
http://www.finalemusic.com/UserManuals/ ... L-sign.htm
shows an F Clef in its normal position, with the MusicXML code for it being:
<Clef>
<Sign>F</Sign>
<Line>2</Line>
</Clef>
However, it should actually say:
<Clef>
<Sign>F</Sign>
<Line>4</Line>
</Clef>
as described in the staff-line description in:
http://www.finalemusic.com/UserManuals/ ... L-clef.htm
"Line numbers are counted from the bottom of the staff. Standard values are 2 for the G sign (treble clef), 4 for the F sign (bass clef), 3 for the C sign (alto clef) and 5 for TAB (on a 6-line staff)."
I would also suggest that the documentation include a description of where to place a clef in the absence of a line-number element. It could state that the clef should be centered within the staff, or that it should go in the clef's "traditional" position, although that could leave things open to more interpretation than is desired.