Definition Type: ComplexType
Name: proofProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the state of proofing tools in this document.
Collapse XSD Schema Diagram:
Drilldown into grammar in schema wordnet_xsd Drilldown into spelling in schema wordnet_xsdXSD Diagram of proofProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="proofProperty">
    <xsd:annotation>
        <xsd:documentation>Defines the state of proofing tools in this document.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="spelling" type="proofType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the state of the spelling checker in this document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="grammar" type="proofType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the state of the grammar checker in this document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
spelling W:spelling Optional
grammar W:grammar Optional
Collapse Derivation Tree:
Collapse References:
W:proofState