IdShort 🔗
-
Primitive type:
str
🔗
Represent a short ID of an Referable.
Invariants 🔗
-
Constraint AASd-027: ID-short shall have a maximum length of 128 characters.
len(self) <= 128
-
ID-short of Referables shall only feature letters, digits, underscore (``_``); starting mandatory with a letter. *I.e.* ``[a-zA-Z][a-zA-Z0-9_]+``.
MatchesIdShort( self )