Definition Type: ComplexType
Name: characterSpacingProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses character-spacing control values.
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsdXSD Diagram of characterSpacingProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="characterSpacingProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses character-spacing control values.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="characterSpacingType" use="required">
        <xsd:annotation>
            <xsd:documentation>Sets the compression option you want for Asian characters (Asian Typography option). In HTML, this is equivalent to setting text-justify-trim on the BODY element.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
Collapse Derivation Tree:
Collapse References:
W:characterSpacingControl