Identifier 🔗
-
Primitive type:
str🔗
string
It is recommended to use existing standards, for example ID-Link (IEC 61406) may be used for AssetInformation.globalAssetId.
Typically, identifier strings do not contain blanks, emoticons or carriage returns because they are not representable in existing systems.
Inheritances 🔗
Invariants 🔗
-
Constraint AASd-130: An attribute with data type 'string' shall consist of these characters only: ^[\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\U00010000-\U0010FFFF]*$.
(From XmlSerializableString)
MatchesXmlSerializableString( self )
-
The value must not be empty.
(From NonEmptyXmlSerializableString)
len(self) >= 1
-
Identifier shall have a maximum length of 2048 characters.
len(self) <= 2048