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