Interface IAdministrativeInformation
Administrative meta-information for an element like version information.
Inherited Members
Namespace: AasCore.Aas3_0
Assembly: AasCore.Aas3_0.dll
Syntax
public interface IAdministrativeInformation : IHasDataSpecification, IClass
Remarks
Constraints:
Properties
| Improve this Doc View SourceCreator
The subject ID of the subject responsible for making the element.
Declaration
IReference Creator { get; set; }
Property Value
Type | Description |
---|---|
IReference |
Revision
Revision of the element.
Declaration
string Revision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateId
Identifier of the template that guided the creation of the element.
Declaration
string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
In case of a submodel the TemplateId is the identifier of the submodel template ID that guided the creation of the submodel
The TemplateId is not relevant for validation in Submodels. For validation the SemanticId shall be used.
Usage of TemplateId is not restricted to submodel instances. So also the creation of submodel templates can be guided by another submodel template.
Version
Version of the element.
Declaration
string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |