XmlSerializableString 🔗
-
Primitive type:
str
🔗
Represent a string which must be serializable to XML.
- 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 )