<xsd:complexType name="underlineProperty">
<xsd:annotation>
<xsd:documentation>Defines a property that uses an underline style.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="underlineValues" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets an underline style.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="hexColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets an underline color.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|