<xs:simpleType name="character"> <xs:restriction base="xs:string"> <xs:pattern value="\s*\S\s*"/> </xs:restriction> </xs:simpleType>