att.origin.startendid

Attributes recording the identifiers of the first and last elements of a sequence of distant elements.
Module MEI.shared
Members
Attributes
@origin.endid(optional)indicates the final element in a sequence of events. Value conforms to data.URI. att.origin.startendid
@origin.startid(optional)indicates the first element in a sequence of events. Value conforms to data.URI. att.origin.startendid
Declaration
<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>