Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type other-appearance
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml101.tmp#id623
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
type xs:token required
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute other-appearance/@type
Namespace No namespace
Type xs:token
Properties
use: required
Used by
Complex Type other-appearance
Source
<xs:attribute name="type" type="xs:token" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd