att.origin.staffident

Attributes for identifying the staff associated with a distant feature.
Module MEI.shared
Members
Attributes
@origin.staff(rec)signifies the staff on which referenced notation occurs. Defaults to the same value as the local staff. Mandatory when applicable. One or more of positiveInteger. att.origin.staffident
Declaration
<attDef ident="origin.staff" usage="rec">
<desc>signifies the staff on which referenced notation occurs. Defaults to the same value as the local staff. Mandatory when applicable.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:list>
<rng:oneOrMore>
<rng:data type="positiveInteger"/>
</rng:oneOrMore>
</rng:list>
</datatype>
</attDef>