Interface ISpecificAssetId
A specific asset ID describes a generic supplementary identifying attribute of the asset.
Inherited Members
Namespace: AasCore.Aas3_0
Assembly: AasCore.Aas3_0.dll
Syntax
public interface ISpecificAssetId : IHasSemantics, IClass
Remarks
The specific asset ID is not necessarily globally unique.
Constraints:
- Constraint AASd-133: ExternalSubjectId shall be an external reference, i.e. Type = ExternalReference.
Properties
| Improve this Doc View SourceExternalSubjectId
The (external) subject the key belongs to or has meaning to.
Declaration
IReference ExternalSubjectId { get; set; }
Property Value
Type | Description |
---|---|
IReference |
Remarks
This is a global reference.
Name
Name of the identifier
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The value of the specific asset identifier with the corresponding name.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |