<xsd:complexType name="borderElt">
<xsd:annotation>
<xsd:documentation>Determines the contents of the border elements.</xsd:documentation>
</xsd:annotation>
<xsd:sequence />
<xsd:attribute name="type" type="borderTypeElt" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the type of border.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="width" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the border width.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shadow" type="borderShadowElt" 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:complexType>
|