The category is a value that gives further meta information w.r.t. to the class of the element. It affects the expected existence of attributes and the applicability of constraints.
Note: The category is not identical to the semantic definition (IHasSemantics) of an element. The category e.g. could denote that the element is a measurement value whereas the semantic definition of the element would denote that it is the measured temperature.
Description or comments on the element.
The description can be provided in several languages.
If no description is defined, then 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 are provided.
Display name. Can be provided in several languages.
Embedded data specification.
An extension of the element.
In case of identifiables this attribute is a short name of the element. In case of referable this ID is an identifying string of the element within its name space.
Note: In case the element is a property and the property has a semantic definition (semanticId) conformant to IEC61360 the idShort is typically identical to the short name in English.
Defines whether order in list is relevant. If orderRelevant = False
then the list is representing a set or a bag.
Default: True
Additional qualification of a qualifiable element.
Constraint AASd-021
:
Every qualifiable can only have one qualifier with the same
type.
Identifier of the semantic definition of the element. It is called semantic ID of the element or also main semantic ID of the element.
Note: It is recommended to use a global reference.
Semantic ID the submodel elements contained in the list match to.
Note: It is recommended to use a global reference.
Identifier of a supplemental semantic definition of the element. It is called supplemental semantic ID of the element.
Note: It is recommended to use a global reference.
The submodel element type of the submodel elements contained in the list.
Submodel element contained in the list.
The list is ordered.
The value type of the submodel element contained in the list.
Dispatch visitor
on this instance.
to visit this instance
Dispatch visitor
with context
on this instance.
type of the context
to visit this instance
to be passed along to the dispatched visitor method
orderRelevant if set or the default value otherwise.
Yield from description if it is set, or yield nothing.
Yield from displayName if it is set, or yield nothing.
Yield from embeddedDataSpecifications if it is set, or yield nothing.
Yield from extensions if it is set, or yield nothing.
Yield from qualifiers if it is set, or yield nothing.
Yield from supplementalSemanticIds if it is set, or yield nothing.
Yield from value if it is set, or yield nothing.
Dispatch the transformer
on this instance.
transformation of this instance
T - type of the transformation result
to transform this instance
Dispatch the transformer
on this instance in context
.
transformation of this instance
T - type of the transformation result
ContextT - type of the transformation context
to transform this instance
to be passed along to the transformer
Generated using TypeDoc
A submodel element list is an ordered list of submodel elements.
Remarks
The numbering starts with zero (0).
Constraint
AASd-107
: If a first level child element in a SubmodelElementList has a semanticId it shall be identical to semanticIdListElement.Constraint
AASd-114
: If two first level child elements in a SubmodelElementList have a semanticId then they shall be identical.Constraint
AASd-115
: If a first level child element in a SubmodelElementList does not specify a semanticId then the value is assumed to be identical to semanticIdListElement.Constraint
AASd-120
: The idShort of a ISubmodelElement being a direct child of a SubmodelElementList shall not be specified.Constraint
AASd-108
: All first level child elements in a SubmodelElementList shall have the same submodel element type as specified in typeValueListElement.Constraint
AASd-109
: If typeValueListElement is equal to Property or Range valueTypeListElement shall be set and all first level child elements in the SubmodelElementList shall have the value type as specified in valueTypeListElement.