<xsd:complexType name="CT_Border">
<xsd:attribute name="val" type="ST_Border" use="required">
<xsd:annotation>
<xsd:documentation>Border Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="ST_HexColor" use="optional">
<xsd:annotation>
<xsd:documentation>Border Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional">
<xsd:annotation>
<xsd:documentation>Border Theme Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Border Theme Color Tint</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Border Theme Color Shade</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sz" type="ST_EighthPointMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Border Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="space" type="ST_PointMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Border Spacing Measurement</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shadow" type="ST_OnOff" use="optional">
<xsd:annotation>
<xsd:documentation>Border Shadow</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="frame" type="ST_OnOff" use="optional">
<xsd:annotation>
<xsd:documentation>Create Frame Effect</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|