Definition Type: SimpleType
Name: proofType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the values for the state of proofing tools.
Collapse XSD Schema Diagram:
XSD Diagram of proofType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="proofType">
    <xsd:annotation>
        <xsd:documentation>Defines the values for the state of proofing tools.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="clean">
            <xsd:annotation>
                <xsd:documentation>The proofing tool finished checking this document.  Errors are marked and only the errors will be rechecked on open.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="dirty">
            <xsd:annotation>
                <xsd:documentation>The proofing tool did not finish checking this document.  The entire document will have to be rechecked on open.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration clean
Enumeration dirty
Collapse Derivation Tree:
Collapse References:
W:grammar, W:spelling