Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element name-display/display-text
Namespace No namespace
Diagram
Diagram musicxml130.tmp#id152 musicxml131.tmp#id239
Type formatted-text
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
dir text-direction optional
enclosure enclosure optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
halign left-center-right optional
justify left-center-right optional
lang optional
letter-spacing number-or-normal optional
line-height number-or-normal optional
line-through number-of-lines optional
overline number-of-lines optional
relative-x tenths optional
relative-y tenths optional
rotation rotation-degrees optional
underline number-of-lines optional
valign valign optional
Source
<xs:element name="display-text" type="formatted-text"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element name-display/accidental-text
Namespace No namespace
Diagram
Diagram musicxml93.tmp#id75
Type accidental-text
Properties
content: simple
Facets
enumeration sharp, natural, flat, double-sharp, sharp-sharp, flat-flat, natural-sharp, natural-flat, quarter-flat, quarter-sharp, three-quarters-flat, three-quarters-sharp
Source
<xs:element name="accidental-text" type="accidental-text"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type name-display
Namespace No namespace
Annotations
The name-display type ais used for exact formatting of multi-font text in part and group names to the left of the system. The print-object attribute can be used to determine what, if anything, is printed at the start of each system. Enclosure for the display-text element is none by default. Language for the display-text element is Italian ("it") by default. Formatting specified in the part-name-display element overrides the formatting specified in the part-name element.
Diagram
Diagram musicxml4.tmp#id138 musicxml5.tmp#id252 musicxml5.tmp#id253
Used by
Model (display-text | accidental-text)
Children accidental-text, display-text
Attributes
QName Type Fixed Default Use Annotation
print-object yes-no optional
Source
<xs:complexType name="name-display">
  <xs:annotation>
    <xs:documentation>The name-display type ais used for exact formatting of multi-font text in part and group names to the left of the system. The print-object attribute can be used to determine what, if anything, is printed at the start of each system. Enclosure for the display-text element is none by default. Language for the display-text element is Italian ("it") by default. Formatting specified in the part-name-display element overrides the formatting specified in the part-name element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="display-text" type="formatted-text"/>
      <xs:element name="accidental-text" type="accidental-text"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="print-object"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd