simpleType nonEmptyString
namespace http://www.bcl.lu/2025/S2.20/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements S220/GeneralInformation/SenderInformations/SenderInformation/EmailAdress S220/GeneralInformation/SenderInformations/SenderInformation/NameOfEmployee S220/GeneralInformation/SenderInformations/SenderInformation/PhoneNumber S220/UCIGeneralInformation/UCISignaBasic/UCIName S220/Unit_Share_Informations/Unit_Share_Information/UnitShareClassGeneralInformation/Unit_ShareClass_Name
facets
Kind Value Annotation
minLength 1
pattern .*[^\s].*
source <xs:simpleType name="nonEmptyString">
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:pattern value=".*[^\s].*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy