QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | ST_HexColor | auto | optional | |||
themeColor | ST_ThemeColor | optional | ||||
themeShade | ST_UcharHexNumber | optional | ||||
themeTint | ST_UcharHexNumber | optional |
Element | CT_DocumentBase/background |
<xsd:complexType name="CT_Background"> <xsd:sequence> <xsd:element name="drawing" type="CT_Drawing" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="color" type="ST_HexColor" use="optional" default="auto"/> <xsd:attribute name="themeColor" type="ST_ThemeColor" use="optional"/> <xsd:attribute name="themeTint" type="ST_UcharHexNumber" use="optional"/> <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/> </xsd:complexType> |