<xsd:simpleType name="ASCIIString"> <xsd:restriction base="xsd:string"> <xsd:pattern value="([ -~]|\n|\r|\t)*"/> </xsd:restriction> </xsd:simpleType>