Definition Type: ComplexType
Name: CT_Background
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml-main.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fill in schema vml-main_xsd Drilldown into targetscreensize in schema vml-officedrawing_xsd Drilldown into bwnormal in schema vml-officedrawing_xsd Drilldown into bwpure in schema vml-officedrawing_xsd Drilldown into bwmode in schema vml-officedrawing_xsd Drilldown into fillcolor in schema vml-main_xsd Drilldown into filled in schema vml-main_xsd Drilldown into AG_Fill in schema vml-main_xsd Drilldown into id in schema vml-main_xsd Drilldown into AG_Id in schema vml-main_xsdXSD Diagram of CT_Background in schema vml-main_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fill v:fill 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id v:id Optional
filled v:filled Optional
fillcolor v:fillcolor Optional
bwmode o:bwmode (Optional)
bwpure o:bwpure (Optional)
bwnormal o:bwnormal (Optional)
targetscreensize o:targetscreensize (Optional)
Collapse Derivation Tree:
Collapse References:
v:background