Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element appearance/line-width
Namespace No namespace
Annotations
The line-width element indicates the width of a line type in tenths.
Diagram
Diagram musicxml19.tmp#id37 musicxml237.tmp#id617 musicxml237.tmp#id616
Type line-width
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
type line-width-type required
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element appearance/note-size
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml54.tmp#id21 musicxml55.tmp#id620 musicxml55.tmp#id619
Type note-size
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
type note-size-type required
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element appearance/other-appearance
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml101.tmp#id623 musicxml101.tmp#id622
Type other-appearance
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
type xs:token required
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type appearance
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml128.tmp#id615 musicxml128.tmp#id618 musicxml128.tmp#id621
Used by
Model line-width* , note-size* , other-appearance*
Children line-width, note-size, other-appearance
Source
<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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd