SpecificAssetId🔗
A specific asset ID describes a generic supplementary identifying attribute of the
asset.
The specific asset ID is not necessarily globally unique.
Inheritances 🔗
Properties 🔗
- semanticId: Optional[Reference] 🔗
-
(From HasSemantics)Identifier of the semantic definition of the element. It is called semantic ID of the element or also main semantic ID of the element.It is recommended to use a global reference.
- supplementalSemanticIds: Optional[List[Reference]] 🔗
-
(From HasSemantics)Identifier of a supplemental semantic definition of the element. It is called supplemental semantic ID of the element.It is recommended to use a global reference.
- name: NonEmptyString 🔗
-
Name of the identifier
- value: NonEmptyString 🔗
-
The value of the specific asset identifier with the corresponding name.
- externalSubjectId: Reference 🔗
-
The (external) subject the key belongs to or has meaning to.This is a global reference.
Invariants 🔗
-
Supplemental semantic IDs must be either not set or have at least one item
(From HasSemantics)
not (self.supplementalSemanticIds is not None) or (len(self.supplementalSemanticIds) >= 1)
-
Constraint AASd-118: If there are supplemental semantic IDs defined then there shall be also a main semantic ID.
(From HasSemantics)
not (self.supplementalSemanticIds is not None) or (self.semanticId is not None)
Usages
AssetInformation | AssetInformation.specificAssetIds |
Entity | Entity.specificAssetId |