<xsd:attribute name="bgcolor">
<xsd:annotation>
<xsd:documentation>Gets or sets the HTML equivalent of the background color. This color value takes into account various shading settings and represents the appropriate final presentation color.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:hexBinary">
<xsd:length value="3" fixed="true">
</xsd:length>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="auto">
</xsd:enumeration>
<xsd:enumeration value="transparent">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>
|