Defines a type of proofing error.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
      
<xsd:simpleType name="proofErrType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="spellStart"></xsd:enumeration>
    <xsd:enumeration value="spellEnd">
    </xsd:enumeration>
    <xsd:enumeration value="gramStart"></xsd:enumeration>
    <xsd:enumeration value="gramEnd">
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>