Definition Type: ComplexType
Name: kinsokuProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Specifies characters that are restricted from ending a line (Asian Typography option).
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsd Drilldown into lang in schema wordnet_xsdXSD Diagram of kinsokuProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="kinsokuProperty">
    <xsd:annotation>
        <xsd:documentation>Specifies characters that are restricted from ending a line (Asian Typography option).</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="lang" type="langType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the language.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="val" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a string containing the restriction characters.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
lang W:lang Optional
val W:val Required
Collapse Derivation Tree:
Collapse References:
W:noLineBreaksAfter, W:noLineBreaksBefore