<xsd:complexType name="borderProperty">
<xsd:annotation>
<xsd:documentation>Defines a property that uses border-style values.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="borderValues" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets border-style values.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="hexColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the border color.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sz" type="borderWidthType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the border width.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wx:bdrwidth" use="optional">
<xsd:annotation>
<xsd:documentation>This is the html equivalent of the border width, in points. this takes into account different internal border styles and represents the appropriate final presentation width.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="space" type="eighthPointMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the border space in eighths of a point.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shadow" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a value indicating whether the border has a shadow.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="frame" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a value indicating whether to create a frame effect by reversing the border.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|