| namespace | http://www.bcl.lu/2025/S2.20/datatypes | |||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by | ||||||||||
| facets |
|
|||||||||
| source | <xs:simpleType name="nonEmptyString"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:pattern value=".*[^\s].*"/> </xs:restriction> </xs:simpleType> |