Search Results for

    Show / Hide Table of Contents

    Interface IAdministrativeInformation

    Administrative meta-information for an element like version information.

    Inherited Members
    IHasDataSpecification.EmbeddedDataSpecifications
    IHasDataSpecification.OverEmbeddedDataSpecificationsOrEmpty()
    IClass.DescendOnce()
    IClass.Descend()
    IClass.Accept(Visitation.IVisitor)
    IClass.Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)
    IClass.Transform<T>(Visitation.ITransformer<T>)
    IClass.Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T>, TContext)
    Namespace: AasCore.Aas3_0
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public interface IAdministrativeInformation : IHasDataSpecification, IClass
    Remarks

    Constraints:

    • Constraint AASd-005: If Version is not specified then also Revision shall be unspecified. This means, a revision requires a version. If there is no version there is no revision neither. Revision is optional.

    Properties

    | Improve this Doc View Source

    Creator

    The subject ID of the subject responsible for making the element.

    Declaration
    IReference Creator { get; set; }
    Property Value
    Type Description
    IReference
    | Improve this Doc View Source

    Revision

    Revision of the element.

    Declaration
    string Revision { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    Version

    Version of the element.

    Declaration
    string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX