Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type rehearsal
Namespace No namespace
Annotations
The rehearsal type specifies a rehearsal mark. Language is Italian ("it") by default. Enclosure is square by default.
Diagram
Diagram musicxml6.tmp#id142 musicxml13.tmp#id146 musicxml14.tmp#id150 musicxml15.tmp#id155 musicxml16.tmp#id417
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
dir text-direction optional
enclosure rehearsal-enclosure optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
lang 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
Source
<xs:complexType name="rehearsal">
  <xs:annotation>
    <xs:documentation>The rehearsal type specifies a rehearsal mark. Language is Italian ("it") by default. Enclosure is square by default.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="text-decoration"/>
      <xs:attribute ref="xml:lang"/>
      <xs:attributeGroup ref="text-direction"/>
      <xs:attributeGroup ref="text-rotation"/>
      <xs:attribute name="enclosure" type="rehearsal-enclosure"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute rehearsal/@enclosure
Namespace No namespace
Type rehearsal-enclosure
Properties
content: simple
Facets
enumeration square, circle, none
Used by
Complex Type rehearsal
Source
<xs:attribute name="enclosure" type="rehearsal-enclosure"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd