other-appearance

The other-appearance type 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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type xs:token required

Used By

Source

<xs:complexType name="other-appearance">
  <xs:annotation>
    <xs:documentation>The other-appearance type 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:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="xs:token" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>