Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element level/level
Namespace No namespace
Diagram
Diagram musicxml44.tmp#id267 musicxml95.tmp#id119 musicxml44.tmp#id266
Type level
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
bracket yes-no optional
parentheses yes-no optional
reference yes-no optional
size symbol-size optional
Source
<xs:element name="level" type="level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type level
Namespace No namespace
Annotations
The level type is used to specify editorial information for different MusicXML elements. If the reference attribute for the level element is yes, this indicates editorial information that is for display only and should not affect playback. For instance, a modern edition of older music may set reference="yes" on the attributes containing the music's original clef, key, and time signature. It is no by default.
Diagram
Diagram musicxml44.tmp#id267 musicxml95.tmp#id119
Type extension of xs:string
Used by
Element level/level
Attributes
QName Type Fixed Default Use Annotation
bracket yes-no optional
parentheses yes-no optional
reference yes-no optional
size symbol-size optional
Source
<xs:complexType name="level">
  <xs:annotation>
    <xs:documentation>The level type is used to specify editorial information for different MusicXML elements. If the reference attribute for the level element is yes, this indicates editorial information that is for display only and should not affect playback. For instance, a modern edition of older music may set reference="yes" on the attributes containing the music's original clef, key, and time signature. It is no by default.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="reference" type="yes-no"/>
      <xs:attributeGroup ref="level-display"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute level/@reference
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type level
Source
<xs:attribute name="reference" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element Group level
Namespace No namespace
Diagram
Diagram musicxml44.tmp#id265
Used by
Model level
Children level
Source
<xs:group name="level">
  <xs:annotation>
    <xs:documentation>The level element specifies editorial information for different MusicXML elements. It is defined within a group due to its multiple uses within the MusicXML schema.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="level" type="level"/>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd