Definition Type: SimpleType
Name: proofErrType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines a type of proofing error.
Collapse XSD Schema Diagram:
XSD Diagram of proofErrType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="proofErrType">
    <xsd:annotation>
        <xsd:documentation>Defines a type of proofing error.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="spellStart">
        </xsd:enumeration>
        <xsd:enumeration value="spellEnd">
            <xsd:annotation>
                <xsd:documentation>We take the negative value of ptl and then subtract one to get the end constant.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="gramStart">
        </xsd:enumeration>
        <xsd:enumeration value="gramEnd">
            <xsd:annotation>
                <xsd:documentation>We take the negative value of ptl and then subtract one to get the end constant.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration spellStart
Enumeration spellEnd
Enumeration gramStart
Enumeration gramEnd
Collapse Derivation Tree:
Collapse References:
W:type