Enum ModellingKind
Enumeration for denoting whether an element is a template or an instance.
Namespace: AasCore.Aas3_0
Assembly: AasCore.Aas3_0.dll
Syntax
public enum ModellingKind
Fields
Name | Description |
---|---|
Instance | Concrete, clearly identifiable element instance. Its creation and validation may be guided by a corresponding element template. |
Template | Specification of the common features of a structured element in sufficient detail that such a instance can be instantiated using it |