Submodel🔗

A submodel defines a specific aspect of the asset represented by the Asset Administration Shell.
A submodel is used to structure the digital representation and technical functionality of an Administration Shell into distinguishable parts. Each submodel refers to a well-defined domain or subject. Submodels can become standardized and, in turn, submodel templates.

Inheritances 🔗

Properties 🔗

extensions: Optional[List[Extension]] 🔗
(From HasExtensions)
An extension of the element.
category: Optional[NameType] 🔗
(From Referable)
The category is a value that gives further meta information w.r.t. the class of the element. It affects the expected existence of attributes and the applicability of constraints.
The category is not identical to the semantic definition (HasSemantics) of an element. The category could e.g. denote that the element is a measurement value, whereas the semantic definition of the element would denote that it is the measured temperature.
Deprecated.
idShort: Optional[IdShortType] 🔗
(From Referable)
In case of identifiables, this attribute is a short name of the element. In case of a referable, this ID is an identifying string of the element within its name space.
In case the element is a property and the property has a semantic definition (HasSemantics.semanticId) conformant to IEC61360 the Referable.idShort is typically identical to the short name in English, if available.
displayName: Optional[List[LangStringNameType]] 🔗
(From Referable)
Display name. Can be provided in several languages.
description: Optional[List[LangStringTextType]] 🔗
(From Referable)
Description or comments on the element.

The description can be provided in several languages.

If no description is defined, the definition of the concept description that defines the semantics of the element is used.

Additional information can be provided, e.g., if the element is qualified and which qualifier types can be expected in which context or which additional data specification templates.

administration: Optional[AdministrativeInformation] 🔗
(From Identifiable)
Administrative information of an identifiable element.
Some of the administrative information like the version number might need to be part of the identification.
id: Identifier 🔗
(From Identifiable)
The globally unique identification of the element.
kind: Optional[ModellingKind] 🔗
(From HasKind)
Kind of the element: either template or instance.
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.
supplementalSemanticIds: Optional[List[Reference]] 🔗
(From HasSemantics)
Identifier of a supplemental semantic definition of the element. It is called supplemental semantic ID of the element.
qualifiers: Optional[List[Qualifier]] 🔗
(From Qualifiable)
Additional qualification of a qualifiable element.
Constraint AASd-021🔗
Every qualifiable shall only have one qualifier with the same Qualifier.type.
embeddedDataSpecifications: Optional[List[EmbeddedDataSpecification]] 🔗
Embedded data specification.
submodelElements: Optional[List[SubmodelElement]] 🔗
Submodel elements contained in the submodel.

Invariants 🔗

Usages

Environment Environment.submodels