Enum IdentifierScope
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//IdentifierScope")]
public enum IdentifierScope
- Extension Methods
Fields
Global = 2
The identifier has a global scope, i.e., there is no other model element with the same identifier
Inherit = 0
The identifier scope is inherited from the (first) base class that defines an identifier
Local = 1
The identifier has a local scope, i.e., the identifier identifies an element only in the scope of the parent element