Definition Type: ComplexType
Name: backgroundElt
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into textpath in schema vml_xsd Drilldown into textbox in schema vml_xsd Drilldown into shadow in schema vml_xsd Drilldown into imagedata in schema vml_xsd Drilldown into stroke in schema vml_xsd Drilldown into fill in schema vml_xsd Drilldown into targetscreensize in schema office_xsd Drilldown into bwnormal in schema office_xsd Drilldown into bwpure in schema office_xsd Drilldown into bwmode in schema office_xsd Drilldown into fillcolor in schema vml_xsd Drilldown into fill in schema vml_xsd Drilldown into id in schema vml_xsdXSD Diagram of backgroundElt in schema vml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="backgroundElt">
    <xsd:sequence>
        <xsd:element ref="fill" minOccurs="0" />
        <xsd:element ref="stroke" minOccurs="0" />
        <xsd:element ref="imagedata" minOccurs="0" />
        <xsd:element ref="shadow" minOccurs="0" />
        <xsd:element ref="textbox" minOccurs="0" />
        <xsd:element ref="textpath" minOccurs="0" />
        <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:string" use="required" />
    <xsd:attribute name="fill" type="tfType" use="optional" />
    <xsd:attribute name="fillcolor" type="xsd:string" use="optional" />
    <xsd:attribute ref="o:bwmode" use="optional" />
    <xsd:attribute ref="o:bwpure" use="optional" />
    <xsd:attribute ref="o:bwnormal" use="optional" />
    <xsd:attribute ref="o:targetscreensize" use="optional" />
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fill v:fill 0 (1)
stroke v:stroke 0 (1)
imagedata v:imagedata 0 (1)
shadow v:shadow 0 (1)
textbox v:textbox 0 (1)
textpath v:textpath 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id v:id Required
fill v:fill Optional
fillcolor v:fillcolor Optional
bwmode o:bwmode Optional
bwpure o:bwpure Optional
bwnormal o:bwnormal Optional
targetscreensize o:targetscreensize Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
v:background