att.sequence

Attributes that describe order within a collection of features.
Module MEI.shared
Members
Attributes
@seq(optional)Used to assign a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred. Value of datatype positiveInteger. att.sequence
Declaration
<attDef ident="seq" usage="opt">
<desc>Used to assign a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>