<xsd:complexType name="writingStyleProperty">
<xsd:annotation>
<xsd:documentation>Defines the writing style you want Word to use to check grammar in this document (Spelling and Grammar option).</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="lang" type="langType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets writing-style language.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vendorID" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets writing-style DLL vendor ID.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dllVersion" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets writing-style DLL version.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nlCheck" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies whether the DLL is NLCheck or not.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="optionSet" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the rule set for the writing style.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|