att.origin.startEndId

Attributes recording the identifiers of the first and last elements of a sequence of distant elements.
Module
MEI.shared
Attributes
origin.endid, origin.startid
origin.endid(optional)indicates the final element in a sequence of events. Value conforms to data.URI.
origin.startid(optional)indicates the first element in a sequence of events. Value conforms to data.URI.
origin.startid(optional)indicates the first element in a sequence of events. Value conforms to data.URI.
origin.endid(optional)indicates the final element in a sequence of events. Value conforms to data.URI.
Component declarations that are shared between two or more modules.
origin.endid(optional)indicates the final element in a sequence of events. Value conforms to data.URI.
origin.startid(optional)indicates the first element in a sequence of events. Value conforms to data.URI.
Available at
cpMark(copy/colla parte mark) – A verbal or graphical indication to copy musical material written elsewhere.
cpMark(copy/colla parte mark) – A verbal or graphical indication to copy musical material written elsewhere.
Declaration
<classSpec ident="att.origin.startEndId" module="MEI.shared" type="atts">
<desc>Attributes recording the identifiers of the first and last elements of a sequence of distant elements.</desc>
<attList org="group">
<attDef ident="origin.startid" usage="opt">
<desc>indicates the first element in a sequence of events.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.URI" />
</datatype>
</attDef>
<attDef ident="origin.endid" usage="opt">
<desc>indicates the final element in a sequence of events.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.URI" />
</datatype>
</attDef>
</attList>
</classSpec>