SpecificAssetId🔗
A specific asset ID describes a generic supplementary identifying attribute of the
asset.
The specific asset ID is not necessarily globally unique.
- Constraint AASd-133🔗
- SpecificAssetId.externalSubjectId shall be an external reference, i.e. Reference.type = ReferenceTypes.ExternalReference.
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: LabelType 🔗
-
Name of the identifier
- value: Identifier 🔗
-
The value of the specific asset identifier with the corresponding name.
- externalSubjectId: Optional[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)
-
Constraint AASd-133: External subject ID shall be an external reference.
not (self.externalSubjectId is not None) or (self.externalSubjectId.type == ReferenceTypes.ExternalReference)
Usages
AssetInformation | AssetInformation.specificAssetIds |
Entity | Entity.specificAssetIds |