<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:annotation>
<xsd:documentation>Black-and-White Mode</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="o:bwpure">
<xsd:annotation>
<xsd:documentation>Pure Black-and-White Mode</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="o:bwnormal">
<xsd:annotation>
<xsd:documentation>Normal Black-and-White Mode</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="o:targetscreensize">
<xsd:annotation>
<xsd:documentation>Target Screen Size</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|