The starting point of the pedal mark may be indicated by either a @startid, @tstamp, @tstamp.ges, or @tstamp.real attribute. It is a semantic error not to specify one of these attributes.
<elementSpec rend="add" ident="pedal" module="MEI.cmn"><desc xml:lang="en">Piano pedal mark.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.pedal.log"/>
<memberOf key="att.pedal.vis"/>
<memberOf key="att.pedal.ges"/>
<memberOf key="model.controlEventLike.cmn"/>
</classes>
<content>
<empty/>
</content>
<constraintSpec ident="pedal_start-type_attributes_required" scheme="schematron">
<constraint>
<sch:rule context="mei:pedal">
<sch:assert test="@startid or @tstamp or @tstamp.ges or @tstamp.real">Must have one of the
attributes: startid, tstamp, tstamp.ges or tstamp.real.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<remarks xml:lang="en">
<p>The starting point of the pedal mark may be indicated by either a <att>startid</att>,
<att>tstamp</att>, <att>tstamp.ges</att>, or <att>tstamp.real</att> attribute. It is a
semantic error not to specify one of these attributes.</p>
</remarks></elementSpec>