<xsd:complexType name="borderProperty">
<xsd:annotation>
<xsd:documentation>Defines a border.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="htmlBorderValues" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets a border style.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="hexColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a border color.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="bdrwidth" use="optional">
<xsd:annotation>
<xsd:documentation>The 'html' equivalent for this border width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="space" type="decimalNumberType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a 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 the border is reversed to create a frame.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|