PathType 🔗
-
Primitive type:
str🔗
Identifier
string with max 2048 and min 1 characters
conformant to a URI as per RFC 2396
Values with this restriction are also conformant to the xsd datatype anyURI.
"A wide range of internationalized resource identifiers can be specified when an anyURI is called for, and still be understood as URIs per RFC 2396 and its successor(s)."
Source: W3C XML Schema Definition Language (XSD) 1.0 Part 2: Datatypes
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.
(From Identifier)
len(self) <= 2048
-
String with max 2048 and min 1 characters conformant to a URI as per RFC 2396.
MatchesRfc2396( self )
Usages
| Resource | Resource.path |
| File | File.value |