Definition Type: ComplexType
Name: proofErrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a proofing error.
Collapse XSD Schema Diagram:
Drilldown into type in schema wordnet_xsdXSD Diagram of proofErrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="proofErrElt">
    <xsd:annotation>
        <xsd:documentation>Defines a proofing error.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="type" type="proofErrType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the type of the proofing error -- either spelling or grammar.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type W:type Required
Collapse Derivation Tree:
Collapse References:
W:proofErr