RevisionType 🔗
-
Primitive type:
str
🔗
string with length 4 maximum and 1 minimum
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 NonEmptyXmlSerializableString)
MatchesXmlSerializableString( self )
-
The value must not be empty.
(From NonEmptyXmlSerializableString)
len(self) >= 1
-
Revision type shall match the revision pattern.
MatchesRevisionType( self )
-
Revision type shall have a maximum length of 4 characters.
len(self) <= 4
Usages
AdministrativeInformation | AdministrativeInformation.revision |