<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>
|