PathType π
- 
        
        Primitive type: 
strπ 
          string
        
        
            Any string conformant to RFC8089 , the βfileβ URI scheme (for
            relative and absolute file paths)
          
        Inheritances π
Invariants π
- 
          Constraint AASd-100: An attribute with data type ``string`` is not allowed to be empty.
(From NonEmptyString)
len(self) >= 1
 - 
          The value must represent a valid file URI scheme according to RFC 8089.
MatchesRfc8089Path( self )
 
Usages
| Resource | Resource.path | 
| File | File.value |