NonEmptyXmlSerializableString 🔗
-
Primitive type:
str
🔗
Represent a string with at least one character.
The string should also be serializable to XML, which is the background for
the following constraint.
- Constraint AASd-130🔗
-
An attribute with data type "string" shall consist of these characters only:
^[\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u00010000-\u0010FFFF]*$
.
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]*$.
MatchesXmlSerializableString( self )
-
The value must not be empty.
len(self) >= 1