Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type other-notation
Namespace No namespace
Annotations
The other-notation type is used to define any notations not yet in the MusicXML format. This allows extended representation, though without application interoperability. It handles notations where more specific extension elements such as other-dynamics and other-technical are not appropriate.
Diagram
Diagram musicxml52.tmp#id799 musicxml52.tmp#id800 musicxml4.tmp#id138 musicxml6.tmp#id142 musicxml7.tmp#id131
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
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
number number-level 1 optional
placement above-below optional
print-object yes-no optional
relative-x tenths optional
relative-y tenths optional
type start-stop-single required
Source
<xs:complexType name="other-notation">
  <xs:annotation>
    <xs:documentation>The other-notation type is used to define any notations not yet in the MusicXML format. This allows extended representation, though without application interoperability. It handles notations where more specific extension elements such as other-dynamics and other-technical are not appropriate.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="start-stop-single" use="required"/>
      <xs:attribute name="number" type="number-level" default="1"/>
      <xs:attributeGroup ref="print-object"/>
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="placement"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute other-notation/@type
Namespace No namespace
Type start-stop-single
Properties
use: required
Facets
enumeration start, stop, single
Used by
Complex Type other-notation
Source
<xs:attribute name="type" type="start-stop-single" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute other-notation/@number
Namespace No namespace
Type number-level
Properties
default: 1
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type other-notation
Source
<xs:attribute name="number" type="number-level" default="1"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd