Definition Type: SimpleType
Name: ST_ProofErr
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Proofing Error Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_ProofErr in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_ProofErr">
    <xsd:annotation>
        <xsd:documentation>Proofing Error Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="spellStart">
            <xsd:annotation>
                <xsd:documentation>Start of Region Marked as Spelling Error</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="spellEnd">
            <xsd:annotation>
                <xsd:documentation>End of Region Marked as Spelling Error</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="gramStart">
            <xsd:annotation>
                <xsd:documentation>Start of Region Marked as Grammatical Error</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="gramEnd">
            <xsd:annotation>
                <xsd:documentation>End of Region Marked as Grammatical Error</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