Definition Type: ComplexType
Name: hyphenProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses hyphenation options.
Collapse XSD Schema Diagram:
Drilldown into rule in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of hyphenProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="hyphenProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses hyphenation options.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the hyphen character.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="rule" type="hyphenRule" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the hyphenation rule.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Optional
rule W:rule Optional
Collapse Derivation Tree:
Collapse References:
W:hyphen