mei:pad

(padding) – An indication of extra visual space between notational
elements.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
label xs:string optional
Provides a name or label for an element. The value may be any
string.
layer restriction of list of xs:positiveInteger optional
Identifies the layer to which a feature applies.
n optional
Provides a number-like designation for an element.
num xs:decimal required
Amount of "padding" to be added, in interline units; that is, in units of
1/2 the distance between adjacent staff lines.
staff restriction of list of xs:positiveInteger optional
Signifies the staff on which a notated event occurs or to which a control
event applies. Mandatory when applicable.
tstamp mei:mei_data.BEAT optional
Encodes the onset time in terms of musical time, i.e.,
beats[.fractional_beat_part].
tstamp.ges mei:mei_data.DURATION.gestural optional
Captures performed onset time in several forms; that is, ppq (MIDI clicks
and MusicXML 'divisions'), Humdrum **recip values, beats, seconds, or mensural duration
values.
tstamp.real mei:mei_data.ISOTIME optional
Used to record the onset time in terms of ISO time.
xml:base mei:mei_data.URI optional
Provides a base URI reference with which applications can resolve relative
URI references into absolute URI references.
xml:id xs:ID optional
Regularizes the naming of an element and thus facilitates building links
between it and other resources. Each id attribute within a document must have a unique
value.

Used By

Element Group mei:mei_model.eventLike

Source

<xs:element name="pad">
  <xs:annotation>
    <xs:documentation>(padding) – An indication of extra visual space between notational elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.pad.log.attributes"/>
  </xs:complexType>
</xs:element>

Sample