att.origin.layerident

Attributes that identify the layer associated with a distant feature.
Module MEI.shared
Members
Attributes
@origin.layer(optional)identifies the layer on which referenced notation occurs. One or more of positiveInteger. att.origin.layerident
Declaration
<attDef ident="origin.layer" usage="opt">
<desc>identifies the layer on which referenced notation occurs.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:list>
<rng:oneOrMore>
<rng:data type="positiveInteger"/>
</rng:oneOrMore>
</rng:list>
</datatype>
</attDef>