CT_Background

Complex Type Information

Model

Children: fill

Attributes

QName Type Fixed Default Use Inheritable Annotation
bwmode ST_BWMode optional
bwnormal ST_BWMode optional
bwpure ST_BWMode optional
fillcolor ST_ColorType optional
filled ST_TrueFalse optional
id xsd:string optional
targetscreensize ST_ScreenSize optional

Used By

Element background

Source

<xsd:complexType name="CT_Background">
  <xsd:sequence>
    <xsd:element ref="fill" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attributeGroup ref="AG_Fill"/>
  <xsd:attribute ref="o:bwmode"/>
  <xsd:attribute ref="o:bwpure"/>
  <xsd:attribute ref="o:bwnormal"/>
  <xsd:attribute ref="o:targetscreensize"/>
</xsd:complexType>