<xs:element name="line-width" type="line-width" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The line-width element indicates the width of a line type in tenths.</xs:documentation></xs:annotation></xs:element>
<xs:element name="note-size" type="note-size" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The note-size element indicates the percentage of the regular note size to use for notes with a cue and large size as defined in the type element.</xs:documentation></xs:annotation></xs:element>
The other-appearance element is used to define any graphical settings not yet in the current version of the MusicXML format. This allows extended representation, though without application interoperability.
<xs:element name="other-appearance" type="other-appearance" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The other-appearance element is used to define any graphical settings not yet in the current version of the MusicXML format. This allows extended representation, though without application interoperability.</xs:documentation></xs:annotation></xs:element>
The appearance type controls general graphical settings for the music's final form appearance on a printed page of display. Currently this includes support for line widths and definitions for note sizes, plus an extension element for other aspects of appearance.
<xs:complexType name="appearance"><xs:annotation><xs:documentation>The appearance type controls general graphical settings for the music's final form appearance on a printed page of display. Currently this includes support for line widths and definitions for note sizes, plus an extension element for other aspects of appearance.</xs:documentation></xs:annotation><xs:sequence><xs:element name="line-width" type="line-width" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The line-width element indicates the width of a line type in tenths.</xs:documentation></xs:annotation></xs:element><xs:element name="note-size" type="note-size" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The note-size element indicates the percentage of the regular note size to use for notes with a cue and large size as defined in the type element.</xs:documentation></xs:annotation></xs:element><xs:element name="other-appearance" type="other-appearance" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The other-appearance element is used to define any graphical settings not yet in the current version of the MusicXML format. This allows extended representation, though without application interoperability.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>