<xs:simpleType name="char"> <xs:restriction base="xs:string"> <xs:pattern value=".{1}" /> </xs:restriction> </xs:simpleType>