Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute measure-attributes/@number
Namespace No namespace
Type xs:token
Properties
use: required
Used by
Attribute Group measure-attributes
Source
<xs:attribute name="number" type="xs:token" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute measure-attributes/@implicit
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Attribute Group measure-attributes
Source
<xs:attribute name="implicit" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute measure-attributes/@non-controlling
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Attribute Group measure-attributes
Source
<xs:attribute name="non-controlling" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute measure-attributes/@width
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Attribute Group measure-attributes
Source
<xs:attribute name="width" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group measure-attributes
Namespace No namespace
Diagram
Diagram musicxml198.tmp#id198 musicxml198.tmp#id199 musicxml198.tmp#id200 musicxml198.tmp#id201
Used by
Attributes
QName Type Fixed Default Use Annotation
implicit yes-no optional
non-controlling yes-no optional
number xs:token required
width tenths optional
Source
<xs:attributeGroup name="measure-attributes">
  <xs:annotation>
    <xs:documentation>Measures have a required number attribute (going from partwise to timewise, measures are grouped via the number). The implicit attribute is set to "yes" for measures where the measure number should never appear, such as pickup measures and the last half of mid-measure repeats. The value is "no" if not specified. The non-controlling attribute is intended for use in multimetric music like the Don Giovanni minuet. If set to "yes", the left barline in this measure does not coincide with the left barline of measures in other parts. The value is "no" if not specified. In partwise files, the number attribute should be the same for measures in different parts that share the same left barline. While the number attribute is often numeric, it does not have to be. Non-numeric values are typically used together with the implicit or non-controlling attributes being set to "yes". For a pickup measure, the number attribute is typically set to "0" and the implicit attribute is typically set to "yes". Further details about measure numbering can be defined using the measure-numbering element defined in the direction.mod file Measure width is specified in tenths. These are the global tenths specified in the scaling element, not local tenths as modified by the staff-size element.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="number" type="xs:token" use="required"/>
  <xs:attribute name="implicit" type="yes-no"/>
  <xs:attribute name="non-controlling" type="yes-no"/>
  <xs:attribute name="width" type="tenths"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd