Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type miscellaneous-field
Namespace No namespace
Annotations
If a program has other metadata not yet supported in the MusicXML format, each type of metadata can go in a miscellaneous-field element. The required name attribute indicates the type of metadata the element content represents.
Diagram
Diagram musicxml108.tmp#id613
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
name xs:token required
Source
<xs:complexType name="miscellaneous-field">
  <xs:annotation>
    <xs:documentation>If a program has other metadata not yet supported in the MusicXML format, each type of metadata can go in a miscellaneous-field element. The required name attribute indicates the type of metadata the element content represents.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="name" type="xs:token" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute miscellaneous-field/@name
Namespace No namespace
Type xs:token
Properties
use: required
Used by
Complex Type miscellaneous-field
Source
<xs:attribute name="name" type="xs:token" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd