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