measure-numbering

The measure-numbering type describes how frequently measure numbers are displayed on this part. The number attribute from the measure element is used for printing. Measures with an implicit attribute set to "yes" never display a measure number, regardless of the measure-numbering setting.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
relative-x tenths optional
relative-y tenths optional

Used By

Source

<xs:complexType name="measure-numbering">
  <xs:annotation>
    <xs:documentation>The measure-numbering type describes how frequently measure numbers are displayed on this part. The number attribute from the measure element is used for printing. Measures with an implicit attribute set to "yes" never display a measure number, regardless of the measure-numbering setting.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="measure-numbering-value">
      <xs:attributeGroup ref="print-style"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>