ASCIIString

Simple Type Information

Used By

Source

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